I am having some trouble running a vb application, if the user is not administrator on the machine i am installing it on, also after instalation it will work well for one person, but if another user logs on to that machine, it does not execute.
HELP
Printable View
I am having some trouble running a vb application, if the user is not administrator on the machine i am installing it on, also after instalation it will work well for one person, but if another user logs on to that machine, it does not execute.
HELP
With win2k the administrator of the compter can set privilages to the users that are on the computer. Such as "Romming Profiles" like a network at schools and such use these. They are maintained on one server that they all login to (Domain).
With that the administrator can set the privilages of the user to install and run exe files. Thus may be your problem if this is your case.
If not, and your the admin, check your settings for the other users on the computer to see if they have the correct access to run and install exe programs.
does that mean for each user i have to set the permission, each time someone wants to use a particular machine.