Jump to content

Recommended Posts

Posted

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 like

for the customer to actually be able to key in a computer name. Afterwards, they will not key in their email address and password because

those 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.


Posted

If u use autoit, there is @ComputerName marco to get computer name.

To launch .msi file, use shellexecute

Below very brief autoit code:

;Where Full path for C:\COMPAQ\Acrobat_Reader\Adobe Reader 7.0.msi
msgbox (0,"This Computer name",@ComputerName)
$WD=@HomeDrive&"\COMPAQ\Acrobat_Reader"; Working dir
Shellexecute ("Adobe Reader 7.0.msi","",$WD,"Open")

Hope something along this line may helps...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...