Link to home
Start Free TrialLog in
Avatar of helpclaude
helpclaude

asked on

I need an application to wrap an msi so users with regular rights can install an approved program

Hello Experts,

I need to have users in our enterprise that do not have local admin rights to their laptops install a small applicaiton.  I had used RunAsUser in the past with success, but now it keeps erroring out with:  CreatProcesswithLogonW() failed with error 87.

Any suggestions?
Avatar of cyberlopez6
cyberlopez6
Flag of United States of America image

If it's an MSI, you can push it with Group Policy which get around the permission issues.

Also, you can push it with a STARTUP script (not a LOGIN script).  Startup scripts run under the system context and won't have a permission problem.

Avatar of helpclaude
helpclaude

ASKER

Yes.

I apologize for not giving my complete scenario.  The group in quesiton are remote users that do not log into the network regularly.

Thank you for your assistance.
Avatar of johnb6767
Do they connect with VPN? Can use PSExec to run the installs remotely, using your creds.....
Yes the users connect using VPN.  I just took a quick look at PSExec.  Looks like a ver useful tool.  On my initial look, I did not see an automated approach to get this out.  My initial concept was to have a pre-packaged executable that provides installation permissions to the regular users.  Am I missing a feature with PSExec that would provide me with that option?
ASKER CERTIFIED SOLUTION
Avatar of johnb6767
johnb6767
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial