How can I check that the software is being installed in Administrator mode (if available on the end-user's computer)?
Professional Software Development Tools
How can I check that the software is being installed in Administrator mode (if available on the end-user's computer)?
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".
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!