Show only results for:











Standard Setup of CAXperts Software

How to Install

This chapter covers the installation process for most CAXperts products.

Administrator Rights are necessary on each computer to complete the installation process.
The “Run as” functionality is not supported for installation.

  1. To download CAXperts software, go to caxperts.com where the software is hosted.

  2. Navigate to “Downloads” in the “Support” drop-down menu.

  1. Select the desired software setup and click on the yellow “Download” button next to it.

  1. Find the downloaded file in your “Downloads” folder.

  2. Double-click on the downloaded file to open it and begin the installation process.

  1. You will then be prompted to enter your admin username and password.
  1. Follow the instructions provided by the setup wizard.
  1. Select the folder where you want to install the software.
  1. Proceed with the installation by clicking on the “Install” button and wait for the installation process to complete.
  1. You can now launch the downloaded software.

How to Uninstall

  1. To uninstall the software, open “Control Panel” from the Start menu.
  2. Then, navigate to “Programs and Features”.
  3. Select the program you want to remove from the list, and either click “Uninstall/Remove” or right-click on the program and select Uninstall a program.

Command Line Setup (for Administrators)

The installer supports the following command line options:

/S:<<optional INI file>>

Runs the installation in silent mode, where no screens or dialogs are shown.

An optional INI file can be provided to specify session variable values. Example:

"C:\output\setup.exe" "/S:C:\setupvars.ini"

In this case, the session variables in the INI file will be used during the setup. The INI file should follow this format:

[SetupValues]

%AppFolder%=C:\Program Files\MyProduct

/U:<<XML config file>>

This option is used when uninstalling the program via the command line. An optional XML file can be provided to specify session variable values. Example:

"C:\Program Files\MyProduct\uninstall.exe" "/U:C:\Program Files\MyProduct\irunin.xml"