PDA

View Full Version : Limited Users can't run program?


scottmacmillan
23rd September 2004, 16:55
The program that I'm installing using NSIS won't allow Limited Users to run it on Windows XP Home.

My understanding is that if an Administrator installs a program, Limited Users should be able to run it, but instead they get:

An error message is displayed: "Internal Error: If you are running Windows 2000 or XP, you may need to be logged in as the system administrator."

Is this installer related? Or OS-related? Or is it related to the .exe file itself?

Any thoughts on how I can fix it?

Thanks
-sm-

Joel
23rd September 2004, 19:14
The awnser ins in the MessageBox:

you may need to be logged in as the system administrator

You'll have to loggon as administrator. The user creator of the installer must use this as admin. rights installation.