Forum Discussion
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,
- 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