The GoTo Community is currently experiencing some technical issues affecting new posts and comments. You may need to reload the page you are on before you can post a comment. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
callypro
5 years agoVisitor
How do I do a silent install, must I get the LogMeIn Central ?
HI,
I have a got about 4 to 5 users at the moment. Right now, I send the deployment links to them through my C# program. However, I have got a request from the users where they do not want to be clicking on the link, opening the browser and clicking next, they basically wanna a silent install.
How can I achieve it, I am using the free version, but if I have to buy, I am open for that as well.
Please advice.
callypro Please see this support article for reference: https://support.logmeininc.com/central/help/mass-deployment-of-logmein-host-software-silent-install-central-t-central-deploy-silent-install
16 Replies
- AshC5 years agoRetired GoTo Contributor
callypro Please see this support article for reference: https://support.logmeininc.com/central/help/mass-deployment-of-logmein-host-software-silent-install-central-t-central-deploy-silent-install
- MarioAguadoFdz6 years agoActive Contributor
Hello, yes it is possible just use this cmd line
msiexec.exe /i LogMeIn.msi /quiet FQDNDESC=0 INSTALLMETHOD=5 LMIDESCRIPTION="NAME-OF-YOU-COMPUTER" LMIACCESSCODE=passwordtoaccess DEPLOYID=XXX
LMIDescription is the name on how you wil find the computer in Central under computers list
LMIAccesscode is the computer code that will be used to access the computer when you try to connect, if you do nt add the LMIaccesscode then you will must use credentials of the remote pc
create deployment links and use them for the DELPLOYID
I hope it helps you I has been using this to install more than 10,000 LMI computers
BR
Mario Aguado
- rkoven6 years agoActive Contributor
I have found the post where in the past it was possible to install the logmein deployment msi file as a silent install and include the access code. I am not able to find anything newer on this topic. Is it possible to install the logmein msi file and include the access code with it? I am trying to install it as part of out image deployment, this will allow us to have one less step at the end.
Thanks,
- bpl-jeremy8 years agoNew Member
To perform a silent installation connected into your LMI account:
msiexec.exe /i LogMeIn.msi DEPLOYID=%YOUR-DEPLOYMENT-ID% INSTALLMETHOD=5 FQDNDESC=1 /QUIET
*Note: You will need to get the deployment ID from the "Deploy Installation Package" page of your LogMeIn Central account. This does NOT work on Windows 10 Build 1803, for that version of Windows, you cannot use any method of account auto-attach, instead download the generic installer from https://secure.logmein.com/logmein.msi and a silent install can be performed with:
msiexec.exe /i LogMeIn.msi INSTALLMETHOD=5 FQDNDESC=1 /qb
- evoevoevo8 years agoNew Contributor
I did this, and you end up with a .cmd file and .msi file correct? . . . shouldn't i just be able to double-click the cmd file and have it install the msi file in the same directory without any further interaction? . . (That's what I'm trying to do anyway)
- evoevoevo8 years agoNew Contributor
We have an msi file we need to install on mutiple endpoints with out intervention. I've got a script which accesses the msi file on network share successfully. However I need this LogMeIn msi file to automatically answer the 'next' and any prompts in the install process, so the application can automatically be installed.
Does anyone have an example or direction on how to set up the msi file this way?
thanks
- MohanMenghwar10 years agoVisitor
Hi Guys,
I was wondering is there any script to install Logmein through batch file silently.
Thanks,
Mohan
- Alkivi11 years agoNew Contributor
Here are the steps needed :
- Login to Central
- Go to deployement
- Create new set with the parameters you want
- Once the set is created, there is a scroll menu dploiement method.
- Choose batch and there you do (you still need an msi file thought)
Cheers,
- erlandday11 years agoNew Member
Would you be able to explain how you did it through the deployment batch command line. Thank you,
erlandday
- Alkivi11 years agoNew Contributor
We manage to do what we wanted using the deployement batch command line :)
Thx for the quick answer.