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
Post a Comment