IPEVO Visualizer Silent Install (How-To Guide)

IPEVO Visualizer allows you to display the video feed from your computer camera, record it, modify it, and more. That means you can use it to show what your camera sees, either on a big screen or in an online conferencing app. It works with any camera feed including iDocCam and is ideal for use with document cameras. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of IPEVO Visualizer from the command line using the MSI installer.

How to Install IPEVO Visualizer Silently

IPEVO Visualizer Silent Install (MSI)

  1. Navigate to: https://www.ipevo.com/software/visualizer#download
  2. Select the Windows 7/8/10 download link
  3. Download the Visualizer_win10_vw.x.y.z.msi.zip to a folder created at (C:\Downloads)
  4. Extract the Visualizer_win10_vw.x.y.z.msi from the zip file to C:\Downloads
  5. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  6. Navigate to the C:\Downloads folder
  7. Enter the following command: MsiExec.exe /i Visualizer_win10_vw.x.y.z.msi AcceptEULA=1 /qn
  8. Press Enter

After a few moments you will find IPEVO Visualizer entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:IPEVO Visualizer
Vendor:IPEVO Inc.
Architecture:x86
Installer Type:MSI
Silent Install Switch:MsiExec.exe /i Visualizer_win10_vw.x.y.z.msi AcceptEULA=1 /qn
Silent Uninstall Switch:MsiExec.exe /x Visualizer_win10_vw.x.y.z.msi /qn
Repair Command:MsiExec.exe /fa Visualizer_win10_vw.x.y.z.msi /qn
Download Link:https://www.ipevo.com/software/visualizer#download
PowerShell Script:https://silentinstallhq.com/ipevo-visualizer-install-and-uninstall-powershell/
Detection Script:https://silentinstallhq.com/create-a-custom-detection-script-for-ipevo-visualizer-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 an IPEVO Visualizer Installation Log File

The IPEVO Visualizer 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.

IPEVO Visualizer Silent Install (MSI) with Logging

MsiExec.exe /i Visualizer_win10_vw.x.y.z.msi AcceptEULA=1 /qn /L*v %WINDIR%\Temp\Visualizer-Install.log"

Disable IPEVO Visualizer Update Check

  • Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  • Enter the following command:
REG ADD "HKCU\Software\IPEVO\Visualizer" /v lastTimeCheckUpdate /t REG_SZ /d 999999999999999999 /f

How to Uninstall IPEVO Visualizer Silently

Check out the following posts for a scripted solution:

IPEVO Visualizer Install and Uninstall (PowerShell)
IPEVO Visualizer Silent Uninstall (PowerShell)
  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter one of the following commands:
VersionIPEVO Visualizer Silent Uninstall String
3.0.737.0MsiExec.exe /x {2CFD66D0-3556-40E9-9434-7960E0C5B3E2} /qn
3.0.727.0MsiExec.exe /x {52FBB1E9-D120-424F-B354-9BAC2B4870B1} /qn
3.0.717.0MsiExec.exe /x {D106B301-9185-4C31-B2E4-87A10C9271AD} /qn
3.0.705.0MsiExec.exe /x {445B60D7-1762-407A-8A1F-2941743790E9} /qn
3.0.693.0MsiExec.exe /x {789B04D6-F575-452E-9FDB-873D2BED0B8F} /qn
3.0.685.0MsiExec.exe /x {AD4E41A5-2F59-4548-B48C-B57A47DABE18} /qn
3.0.679.0MsiExec.exe /x {B49BBDBC-A4BF-4C30-B27E-5FAB895BB029} /qn
3.0.673.0MsiExec.exe /x {51082B2D-CCCD-40CD-AF7A-F85E0A26A480} /qn
3.0.667.0MsiExec.exe /x {027A4734-2AEC-4F50-A712-5F699EC6F6B1} /qn
2.4.611.0MsiExec.exe /x {5CC8D074-7307-4EEC-AA49-B182C5A3FCB8} /qn
2.4.605.0MsiExec.exe /x {6E7E7CBE-C025-48C6-BE16-0E8DE1544664} /qn
2.4.597.0MsiExec.exe /x {D9D7E56A-77A5-460D-B980-1592605A8DA6} /qn
2.4.595.0MsiExec.exe /x {597B0F7E-68C6-4B28-82F0-F5FA8CE23891} /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.

Jason Bergner

I am an accomplished Software Engineer at Patch My PC, leveraging more than 18 years of hands-on experience in Configuration Manager administration and application packaging. I am driven by a genuine passion for solving complex problems and consistently strive to discover innovative and effective solutions. Sharing my extensive knowledge of application deployments is a true joy for me, and I am honored to contribute to the community here at Silent Install HQ.

Recent Posts