View Full Version : Registry Key
trent
08-31-2001, 05:10 AM
I have a menu that needs to install Adobe 5.0. I am worried that a portion of my target audience will not have rights (NT&2K) to install software. Is there a registry key I can check to see if they have these permissions? Is there a better way to do it?
Thanksahmillion
Hi,
You should use the built-in variable %IsUserNTAdmin%
This is from the help file:
%IsUserNTAdmin%
Whether or not the user of your setup is currently logged into Windows NT with Administrator permission. Returns "True" or "False". On non-Windows NT systems, this will always return "False".
mark.
trent
09-01-2001, 08:46 AM
Awsome! Where is the list of built-in's?
fargus
09-02-2001, 02:13 PM
Look at the command reference in the help file, it will give you a list of them. And of course you can define your own as well.
Powered by vBulletin™ Version 4.0.6 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.