Vivi is a screen mirroring solution designed exclusively for education, transforming the classroom into an interactive learning space. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Vivi from the command line using both the EXE & MSI installers.
How to Install Vivi Silently
Vivi Silent Install (EXE)
- Navigate to: https://www.vivi.io/downloads
- Download the ViviSetup.exe 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: ViviSetup.exe /exenoui /qn
- Press Enter
After a few moments you should see the Vivi Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Vivi |
Vendor: | Vivi Corporation |
Version: | 2.21.2 |
Architecture: | x86_x64 |
Installer Type: | EXE |
Silent Install Switch: | ViviSetup.exe /exenoui /qn |
Silent Uninstall Switch: | MsiExec.exe /x {91C09B07-9F8E-4769-8114-2FB13D502518} /qn |
Repair Command: | MsiExec.exe /fa {91C09B07-9F8E-4769-8114-2FB13D502518} /qn |
Download Link: | https://www.vivi.io/downloads |
Vivi 32-bit Silent Install (MSI)
- Navigate to: https://api.vivi.io/windows-msi
- Download the ViviSetup.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 ViviSetup.msi /qn
- Press Enter
After a few moments you should see the Vivi Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Vivi 32-bit |
Vendor: | Vivi Corporation |
Architecture: | x86 |
Installer Type: | MSI |
Silent Install Switch: | MsiExec.exe /i ViviSetup.msi /qn |
Silent Uninstall Switch: | MsiExec.exe /x ViviSetup.msi /qn |
Repair Command: | MsiExec.exe /fa ViviSetup.msi /qn |
Download Link: | https://api.vivi.io/windows-msi |
Vivi 64-bit Silent Install (MSI)
- Navigate to: https://api.vivi.io/windows-msi64
- Download the ViviSetup64.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 ViviSetup64.msi /qn
- Press Enter
After a few moments you should see the Vivi Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Vivi 64-bit |
Vendor: | Vivi Corporation |
Architecture: | x64 |
Installer Type: | MSI |
Silent Install Switch: | MsiExec.exe /i ViviSetup64.msi /qn |
Silent Uninstall Switch: | MsiExec.exe /x ViviSetup64.msi /qn |
Repair Command: | MsiExec.exe /fa ViviSetup64.msi /qn |
Download Link: | https://api.vivi.io/windows-msi64 |
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 an Installation Log File
You can 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.
Vivi (EXE) Silent Install with Logging (Option 1)
ViviSetup.exe /exenoui /exelog C:\Windows\Temp\Vivi-Install.log /qn |
Vivi (EXE) Silent Install with Logging (Option 2)
ViviSetup.exe /exenoui /qn /L*v "%WINDIR%\Temp\Vivi-Install.log" |
Vivi 32-bit Silent Install (MSI) with Logging
MsiExec.exe /i ViviSetup.msi /qn /L*v "%WINDIR%\Temp\Vivi32-Install.log" |
Vivi 64-bit Silent Install (MSI) with Logging
MsiExec.exe /i ViviSetup64.msi /qn /L*v "%WINDIR%\Temp\Vivi64-Install.log" |
How to Uninstall Vivi Silently
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter one of the following commands:
Vivi 32-bit Silent Uninstall (MSI)
MsiExec.exe /x ViviSetup.msi /qn |
Vivi 64-bit Silent Uninstall (MSI)
MsiExec.exe /x ViviSetup64.msi /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.