Install Or Remove Optional Components

The Meridian client installation packages support installing individual components in a command-line installation by using the ADDLOCAL property. To remove individual components using a command line, specify them with the REMOVE property. The package supports the following values for these properties. The values are case-sensitive. Spaces are not allowed. Misspelled values will cause the entire command line to fail.

For example, to remove the application links for a subset of users, run the following command line:


msiexec /i "C:\Temp\BlueCielo Meridian Enterprise.msi"
INSTALLDIR="C:\Program Files\BC-Meridian"
REMOVE="Acad2018,Inventor" TRANSFORMS="1053.mst"
/quiet /norestart /log "C:\Temp\BCME2018-Setup.log"