Install program without administrator account

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How to allow a user account to install program without
administrator right? Do not want to use 'run as' option
from right click.
 
It depends on the program and what its requirements are.

You might be able to use the Scheduled Task feature to install the software,
or use a software packaging program that bundles a login ID and password
with the package it creates, or if you have Active Directory, you might use
the software publishing feature.

Here are some alternative ways to use Run As that might be a little more
useful to you:

http://securityadmin.info/faq.asp#runas
 
Try WinInstall LE. You can package the configured program into an msi
file that will install with elevated privileges, without requiring a
special login/password or administrator account.
 
Back
Top