This website uses cookies. By browsing this website, you consent to the use of cookies. Learn more.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
- Flexera Software Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Setup.exe launch error on windows 8.1
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Highlighted
Install_guy
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- 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

Flexera
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Feb 18, 2014
04:50 PM
Re: Setup.exe launch error on windows 8.1
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).
Install_guy
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Mar 05, 2014
06:52 AM
updating manifest such that setup.exe doesn't get shimmed
which section of the manifest file do i edit what setting do i include?
Install_guy
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Mar 05, 2014
08:35 AM
Re: Setup.exe launch error on windows 8.1
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.