PDA

View Full Version : Inno Setup issue: windows security shield does not appear on setup icon


Mohandas
26-08-2015, 23:16
I created setup using inno setup as well as using QSetup (and other install builder applications).

All setups were created using Admin privileges but the setups that were created using inno setup do not have a windows security shield setup icon. However this security shield mark appeared automatically on icons of all other setups.

Due to this issue, installer that was created using inno setup will not install on a number of Windows vista Machines when downloaded from website.

In Windows Vista machines, when I double click on such installer, nothing happens.

I used:
PrivilegesRequired=admin

Please help!

http://s12.postimg.org/oqpkl5djh/inno_setup_issue_windows_security_shield_does.png

Razor12911
08-09-2015, 17:22
That's how Inno Setup operates. The main executable doesn't have that shield because the setup does know how to do it alternatively. The only thing that you can do to fix this is by initially running the main setup as admin.