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
mrichardson47
7 years agoActive Contributor
LogMeIn vs LogMeIn Client
Hello, We recently started to deploy the LogMeIn Central client to our internal staff systems and noticed that the MSI and batch file that we created via the deployment section of LogMeIn Central po...
AshC
7 years agoRetired GoTo Contributor
mrichardson47 It looks like FORCESHOWCLIENT=0 as an msi install parameter will skip the client install afterall. Hope this helps with your setup.
mrichardson47
7 years agoActive Contributor
Thanks AshC
That property value for FORCESHOWCLIENT=0 worked and the deployment is only installing the LogMeIn host agent.
Thanks to the others who made suggestions as well. We are good to go and I have a deployment package with 95% of what we where looking for. Staff can still get to the Control panel but as someone else mentioned, they can't do anything with it unless they have an account.
For anyone else looking to mimic this here is what I did:
Created a Host Preference Package with the following options:
- Appearance
- Unchecked - Display the LogMeIn icon in the System Tray
- Unchecked - Show LogMeIn Client on computer
Created a Deployment package selecting the Host Preference Package.
Selected Deployment Method as Command or Batch File and selected the Silent Install check box
I then copied the command from the bat file and added the Forceshowclient=0.
msiexec.exe /i LogMeIn.msi DEPLOYID=01_xxxxxxxxxxxxxx INSTALLMETHOD=5 FQDNDESC=1 FORCESHOWCLIENT=0
The end result is a minimal foot print and only shows up in the Start menu and did not install the LogMeIn Client. It also does not display in the tasktray.
I would also add that when its deployed, the users don't see any activity but the monitor did flash for a breif second .