Silent Install - CADWorx - Installation & Upgrade

CADWorx Design Review Installation

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

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 R1" SLAACCEPT="YES" ADDLOCAL="CORE_FEATURE,CDR_FEATURE" UNINSTALL_PREVIOUS_VERSION="YES"

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 R1"

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_PREVIOUS_VERSION

Removes previous versions of the software.

If no value is entered, previous versions are not removed.

  • "YES"

  • "NO"

/uninstall

Uninstalls the product.

/uninstall

Install a Service Pack or Hot Fix in Silent Mode

You can install a Service Pack (SP) or a Hot Fix (HF) in silent mode on top of an existing installation of the program. The procedure is the same as installing the full program in silent mode; however, fewer command line options are available.

Example:

[Root Directory]\CADWorxDesignReviewSP1Setup.exe /install /silent

Command Line Option

Description

Available Options/Examples

/install

Runs the installer.

/install

/silent

Runs the installer in silent mode. Installer dialog boxes do not display, and the installation process runs in the background.

/silent

Uninstall Example:

Make sure to run the uninstall as an administrator.

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