api - set "run as administrator" flag programmatically -


Is it possible to set the program "run as administrator" on the exe file or shortcut file programmatically?

Does Installshield support this functionality if I do this as part of the installation process?

I am trying to find the respective command line / API / installshield command for this.

Upstream build processing should reveal your EXE with your administrator requirement. There is nothing to do with InstallShield or Shortcut when the user clicks on the shortcut, then it is done correctly, will see the Windows Manifest, and the UAC will prompt for the upgrade.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -