RVenable Posted September 16, 2009 Posted September 16, 2009 Hey Everyone!I am trying to develop a script for Logmein Free for Deployment to my customers that would go into my Email account. But I would likefor the customer to actually be able to key in a computer name. Afterwards, they will not key in their email address and password becausethose fields I would like to have populated already. Basically, Run the script that would launch Logmein.MSI, and they could basically just click on the prompts until they get to where they Key in their Computer Name. The rest of the procedure would be totally automated there-after.If anyone can help, It would be Greatly Appreciated. Thanks. I already have ORCA, as well as ISpack and also AutoIt Ver 3. Please let me know. Thanks again.
Geej Posted September 17, 2009 Posted September 17, 2009 If u use autoit, there is @ComputerName marco to get computer name.To launch .msi file, use shellexecuteBelow very brief autoit code:;Where Full path for C:\COMPAQ\Acrobat_Reader\Adobe Reader 7.0.msimsgbox (0,"This Computer name",@ComputerName)$WD=@HomeDrive&"\COMPAQ\Acrobat_Reader"; Working dirShellexecute ("Adobe Reader 7.0.msi","",$WD,"Open")Hope something along this line may helps...
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