How to make the installer Run as admin

installshieldinstallshield-2009runaswindows-installer

My application has an installer built in installshield.
But for proper working of installation process in vista Win 7 etc. the installer should be run as administrator. (Even though the user has admin previlege he should select the 'Run as Administrator' option in the menu on rightclicking the installer exe)

How can I make my installer to prompt that it should be always run as administrator.

Thanks in advance…

Best Answer

With InstallShield 2008 (14.0) go to Media -> Releases then select tab Setup.exe and change the item Required Execution Level to Administrator

enter image description here

Related Topic