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 cli...
- 5 years ago
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
rkoven
6 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,
MarioAguadoFdz
6 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