Silent Install - CADWorx - Installation & Upgrade

CADWorx Design Review Installation Guide

Language
English
Product
CADWorx
Subproduct
Design Review
Search by Category
Installation & Upgrade
CAESAR II Version
12
CADWorx Version
20.0 (2020)

To perform a silent installation of the CADWorx Design Review software, type the required command instructions on the command line.

  • You must have administrative level rights to run the installer in silent mode.

  • You must select Run as Administrator from the right-click menu when stating the DOS prompt.

  • Ensure you are in the directory of the CADWorxDesignReviewSetup.exe file.

Example:

[Root Directory]\CADWorxDesignReviewSetup.exe /install /silent /log "C:\SetupLog.log" USERNAME="HexagonUser" COMPANYNAME="Hexagon" TARGETDIR="C:\Program Files\CADWorx Design Review 2020" SLAACCEPT="YES" ADDLOCAL="CORE_FEATURE,CDR_FEATURE"

Type all values inside quotation marks as shown in the example above.

Command Line Option

Description

Available Options

/install

Runs the installer.

"CADWorxDesignReviewSetup.exe"

/silent

Specifies that you are running a silent installation. With the silent installation, the installer dialog boxes do not display, and the installation process runs in the background.

/silent

/log

Enables you to view details of the silent install.

/log "C:\SetupLog.log"

USERNAME

Specifies your user name. Any user name in your network.

Ex: USERNAME="HexagonUser"

COMPANYNAME

Specifies your company name. Any company name in your network.

Ex: COMPANYNAME="Hexagon"

TARGETDIR

Specifies the folder to install CADWorx Design Review. Any available location on your machine.

Ex. "C:\Program Files\CADWorx Design Review 2020"

SLAACCEPT

Specifies that you accept or do not accept the license agreement. If you type "NO" the installation process does not complete. You must accept the license agreement for the installation to complete.

  • "YES"

  • "NO"

ADDLOCAL

Specifies the CADWorx products to install. You must install CORE_FEATURE each time you run a silent install.

Separate each option with a comma as shown in the example above this table. Do not add spaces before or after a feature option.

  • "CORE_FEATURE"

  • "CDR_FEATURE"

/uninstall

Uninstalls the product.

/uninstall

Uninstall Example:

Make sure to run the uninstall as an administrator.

[Root Directory]\CADWorxDesignReviewSetup.exe /uninstall /silent /log "C:\UninstallSetupLog.log"