Silent Install of LogMein.msi need help with auto insert user & pass with a silent install
#121
Posted 05 April 2009 - 07:56 AM
To answer your original question though, I would think that admin rights would be required to install using the silent method. The msi has to create a new user account (logmeinremoteuser) which Windows would prevent on a limited user. It nothing else you might try running the installer under and admin account, just to see if that is all your problem is.
#122
Posted 21 April 2009 - 04:14 PM
I have tried all that i have put here, and it works 100% for me, on XP SP2.
***** Starting *****
1. Download ORCA (http://www.technipag...msi-editor.html)
2. Download LogMeIn.msi (http://www.logmein.com)
3. Copy LogMeIn.msi to LogMeInSilent.msi (so you have a original in case you need to restart)
4. Use Orca to edit LogMeInSilent.msi as follow:
***** On InstallExecuteSequence Table *****
1. find GetDeployInfo action and change condition
from: UILevel=2 AND UPGRADEPRODUCT<>1 AND InstallMode<>"Remove"
into: UPGRADEPRODUCT<>1 AND InstallMode<>"Remove"
2a. right click on the right panel and select "Add Row":
ACTION: GetLMIRegistrationCookie CONDITION: NOT Installed SEQUENCE: 3710
2b. right click on the right panel and select "Add Row":
ACTION: LMIGetLicense CONDITION: NOT Installed SEQUENCE: 3730
IMPORTANT: I HAVE *NOT* creted the next row (2c) as it is say to generates a profile warning popup.
2c. right click on the right panel and select "Add Row":
ACTION: LMIGetLicenseForProfile CONDITION: NOT Installed SEQUENCE: 3720
3. find CreateUser action and change condition
from: CANCREATEUSER AND PASSWORDSOK="true" AND VersionNT AND REMOVE<>"ALL"
into: VersionNT AND REMOVE<>"ALL"
4. find CreateUserSetProperty action and change condition
from: CANCREATEUSER AND PASSWORDSOK="true" AND VersionNT AND REMOVE<>"ALL"
into: VersionNT AND REMOVE<>"ALL"
5a. Right click SetX64Path and select "Drop Row".
5b. Right click SetX86Path and select "Drop Row".
***** On Property Table *****
1. find LICENSETYPE and change condition
from: IT
into: free
2. Right click DEPLOYID and select "Drop Row"
3a. right click on the right panel and select "Add Row":
PROPERTY: USEREMAIL VALUE: your account's email address
3b. right click on the right panel and select "Add Row":
PROPERTY: USERWEBPASSWORD VALUE: your account's web login password
3c. right click on the right panel and select "Add Row":
PROPERTY: USERPASSWORD VALUE: win password if no windows password present
3d. right click on the right panel and select "Add Row":
PROPERTY: USERVERIFYPWD VALUE: win password if no windows password present (again)
NOTE: There are other rows that can be added this way, if needed:
PROPERTY: ProxyServer VALUE: proxy server, for example, proxy01
PROPERTY: ProxySettings VALUE: ???
PROPERTY: ProxyPort VALUE: proxy server port, for example 8080
PROPERTY: ProxyUserName VALUE: proxy server user
PROPERTY: ProxyPassword VALUE: proxy server pass
PROPERTY: ProxyVerifyPwd VALUE: proxy server pass (again)
4. Click "File - Save" (not "Save As" a new file)
***** TESTING *****
You should have LogMeIn NOT installed on your machine to work. Anyway.
Run "LogMeInSilent.msi /quiet LMIDESCRIPTION=NameWithNoSpaces", with no quotes, and after a while, LogMeIn should be installed on your machine, and loged to your account as "NameWithNoSpaces".
NameWithNoSpaces is any string with no spaces, for example MyFriendCharliePC.
If you want LogMeIn to use the default PC name, run it without the "LMIDESCRIPTION=NameWithNoSpaces" part.
***** Puting All Into A Self Contained Package *****
I would use WinRAR, cause it is more or less free, and very simple.
1. Download and install WinRAR.
2. Right click over LogMeInSilent.msi, and select "Add to archive..."
3. Check "Create SFX Archive" on the "General" tab.
4. On the Comment tab, copy this on the "enter a comment manually" field.
Setup=LogMeInSilent.msi /quiet
TempMode
Silent=1
Overwrite=1
*NOTE* if you want to define the computer name, append LMIDESCRIPTION=NameWithNoSpaces.
5. Press OK and let WinRAR create a .EXE file.
When run, the LogMeInSilent.exe would decompress to a temp folder, wait for LogMeInSilent.msi to run, and then delete all.
Hope it helps.
This post has been edited by kwanbis: 21 April 2009 - 08:40 PM
#123
Posted 22 April 2009 - 02:36 PM
However at the end of the install it says
"Could not attach this computer to your LogMein account"
I have verified that the username and password are correct in the
USEREMAIL and USERWEBPASSWORD rows that I added however it still will not work
#124
Posted 23 April 2009 - 06:02 PM
Nevermind!!
Adding these three lines fixed the issue.
2. on InstallExecuteSequence - right click on the right panel, select "Add Row" to add following 3 actions:
action: GetLMIRegistrationCookie condition: NOT Installed sequence: 3710
action: LMIGetLicense condition: NOT Installed sequence: 3730
action: LMIGetLicenseForProfile condition: NOT Installed sequence: 3720
Thank you Camelot_One!
This post has been edited by crazedfencer: 23 April 2009 - 06:19 PM
#126
Posted 28 April 2009 - 12:56 PM
My only problem, however, is I want to deploy this using a login script. This would be fine if everyone had admin rights on their computer but they don't.
I tried using runas, but that prompts for a password.
Any ideas on what I can do here?
Thanks guys.
#127
Posted 18 May 2009 - 03:48 PM
http://samuelhaddad.com/2009/05/17/custom-...mein-installer/
it gives step by step instructions and also has a nice kit to download which will get you started on making a good looking installer.
#128
Posted 29 May 2009 - 11:35 AM
Sorry for my English, I speak portuguese - Brazil.
Has anyone had any luck with the lastest version of LogMeIn v4.0.794 (Updated Jan 27 2009) ? I've edited the msi file so that when the installer is run manually, all of the info is already present (e-mail, password, etc.)
Thanks
#129
Posted 01 June 2009 - 10:55 AM
This post has been edited by dwtechnology: 01 June 2009 - 10:55 AM
#130
Posted 01 June 2009 - 02:49 PM
I Really aprecciate this tips !!! U´re the best...
So, I need some help yet.
I created and executable file, where u just need to click "next" and "finish" ok ?
How can I exclude these two steps ? I want just to execute the file.. and wait it for finish...can i do this ?
Bye ! Thanks !!!!
#131
Posted 05 June 2009 - 03:18 PM
And also the LogMeInSystray disable the Windows startup?
I await answers!
Thank you all!
#132
Posted 17 June 2009 - 03:59 PM
I have tried it with and without the "action: LMIGetLicenseForProfile condition: NOT Installed sequence: 3720"
I have also dropped the DEPOLYID row.
Any ideas? Do other people have this working? If so can I get a copy of the MSI without your passwords?
This post has been edited by ambigiousop: 17 June 2009 - 04:01 PM
#133
Posted 06 July 2009 - 08:52 PM
I'm having a problem, I've modified the MSI to include what I need but I get a "Blank" "Error" dialog when its attempting to install the service, then it rolls back the install completely. The new computer does show up under My Computers in LMI webpage though. If I step thru the installation normally with the GUI (Non-silent), all the fields are filled in, and LMI installs and registers fine.
Any thoughts? I have version 4.0.784 MSI file.
Thanks
This post has been edited by Sentax: 06 July 2009 - 08:53 PM
#134
Posted 08 July 2009 - 09:01 AM
Does anyone have a working, older MSI that they could share? If so, please PM me.
Any help is greatly appreciated.
#135
Posted 05 September 2009 - 01:12 PM
MrChris
#136
Posted 07 September 2009 - 01:57 PM
kwanbis, on Apr 21 2009, 05:14 PM, said:
I have tried all that i have put here, and it works 100% for me, on XP SP2.
***** Starting *****
1. Download ORCA (http://www.technipag...msi-editor.html)
2. Download LogMeIn.msi (http://www.logmein.com)
3. Copy LogMeIn.msi to LogMeInSilent.msi (so you have a original in case you need to restart)
4. Use Orca to edit LogMeInSilent.msi as follow:
***** On InstallExecuteSequence Table *****
1. find GetDeployInfo action and change condition
from: UILevel=2 AND UPGRADEPRODUCT<>1 AND InstallMode<>"Remove"
into: UPGRADEPRODUCT<>1 AND InstallMode<>"Remove"
2a. right click on the right panel and select "Add Row":
ACTION: GetLMIRegistrationCookie CONDITION: NOT Installed SEQUENCE: 3710
2b. right click on the right panel and select "Add Row":
ACTION: LMIGetLicense CONDITION: NOT Installed SEQUENCE: 3730
IMPORTANT: I HAVE *NOT* creted the next row (2c) as it is say to generates a profile warning popup.
2c. right click on the right panel and select "Add Row":
ACTION: LMIGetLicenseForProfile CONDITION: NOT Installed SEQUENCE: 3720
3. find CreateUser action and change condition
from: CANCREATEUSER AND PASSWORDSOK="true" AND VersionNT AND REMOVE<>"ALL"
into: VersionNT AND REMOVE<>"ALL"
4. find CreateUserSetProperty action and change condition
from: CANCREATEUSER AND PASSWORDSOK="true" AND VersionNT AND REMOVE<>"ALL"
into: VersionNT AND REMOVE<>"ALL"
5a. Right click SetX64Path and select "Drop Row".
5b. Right click SetX86Path and select "Drop Row".
***** On Property Table *****
1. find LICENSETYPE and change condition
from: IT
into: free
2. Right click DEPLOYID and select "Drop Row"
3a. right click on the right panel and select "Add Row":
PROPERTY: USEREMAIL VALUE: your account's email address
3b. right click on the right panel and select "Add Row":
PROPERTY: USERWEBPASSWORD VALUE: your account's web login password
3c. right click on the right panel and select "Add Row":
PROPERTY: USERPASSWORD VALUE: win password if no windows password present
3d. right click on the right panel and select "Add Row":
PROPERTY: USERVERIFYPWD VALUE: win password if no windows password present (again)
NOTE: There are other rows that can be added this way, if needed:
PROPERTY: ProxyServer VALUE: proxy server, for example, proxy01
PROPERTY: ProxySettings VALUE: ???
PROPERTY: ProxyPort VALUE: proxy server port, for example 8080
PROPERTY: ProxyUserName VALUE: proxy server user
PROPERTY: ProxyPassword VALUE: proxy server pass
PROPERTY: ProxyVerifyPwd VALUE: proxy server pass (again)
4. Click "File - Save" (not "Save As" a new file)
***** TESTING *****
You should have LogMeIn NOT installed on your machine to work. Anyway.
Run "LogMeInSilent.msi /quiet LMIDESCRIPTION=NameWithNoSpaces", with no quotes, and after a while, LogMeIn should be installed on your machine, and loged to your account as "NameWithNoSpaces".
NameWithNoSpaces is any string with no spaces, for example MyFriendCharliePC.
If you want LogMeIn to use the default PC name, run it without the "LMIDESCRIPTION=NameWithNoSpaces" part.
***** Puting All Into A Self Contained Package *****
I would use WinRAR, cause it is more or less free, and very simple.
1. Download and install WinRAR.
2. Right click over LogMeInSilent.msi, and select "Add to archive..."
3. Check "Create SFX Archive" on the "General" tab.
4. On the Comment tab, copy this on the "enter a comment manually" field.
Setup=LogMeInSilent.msi /quiet
TempMode
Silent=1
Overwrite=1
*NOTE* if you want to define the computer name, append LMIDESCRIPTION=NameWithNoSpaces.
5. Press OK and let WinRAR create a .EXE file.
When run, the LogMeInSilent.exe would decompress to a temp folder, wait for LogMeInSilent.msi to run, and then delete all.
Hope it helps.
This works.
#137
Posted 08 September 2009 - 12:39 AM
https://secure.logmein.com/logmein.msi
MrChris
This post has been edited by MrChris: 08 September 2009 - 12:43 AM
#138
Posted 08 September 2009 - 06:27 AM
I've read through still thread from start to finish and I don't think I've missed this, correct me if I'm wrong however! :-)
Like many, I'm trying to distribute Log Me In Free to multiple PCs.
This works perfectly when distributing to a PC with direct internet access, with the Computer being added to my account.
However, when behind a Proxy, it fails to register the PC.
I'm using Orca to try and tweak the msi accordingly. I just can't get it right, I'm missing something.
To add to that, if I enter into the preferences on a PC behind a proxy and try to Test the Proxy connection, it fails despite having the appropriate credentials.
I'm missing something here guys, and I'm hoping someone can help.
Thank you
#139
Posted 09 September 2009 - 11:54 AM
MrChris, on Sep 8 2009, 02:39 AM, said:
https://secure.logmein.com/logmein.msi
MrChris
LICENSETYPE Needs to be set to 0 for the Free Version
#140
Posted 28 September 2009 - 09:04 AM
I've been using Logmein executable with silent install + all credentials details for a while and decided to help. Follows a zip containing a folder with all the files you will need + a readme file with instructions in english and portuguese. All you have to do is follow the instructions and create the exe file. No more opening Orca, creating scripts or none of that.
Download from rapidshare HERE
Download from Megaupload HERE
Coments can be posted here or in my blog (Written in Portuguese BR):
http://blogdoluguta.wordpress.com/2009/09/...-acesso-remoto/
The package has the latest Logmein version downloaded last week from the website.
Hope it helps!
Cheers everyone!
\Luguta



Help

Back to top









