MSFN Forum: Silent Install of LogMein.msi - MSFN Forum

Jump to content


Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 8 Pages +
  • « First
  • 5
  • 6
  • 7
  • 8
  • You cannot start a new topic
  • You cannot reply to this topic

Silent Install of LogMein.msi need help with auto insert user & pass with a silent install Rate Topic: -----

#121 User is offline   Camelot_One 

  • Newbie
  • Group: Members
  • Posts: 22
  • Joined: 20-November 07

Posted 05 April 2009 - 07:56 AM

Looking at the code you posted, the three things that pop out are: make sure you are using the desired computer password in place of "pcpassword", make sure your passwords (both web and pcpassword) don't contain spaces or special characters, and make sure the entire thing is on one line. Your code tag makes it look like LicenseType=free is on a separate line, and it shouldn't be.

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 User is offline   kwanbis 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 01-August 05

Posted 21 April 2009 - 04:14 PM

OK, i have read the whole post, and did this brief, with some information/testing of my own.

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 User is offline   crazedfencer 

  • Group: Members
  • Posts: 2
  • Joined: 22-April 09

Posted 22 April 2009 - 02:36 PM

This works great!

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 :( Just one more small step. Any ideas?

#124 User is offline   crazedfencer 

  • Group: Members
  • Posts: 2
  • Joined: 22-April 09

Posted 23 April 2009 - 06:02 PM

After more testing, it was found that if i ran the MSI without the /quiet switch it runs just fine and gets attached to my account like expected. The /quiet tag seems to be my issue. Anyone have any ideas?

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


#125 User is offline   Geeks123 

  • Group: Members
  • Posts: 6
  • Joined: 24-March 09

Posted 27 April 2009 - 10:28 AM

I gave it a shot and got error level 1603

#126 User is offline   bkinney86 

  • Group: Members
  • Posts: 1
  • Joined: 28-April 09

Posted 28 April 2009 - 12:56 PM

I have done everything that kwabis and camelot_one posted and it worked great.

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 User is offline   codeblue1212 

  • Group: Members
  • Posts: 1
  • Joined: 18-May 09

Posted 18 May 2009 - 03:48 PM

I think this post does a great job of summing up everything that is said in this forum:

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 User is offline   italonobrega 

  • Group: Members
  • Posts: 5
  • Joined: 29-May 09

Posted 29 May 2009 - 11:35 AM

Hello,
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 User is offline   dwtechnology 

  • Group: Members
  • Posts: 2
  • Joined: 01-June 09

Posted 01 June 2009 - 10:55 AM

I would just like to say "thank you" to crazedfencer and kwanbis for posting this. I am in the process of converting approx 250 workstations from LMI Reach to LMI Free, and I can't imagine how much time this has saved me by creating the customized MSI. THANKS A TON!

This post has been edited by dwtechnology: 01 June 2009 - 10:55 AM


#130 User is offline   kyrk 

  • Group: Members
  • Posts: 1
  • Joined: 01-June 09

Posted 01 June 2009 - 02:49 PM

Hello buddies..
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 User is offline   italonobrega 

  • Group: Members
  • Posts: 5
  • Joined: 29-May 09

Posted 05 June 2009 - 03:18 PM

Using these procedures can remove the window for notification of access and disable the update?
And also the LogMeInSystray disable the Windows startup?

I await answers!

Thank you all!

#132 User is offline   ambigiousop 

  • Group: Members
  • Posts: 1
  • Joined: 17-June 09

Posted 17 June 2009 - 03:59 PM

I am trying this with the newest version of LogMeIn.msi. I have done all of kwanbis' steps and LogMeIn is installing fine. However it is saying "LogMeIn is installed but has not been activated." It also gives me tha yellow box at the bottom that says, "Could not attach the computer to your LogMeIn account."

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 User is offline   Sentax 

  • Group: Members
  • Posts: 2
  • Joined: 06-July 09

Posted 06 July 2009 - 08:52 PM

Hi everyone, just want to say thanks for all the great tips in this thread.

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 User is offline   Sentax 

  • Group: Members
  • Posts: 2
  • Joined: 06-July 09

Posted 08 July 2009 - 09:01 AM

Sorry to post so quickly again, but I was hoping that someone that has had success above in making a silent installer, or success in creating workarounds in LMI installers could help me. It seems LMI likes to change things in their installer often to prevent silent installs.

Does anyone have a working, older MSI that they could share? If so, please PM me.

Any help is greatly appreciated.

#135 User is offline   MrChris 

  • Junior
  • Pip
  • Group: Members
  • Posts: 91
  • Joined: 15-October 04

Posted 05 September 2009 - 01:12 PM

Anyone attempt to make the new version of LMI silently installable?

MrChris

#136 User is offline   link627 

  • Group: Members
  • Posts: 4
  • Joined: 04-August 09

Posted 07 September 2009 - 01:57 PM

View Postkwanbis, on Apr 21 2009, 05:14 PM, said:

OK, i have read the whole post, and did this brief, with some information/testing of my own.

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 User is offline   MrChris 

  • Junior
  • Pip
  • Group: Members
  • Posts: 91
  • Joined: 15-October 04

Posted 08 September 2009 - 12:39 AM

The latested version of LogMeIn just went out of beta and apears to be GA'd. v4.0.0.966 Dated 9/1/09 (in program) and 9/5/09 (msi date). When I looked at the MSI in orca, some of the conditions in some of the tables are different. for example LICENSETYPE used to be IT but now its a 5. I didnt check all of them. Im sure it can still be changed, we just need to know what conditions control the same functions as before.

https://secure.logmein.com/logmein.msi

MrChris

This post has been edited by MrChris: 08 September 2009 - 12:43 AM


#138 User is offline   blacksheep999 

  • Group: Members
  • Posts: 1
  • Joined: 08-September 09

Posted 08 September 2009 - 06:27 AM

Hi folks,

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 User is offline   dolivas 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 01-July 06

Posted 09 September 2009 - 11:54 AM

View PostMrChris, on Sep 8 2009, 02:39 AM, said:

The latested version of LogMeIn just went out of beta and apears to be GA'd. v4.0.0.966 Dated 9/1/09 (in program) and 9/5/09 (msi date). When I looked at the MSI in orca, some of the conditions in some of the tables are different. for example LICENSETYPE used to be IT but now its a 5. I didnt check all of them. Im sure it can still be changed, we just need to know what conditions control the same functions as before.

https://secure.logmein.com/logmein.msi

MrChris


LICENSETYPE Needs to be set to 0 for the Free Version

#140 User is offline   luguta 

  • Group: Members
  • Posts: 2
  • Joined: 11-March 07

Posted 28 September 2009 - 09:04 AM

Hi All,

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

Share this topic:


  • 8 Pages +
  • « First
  • 5
  • 6
  • 7
  • 8
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy