The GoTo Opener helps GoTo websites and software run smoothly on your computer. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of the GoTo Opener from the command line using the MSI installer.
How to Install the GoTo Opener Silently
GoTo Opener Silent Install (MSI)
- Navigate to: https://meet.goto.com/openerbinaries/latest/GoToOpenerMultiUser.msi
- Download the GoToOpenerMultiUser.msi to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: MsiExec.exe /i GoToOpenerMultiUser.msi /qn
- Press Enter
After a few moments you will find GoTo Opener entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | GoTo Opener |
Vendor: | LogMeIn, Inc. |
Architecture: | x86 |
Installer Type: | MSI |
Silent Install Switch: | MsiExec.exe /i GoToOpenerMultiUser.msi /qn |
Silent Uninstall Switch: | MsiExec.exe /x GoToOpenerMultiUser.msi /qn |
Repair Command: | MsiExec.exe /fa GoToOpenerMultiUser.msi /qn |
Download Link: | https://meet.goto.com/openerbinaries/latest/GoToOpenerMultiUser.msi |
PowerShell Script: | https://silentinstallhq.com/goto-opener-install-and-uninstall-powershell/ |
Detection Script: | https://silentinstallhq.com/create-a-custom-detection-script-for-goto-opener-powershell/ |
The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.
Additional Configurations
Create a GoTo Opener Installation Log File
The GoTo Opener installer offers the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following commands to create a verbose log file with details about the installation.
GoTo Opener Silent Install (MSI) with Logging
MsiExec.exe /i GoToOpenerMultiUser.msi /qn /L*v "%WINDIR%\Temp\GoToOpener-Install.log" |
How to Uninstall GoTo Opener Silently
Check out the GoTo Opener Install and Uninstall (PowerShell) post for a scripted solution.
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter one of the following commands:
Version | GoTo Opener Silent Uninstall String |
1.0.564 | MsiExec.exe /x {40B17D46-CFD5-487C-8D39-80ADC00270B3} /qn |
1.0.562 | MsiExec.exe /x {811D7167-04F1-42CF-8208-14BDA28654AC} /qn |
1.0.551 | MsiExec.exe /x {5910A7B5-05DA-4E82-AA20-3B39EDCCD8B7} /qn |
1.0.539 | MsiExec.exe /x {98AA312B-1D62-43A2-BDFA-B6E9A4DF3DD3} /qn |
Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.