Forum Discussion
GlennD
7 months agoGoTo Manager
Hi Chris_Hanley, welcome to the community.
I've checked with our team and their suggestions are:
- For the setup you could create a multiple use deployment package, which you should install as part of the setup script: msiexec /i LogMeIn.msi
- If you already included the LogMeIn Client in your VM image you can attach it to Central with this command: "C:\Program Files (x86)\LogMeIn\x64\LogMeIn.exe" attach <deploy_id>
The <deploy_id> is the "c" parameter of the installation link of the deploy package. - To remove the LogMeIn instance from Central during logout you should uninstall the LogMeIn software from their computer. You can do it by uninstalling the software: msiexec /x LogMeIn.msi or with this command: "C:\Program Files (x86)\LogMeIn\x64\LogMeIn.exe" uninstall