Hopsta Posted January 26, 2005 Report Share Posted January 26, 2005 Peeps, I need to install a program with elevated priviledges so that it can register some dll's. Normally I would use Group Policy for software installs, but this is not an ideal solution for this particular deployment. So was thinking about the Runas command, but with that the user needs to enter in the password for the account you're using. I need to streamline it so that there is no user intervention. Perhaps a VB script would be a better option ? Graham Link to comment Share on other sites More sharing options...
Belchy Posted January 26, 2005 Report Share Posted January 26, 2005 Or you could just create a batch file containing the runas command and compile it to an exe with something like this Link to comment Share on other sites More sharing options...
Mac Posted January 26, 2005 Report Share Posted January 26, 2005 Yer what he said Why don't you want to GP it by the way? You could VB it - the issue is if you're shelling out you could capture the information being shelled out? Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now