PDA

View Full Version : Checking for Administrator Mode


Winsteps
11-13-2007, 04:06 PM
How can I check that the software is being installed in Administrator mode (if available on the end-user's computer)?

Brett
11-13-2007, 04:47 PM
Select Project > System Requirements from the menu. Then check the box that says "User must have administrative privileges".

You can also use the System.GetUserInfo action from script if you want. One of the values it returns is "IsAdmin".

Winsteps
11-13-2007, 08:14 PM
Thank you, Brett. I was searching using the wrong words.
As so often in life, we have to know the answer before we can ask the question!