# Standard Setup of CAXperts Software

## How to Install

This chapter explains the installation process for most CAXperts products.

> **Administrator rights** are required on each computer in order 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.

<img src="./media/images_SetupSoftware_step1-2.png" width="500">

3. Select the desired software setup and click on the yellow **Download** button next to it.

<img src="./media/images_SetupSoftware_step3.png" width="500">

4. Find the downloaded file in your **Downloads** folder.

5. Double-click the downloaded file to open it and begin the installation process.

<img src="./media/images_SetupSoftware_step4-5.png" width="300">

6. You will then be prompted to enter your **admin username** and **password**.

<img src="./media/images_SetupSoftware_step6.png" width="300">

7. Follow the instructions provided by the setup wizard.

<img src="./media/images_SetupSoftware_step7.png" width="300">

8. Select the folder in which you want to install the software.

<img src="./media/images_SetupSoftware_step8.png" width="300">

9. Proceed with the installation by clicking the **Install** button, then wait for the installation process to complete.

<img src="./media/images_SetupSoftware_step9-10.png" width="300">

10. You can now start the installed 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, then either click **Uninstall/Remove** or right-click 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 in order to specify session variable values. Example:

`"C:\output\setup.exe" "/S:C:\setupvars.ini"`

In this case, the session variables in the INI file are used during setup. The INI file should use the following format:

`[SetupValues]`

`%AppFolder%=C:\Program Files\MyProduct`

### /U:\<\<XML config file\>\>

This option is used when uninstalling the program by command line. An optional XML file can be provided in order to specify session variable values. Example:

`"C:\Program Files\MyProduct\uninstall.exe" "/U:C:\Program Files\MyProduct\irunin.xml"`

