Page 1 of 1

Restricted User

Posted: Thu May 03, 2007 5:30 am
by barry
I've developed a setup.exe and for the Restricted user not to run this exe how do I give permissions.

Posted: Thu May 03, 2007 5:09 pm
by MichaelNesmith
Add an administrator check to your setup.

Restricted User

Posted: Mon May 07, 2007 1:21 am
by barry
HI!
Thank you. I've checked the Admin rights but the setup.exe is installing files where as Setup.msi is giving a message "You do not have rights..."
Please Help.

Posted: Tue May 08, 2007 10:50 am
by MichaelNesmith
Does the admin user actually have access rights to those locations?

Posted: Wed May 09, 2007 2:16 am
by barry
Hi!
Yeah the admin has rights on that locations.

Posted: Wed May 09, 2007 2:21 am
by MichaelNesmith
Oh sorry, I misread your post.

You should always run setup.exe which will properly configure setup.msi before passing control to it.

Posted: Wed May 09, 2007 4:55 am
by barry
Thank You.