Cadence PCB Viewer 2019 (17.4) Silent Install (How-To Guide)

The Cadence Allegro Viewer allows anyone to open, view and plot Allegro PCB Editor, OrCAD PCB Editor, Allegro Package Designer, and Allegro PCB SI technology databases without a license. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Cadence PCB Viewer 2019 (17.4) from the command line using the EXE installer.

How to Install Cadence PCB Viewer 2019 (17.4) Silently

Cadence PCB Viewer 2019 (17.4) Silent Install (EXE)

  1. Navigate to: https://www.cadence.com/en_US/home/tools/pcb-design-and-analysis/allegro-downloads-start.html
  2. Complete the form to download the Cadence Allegro Physical Viewer
  3. Download the CadencePCBViewers.exe file to a folder created at (C:\Downloads)
  4. Extract the contents of the CadencePCBViewers.exe using 7-Zip to “C:\Downloads\CadencePCBViewer”
  5. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  6. Navigate to the C:\Downloads\CadencePCBViewer folder
  7. Enter the following command to record a response file:
    • installsetup.exe -r -f1".\setup.iss"
  8. Press Enter
  9. Click Yes to the “Do you which to continue?” Question
  10. Click Finish once you see the Setup Complete window
  11. You will now find the response file (setup.iss) in the C:\Downloads\CadencePCBViewer folder
  12. Uninstall Cadence PCB Viewer 2019

Note: As an alternative, you can copy the following Response File Example

  • Open Notepad or your favorite text editor
  • Enter the following lines:
[InstallShield Silent]
Version=v7.00
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{C5E23CC5-1B60-4011-866B-E30177559E75}-DlgOrder]
Dlg0={C5E23CC5-1B60-4011-866B-E30177559E75}-AskYesNo-0
Count=2
Dlg1={C5E23CC5-1B60-4011-866B-E30177559E75}-SETUP_COMPLETE_DLG-0
[{C5E23CC5-1B60-4011-866B-E30177559E75}-AskYesNo-0]
Result=1
[Application]
Name=Cadence PCB Viewers 2019
Version=17.4.019
Company=Cadence Design Systems, Inc.
Lang=0409
[{C5E23CC5-1B60-4011-866B-E30177559E75}-SETUP_COMPLETE_DLG-0]
Result=1
bViewLocalDoc=0
bCdnWebPage=0
  • Save the file and name it: setup.iss
  • Copy the setup.iss to theC:\Downloads\CadencePCBViewer folder

  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Navigate to the C:\Downloads\CadencePCBViewer folder
  3. Enter the following command: installsetup.exe -s -f1".\setup.iss"
  4. Press Enter

After a few minutes you will find Cadence PCB Viewer 2019 entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:Cadence PCB Viewer 2019
Vendor:Cadence Design Systems, Inc.
Version:17.4
Architecture:x64
Installer Type:EXE
Silent Install Switch:installsetup.exe -s -f1".\setup.iss"
Silent Uninstall Switch:installsetup.exe /hide_progress /hide_splash Uninstall !Quiet=".\silent-uninstall.ini"
Download Link:https://www.cadence.com/en_US/home/tools/pcb-design-and-analysis/allegro-downloads-start.html
PowerShell Script:https://silentinstallhq.com/cadence-pcb-viewer-2019-17-4-install-and-uninstall-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 Cadence PCB Viewer 2019 Installation Log File

The Cadence PCB Viewer 2019 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 log file with details about the installation.

Cadence PCB Viewer 2019 (17.4) Silent Install with Logging (EXE)

installsetup.exe -s -f1".\setup.iss" -f2"C:\Windows\Temp\CadencePCBViewer.log"

How to Uninstall Cadence PCB Viewer 2019 (17.4) Silently

Check out the Cadence PCB Viewer 2019 (17.4) Install and Uninstall (PowerShell) post for a scripted solution.

Cadence PCB Viewer 2019 (17.4) Silent Uninstall (EXE)

  • Open Notepad or your favorite text editor
  • Enter the following lines:
[State]
TargetDir=C:\Cadence\PCBViewers_2019
OnMaintenance=REMOVEALL
ALLUSERS=YES
IKNOWBEST=YES
[Data]
WorkingDir=C:\SPB_Data
  • Save the file to the “C:\Downloads\CadencePCBViewer” folder and name it: silent-uninstall.ini
  • Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  • Navigate to the C:\Downloads\CadencePCBViewer folder
  • Enter the following command:

Cadence PCB Viewer 2019 (17.4) Silent Uninstall (EXE)

installsetup.exe /hide_progress /hide_splash Uninstall !Quiet=".\silent-uninstall.ini"

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