cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Install_guy
Level 4

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. "
Labels (1)
0 Kudos
(3) Replies
MichaelU
Level 12 Flexeran
Level 12 Flexeran

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).
0 Kudos
Install_guy
Level 4

which section of the manifest file do i edit what setting do i include?
0 Kudos
Install_guy
Level 4

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.
0 Kudos