tomic
25th June 2012 08:02 UTC
start second setup with other rights
Hi,
is it possible to start another nsis setup with other userrights?
The problem is:
i made a installer with two startoptions....
1. directly start portable edition of a program (no admin rights needed start.exe
2. install the program on the harddisk (admin tights needed) setup.exe
Best regards
T.Slappy
25th June 2012 12:43 UTC
Try this:
a) create NO_RIGHT_SETUP
b) create ADMI_RIGHT_REQUIRED_SETUP
c) create simple script which will extract both a) and b) into temp and launch appropriate setup
Anders
25th June 2012 17:38 UTC
If you want a single setup:
*Create a custom page with two radio buttons (or normal buttons).
*Requestexecutionlevel highest (or user)
*Only enable the install button if the UserInfo plugin tells you that you are admin...