The GoTo Community is currently experiencing some technical issues affecting new posts and comments. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
Strobely
3 years agoActive Contributor
Logmein Client no longer installing along side Control Panel
All of a sudden, for some reason, Logmein control panel is installing, but the client is not. Normally they both install at the same time. I have to run a repair on the install and then it installs the control panel. I am not sure why this all of a sudden started.
This is what I use to install the Windows Host LMI
start-process C:\windows\system32\msiexec.exe -argumentlist "/I C:\temp\$lmilatest /qn /l*v C:\temp\lmiinst.log SETPOWERMANAGEMENT=0 LMIDESCRIPTION=`"$compname - $compmodel - `" COMPANYNAME=[companyname] ACCOUNTEMAIL=[accountemail] DEPLOYID=[deployid] SHOWCLIENT=0 SHOWCONTROLPANEL=0" -wait
Hi Strobely ,
So, the client was installed but it wasn't showing, because of your command, correct?
We have not received any information that there is a change in the installation of the software. I would definitely open a support ticket for them to further investigate why this is happening.
I had interpreted that you didn't want the client app to install. And if that is the case, during the installation process the code should be FORCESHOWCLIENT=0.
7 Replies
- GlennD2 years agoGoTo Manager
- ipguy2 years agoNew Contributor
Where can we find a full list of CLI command line options like FORCESHOWCLIENT ?
- CS_HelpDesk3 years agoGoTo Contributor
Hi Strobely ,
So, the client was installed but it wasn't showing, because of your command, correct?
We have not received any information that there is a change in the installation of the software. I would definitely open a support ticket for them to further investigate why this is happening.
I had interpreted that you didn't want the client app to install. And if that is the case, during the installation process the code should be FORCESHOWCLIENT=0.
- Strobely3 years agoActive Contributor
CS_HelpDesk Can you show me documentation that shows this is the case?
I have always been using this command in this way. It is my understanding that setting showclient to 0 means that the client ui will not popup after the installation completes.
Has this been changed? - CS_HelpDesk3 years agoGoTo Contributor
Hi Strobely ,
This command "SHOWCLIENT=0" will prevent the client app to be installed.
Also, if you have a Host Preference assigned to your installation package that you have disabled the option to show the client app on the computer, could be the issue as well.
If you want to install the Client, you want to change the command above to "SHOWCLIENT=1" or check your Host Preference to have the option to show the client, checked.
- Strobely3 years agoActive Contributor
We are on Windows 11 latest version
22621.1992 - GlennD3 years agoGoTo Manager