Silent Installation
Since the installer is an MSI package, you can use msiexec to run the installation silently. msiexec must be run as an administrator.
Note: If you have more than one installation of CATIA installed, do not use the silent installer because it is not able to determine which installation to use. Instead, use the interactive installer because it prompts you to select the correct installation.
To install silently
Enter the following at the command line:
msiexec.exe /i "<msi_file_full_path>" APRIORILOCATION=<aPriori_install> /quiet
For example:
msiexec.exe /i "C:\installfiles\CostInAPriori_for_SW2012_Installer_x64.msi" APRIORILOCATION=C:\aPriori /quiet
To uninstall silently
Enter the following at the command line:
msiexec.exe /x "<msi_file_full_path>" /quiet
For example:
msiexec.exe /x "C:\installfiles\CostInAPriori_for_SW2012_Installer_x64.msi" /quiet