PDA

View Full Version : installation features


Robbert Nieuwerf
05-03-2001, 07:19 AM
I want to suggest a new feature for the system enviroment. For NT and 2000 I would like to know if the user who is login in has administrative right or not and use this as a variable to run the setup.

An other option for the screens is, when you use a single edit box screen and you add the browse button (directory option)to it you will get a text 'option1' in the browse screen which is not edittable. Would be nice if you could edit this text !!!

Robbert

Mark
05-29-2001, 10:42 AM
Hi Robert,
There is a variable currently available that will give you this information: %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.