Hi,
I'm using SUF 5.0.1.6. I need to resolve a problem in Win2K (and XP).
Win2K has three user privileges: Administrator, Standard User, and Restricted User.
Standard User is basically a restricted used that can install programs. When I’m logged in as a Restricted User, I get an error during installation:
“Setup can not create the directory “X:\Program Files\<My install directory>”
This is normal behavior and does not occur when I’m logged in as a Standard User or Administrator.
SUF allows me to check for administrator privileges (using %IsUserNTAdmin%), but how about other privileges?
What I’m basically trying to do is to conditionally display a screen saying something like:
“You don’t have the privileges to install programs” then exit, if the user is a Restricted User. I don’t want to require the user to be a system administrator to install my software.
Thanks
Igal
I'm using SUF 5.0.1.6. I need to resolve a problem in Win2K (and XP).
Win2K has three user privileges: Administrator, Standard User, and Restricted User.
Standard User is basically a restricted used that can install programs. When I’m logged in as a Restricted User, I get an error during installation:
“Setup can not create the directory “X:\Program Files\<My install directory>”
This is normal behavior and does not occur when I’m logged in as a Standard User or Administrator.
SUF allows me to check for administrator privileges (using %IsUserNTAdmin%), but how about other privileges?
What I’m basically trying to do is to conditionally display a screen saying something like:
“You don’t have the privileges to install programs” then exit, if the user is a Restricted User. I don’t want to require the user to be a system administrator to install my software.
Thanks
Igal
Comment