dcb01 Posted January 23, 2006 Posted January 23, 2006 (edited) I am looking at this product to see if i can accomplish the following objective. I want to install through a login script an application on workstations where the logged in user does not have local admin rights to install an application. This needs to be secure enough where the password is not displayed or sent in clear text or prompts for a password. Can this product accomplish this? Thanks for the advice Darrel Edited January 23, 2006 by dcb01
rudika Posted January 23, 2006 Posted January 23, 2006 I am looking at this product to see if i can accomplish the following objwecive.I want to install through a login script an application on workstations where the logged in user does not have local admin rights to install an application. This needs to be secure enough where the password is not displayed or sent in clear text or prompts for a password. Can this product accomplish this?Thanks for the advice Darrel hey, write an autoitscript with RunAsSet and use it with a fuction-user that has specified rights. Then compile it to a exe-file and don“t allow the recompilation. [font="Comic Sans Ms"][center]Powered by AutoIt3http://www.wik-eric.de/zips/Synchro2.2.2-4free.zip[/center][/font]
CyberSlug Posted January 23, 2006 Posted January 23, 2006 There are many posts that talk about "RunAsSet"Here are two I recall:http://www.autoitscript.com/forum/index.php?showtopic=6729http://www.autoitscript.com/forum/index.php?showtopic=20487AutoIt allows you compile the script into an EXE; however, the script can be reverse-engineered/cracked to retrieve the password. There have been posts about security of the compiled EXEs.... Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now