privileges - "The requested operation requires elevation" message after setup -


i created setup program 1 application in inno setup , i'm trying run application after install, message under windows 7 :

the requested operation requires elevation.

i know it's because of admin privileges. there way overcome (except of running setup.exe administrator) ?

this occurring because executable marked requiring elevation.

if try run application [run] section postinstall flag, can add shellexec flag. if inno setup start application shellexecute function rather createprocess. make windows bring uac , run application elevated privileges if needed.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -