This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- updating manifest such that setup.exe doesn't get shimmed
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 17, 2014
03:01 AM
Setup.exe launch error on windows 8.1
Hi
I have an Installscript project (IS2012 spring), while trying to launch the setup i am getting "Setup.exe - Entry Point Not Found : The procedure entry point CoInternetSetFeatureEnabled could not be located in the dynamic link library C:\Windows\AppPatch\AcGenral.DLL. "
I have an Installscript project (IS2012 spring), while trying to launch the setup i am getting "Setup.exe - Entry Point Not Found : The procedure entry point CoInternetSetFeatureEnabled could not be located in the dynamic link library C:\Windows\AppPatch\AcGenral.DLL. "
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 18, 2014
04:50 PM
On the surface, I think this might be an awesome question for The AppCompat Guy. If I'm reading your error correctly, AppCompat is shimming setup.exe, and the results are not good. In practice, the easiest answer would be to update to a version of InstallShield that supports Windows 8.1 (although in practice you can probably mostly get away with updating your manifest such that setup.exe doesn't get shimmed - see \Support\SetupExe.*.manifest).
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 05, 2014
06:52 AM
which section of the manifest file do i edit what setting do i include?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 05, 2014
08:35 AM
after modifying the manifest file, i get "a refferal was returned from the server" error
level="highestAvailable"
uiAccess="true"/>
i changed uiAccess = true, it was = false before.
level="highestAvailable"
uiAccess="true"/>
i changed uiAccess = true, it was = false before.