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
  • 3
  • 4
  • 5
  • 6
  • 7
  • Last »
  • 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: -----

#81 User is offline   Pelekan 

  • Newbie
  • Group: Members
  • Posts: 22
  • Joined: 05-September 07

Posted 20 October 2008 - 10:11 AM

View PostCartman-SRK, on Oct 20 2008, 11:07 AM, said:

View PostPelekan, on Oct 20 2008, 11:50 AM, said:

View PostCartman-SRK, on Oct 20 2008, 10:48 AM, said:

with out psexec I am still getting an error message, but it is not showing on the screen since it is running quiet. BTw I do have the file on the machine I am trying to run it on.


can you provide the whole command you are running?


psexec \\Machinename -u UserID -p UserPW cmd /c c:\regfiles\logmein.msi /quiet USERPASSWORD=UserPW USERVERIFYPWD=UserPW USEREMAIL=user@site.com USERWEBPASSWORD=UserPw LicenseType=free

Names have been changed to protect the innocent. The user ID and password are to a local admin account.


Try ti change /quite to /qr


#82 User is offline   Cartman-SRK 

  • Group: Members
  • Posts: 7
  • Joined: 20-October 08

Posted 20 October 2008 - 10:18 AM

okay, changed the /qr now seeing the install screen and getting a new error about the profile not existing.

#83 User is offline   Pelekan 

  • Newbie
  • Group: Members
  • Posts: 22
  • Joined: 05-September 07

Posted 20 October 2008 - 10:47 AM

View PostCartman-SRK, on Oct 20 2008, 11:18 AM, said:

okay, changed the /qr now seeing the install screen and getting a new error about the profile not existing.


Yes, now you can see an Installation screen, but everything now should be unattended. regarding error about profile... i didn't find solution for this, so I've created an Autoit script to press Enter :), see one of my previous posts.

#84 User is offline   Cartman-SRK 

  • Group: Members
  • Posts: 7
  • Joined: 20-October 08

Posted 21 October 2008 - 10:33 AM

Okay built the autoit script as you suggested added the account info to the script. It is still not running on the pc's.

One of the reasons I am running the psexec is that the machines are remote and the users that are on them have 0 admin rights. so I realy can not have them looking at the screen when this happens. So any more help you can provide would be great!

BTW thank you for you help that you have provided so far.

#85 User is offline   Pelekan 

  • Newbie
  • Group: Members
  • Posts: 22
  • Joined: 05-September 07

Posted 21 October 2008 - 07:38 PM

View PostCartman-SRK, on Oct 21 2008, 11:33 AM, said:

Okay built the autoit script as you suggested added the account info to the script. It is still not running on the pc's.

One of the reasons I am running the psexec is that the machines are remote and the users that are on them have 0 admin rights. so I realy can not have them looking at the screen when this happens. So any more help you can provide would be great!

BTW thank you for you help that you have provided so far.


I didn't find solution to do the new LogMein absolutely quite, but i managed to insert All information about my LogmeIn account into MSI file (see one othe post in this thread) so, when MSI runs on user's computer, hi just see the setup wizard, but can't see my account information.

To be a little bit more secure, i put MSI inside SFX archive, configured SFX archive to automatically start installation process and then delete the MSI file :).

#86 User is offline   dolivas 

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

Posted 21 October 2008 - 08:30 PM

Ok guys I found a solution for the "Profile does not exist" remove this entry from the msi
LMIGetLicenseForProfile condition: NOT Installed sequence: 3720
and all will be well no need for the autoit script. The problem with the can't find /x64 when you try to run it silent /qn or quiet is a problem with the original msi installer if you run the original msi with the /qb you will see you also receive the can't find the x64 I would bet that they will fix this with a new installer.

This post has been edited by dolivas: 21 October 2008 - 08:36 PM


#87 User is offline   Pelekan 

  • Newbie
  • Group: Members
  • Posts: 22
  • Joined: 05-September 07

Posted 22 October 2008 - 08:14 AM

View Postdolivas, on Oct 21 2008, 09:30 PM, said:

Ok guys I found a solution for the "Profile does not exist" remove this entry from the msi
LMIGetLicenseForProfile condition: NOT Installed sequence: 3720
and all will be well no need for the autoit script. The problem with the can't find /x64 when you try to run it silent /qn or quiet is a problem with the original msi installer if you run the original msi with the /qb you will see you also receive the can't find the x64 I would bet that they will fix this with a new installer.


dolivas, thanks!!!

#88 User is offline   stetrault 

  • Group: Members
  • Posts: 3
  • Joined: 20-October 08

Posted 22 October 2008 - 09:40 AM

View Postdolivas, on Oct 21 2008, 09:30 PM, said:

Ok guys I found a solution for the "Profile does not exist" remove this entry from the msi
LMIGetLicenseForProfile condition: NOT Installed sequence: 3720
and all will be well no need for the autoit script. The problem with the can't find /x64 when you try to run it silent /qn or quiet is a problem with the original msi installer if you run the original msi with the /qb you will see you also receive the can't find the x64 I would bet that they will fix this with a new installer.


Thanks alot!! thanks also to pelican

I was trying to run an Autoit process, then i downloaded AdminStudio to convert the .exe to .msi, and then i had a few problems to register the user to Logmein, but that was so complicated lol.

This solution makes it easier for all of us

#89 User is offline   Pelekan 

  • Newbie
  • Group: Members
  • Posts: 22
  • Joined: 05-September 07

Posted 22 October 2008 - 09:51 AM

View Poststetrault, on Oct 22 2008, 10:40 AM, said:

View Postdolivas, on Oct 21 2008, 09:30 PM, said:

Ok guys I found a solution for the "Profile does not exist" remove this entry from the msi
LMIGetLicenseForProfile condition: NOT Installed sequence: 3720
and all will be well no need for the autoit script. The problem with the can't find /x64 when you try to run it silent /qn or quiet is a problem with the original msi installer if you run the original msi with the /qb you will see you also receive the can't find the x64 I would bet that they will fix this with a new installer.


Thanks alot!! thanks also to pelican

I was trying to run an Autoit process, then i downloaded AdminStudio to convert the .exe to .msi, and then i had a few problems to register the user to Logmein, but that was so complicated lol.

This solution makes it easier for all of us


I'll do my best to help!

#90 User is offline   stetrault 

  • Group: Members
  • Posts: 3
  • Joined: 20-October 08

Posted 22 October 2008 - 01:43 PM

Anyone had success to push LMI 4 by GPOs?

I did the fix for the Profile not existing, when i run the msiexec line it works fine with the /qr switch, when i double click on the msi it install fine and i dont run through any problem at all..

But i have a "Fatal error during installation" error in the eventlog when i try to push the msi through a GPO.

Anyone have ideas?

#91 User is offline   Pelekan 

  • Newbie
  • Group: Members
  • Posts: 22
  • Joined: 05-September 07

Posted 23 October 2008 - 08:44 AM

View Poststetrault, on Oct 22 2008, 02:43 PM, said:

Anyone had success to push LMI 4 by GPOs?

I did the fix for the Profile not existing, when i run the msiexec line it works fine with the /qr switch, when i double click on the msi it install fine and i dont run through any problem at all..

But i have a "Fatal error during installation" error in the eventlog when i try to push the msi through a GPO.

Anyone have ideas?

I'll try to check this next week. Now i'm working on other project and absolutely have no time to check this, sorry.

#92 User is offline   jsnarcher 

  • Group: Members
  • Posts: 1
  • Joined: 06-November 08

Posted 06 November 2008 - 04:07 PM

Hi, I am trying to do a silent installation of LogMeIn. Does anyone know the how to pass the machine name parameter to the .msi file through command prompt installation?

#93 User is offline   Cartman-SRK 

  • Group: Members
  • Posts: 7
  • Joined: 20-October 08

Posted 06 November 2008 - 04:27 PM

Does this fix make it so you can go back to the /Quiet switch? if so I have tried still no luck...Getting close though. gonna try the /passive switch in a few to see if that will work.

Will the progress bar even show if I am running the commands with psexec?

#94 User is offline   HostFat 

  • Group: Members
  • Posts: 2
  • Joined: 20-December 07

Posted 12 November 2008 - 06:19 AM

Hello, do you know if there is a way/property to disable the mirror driver installation?
I mean, is there something that I can enter directly on the MSI installer?

I just know that this is possible on the logmein.exe on this way:
logmein.exe install -nomirrordrv
Is there something for the installer?

This post has been edited by HostFat: 12 November 2008 - 06:21 AM


#95 User is offline   Parky84 

  • Group: Members
  • Posts: 1
  • Joined: 21-November 08

Posted 21 November 2008 - 12:44 PM

Quote

Guys

I have played around with this msi and got it to install completely silently. I edited the msi's properties table to include the parameters : "USERPASSWORD=pcpassword USERVERIFYPWD=pcpassword USEREMAIL=email@email.com USERWEBPASSWORD=password LicenseType=free ", instead of passing them via the coomand line as others have done before.....Just neater this way and less room for error.



Could you explain how you did that?

#96 User is offline   origtopcat 

  • Group: Members
  • Posts: 1
  • Joined: 25-May 06

Posted 04 December 2008 - 01:01 PM

View PostParky84, on Nov 21 2008, 01:44 PM, said:

Quote

Guys

I have played around with this msi and got it to install completely silently. I edited the msi's properties table to include the parameters : "USERPASSWORD=pcpassword USERVERIFYPWD=pcpassword USEREMAIL=email@email.com USERWEBPASSWORD=password LicenseType=free ", instead of passing them via the coomand line as others have done before.....Just neater this way and less room for error.



Could you explain how you did that?


Has anyone found an answer to parky84's question?


Thanks

#97 User is offline   GMFlash 

  • Group: Members
  • Posts: 2
  • Joined: 05-December 08

Posted 05 December 2008 - 10:05 AM

I'm trying to make a simple installer with the values already filled in. I did the following steps:

1. Downloaded the 4.0.784 LogMeIn.msi from https://secure.logmein.com/logmein.msi and opened it in Orca
2. In the Control table I filled my account info in the Text columns for USEREMAIL, USERWEBPASSWORD, USERPASSWORD, and USERVERIFYPWD
3. In the Property table I changed LicenseType to free
4. Saved the LogMeIn.msi (not Save As)

When I run the installer all of the fields are empty and it still asks me to fill them in. Does anyone know what the issue might be?

#98 User is offline   GMFlash 

  • Group: Members
  • Posts: 2
  • Joined: 05-December 08

Posted 05 December 2008 - 10:37 AM

View PostParky84, on Nov 21 2008, 01:44 PM, said:

Quote

Guys

I have played around with this msi and got it to install completely silently. I edited the msi's properties table to include the parameters : "USERPASSWORD=pcpassword USERVERIFYPWD=pcpassword USEREMAIL=email@email.com USERWEBPASSWORD=password LicenseType=free ", instead of passing them via the coomand line as others have done before.....Just neater this way and less room for error.



Could you explain how you did that?


I figured it out! This also answers my above question.
  • In Orca, highlight the Property table
  • Press CTRL-R on your keyboard (or Tables -> Add Row in the menu bar)
  • In the Property field put USEREMAIL and in the Value field put your account's email address
  • Repeat steps 2-3 for USERWEBPASSWORD, USERPASSWORD, and USERVERIFYPWD


#99 User is offline   bartosz31 

  • Group: Members
  • Posts: 2
  • Joined: 16-December 08

Posted 16 December 2008 - 11:36 AM

LANGUAGE POLNISH
witam.

mam problem
chcę żeby LGOMEIN instalowało się samo

a jak korzystam ze skryptu
logmein.msi /quiet USERPASSWORD=pcpassword USERVERIFYPWD=pcpassword USEREMAIL=email@email.com USERWEBPASSWORD=password LicenseType=free

to i tak po instalacji trzeba się rejestrować.

jak zrobić by kliknąć i mieć już gotowe zainstalowane ??

LANGUAGE ENGLISH
I greet.

I have problem I
want in order to LGOMEIN installed alone

and how I use from promissory note
logmein.it msi / quiet USERPASSWORD = pcpassword USERVERIFYPWD = pcpassword USEREMAIL = email@email.com USERWEBPASSWORD = password LicenseType = free

this and so it after installation was one should was register.

how would they make to click and to have already finished installed ??

#100 User is offline   JimTech 

  • Group: Members
  • Posts: 1
  • Joined: 31-December 08

Posted 31 December 2008 - 07:50 PM

To all those seeking to install with a specified Computer Name:

Add this to the command line:

LMIDESCRIPTION=<Desired Name>

This works, as long as there are no spaces in the <Desired Name>

Share this topic:


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

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



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