Technical Notes |
|
This technical note describes how to add and remove features and components in Reflection using Windows Control Panel utilities or using the MSI command line.
To install or remove a component or feature in Reflection after the initial installation, follow these steps:
From Control Panel,
From Control Panel,
After you have initially installed the product, you can use the MSI command line to add and remove features or components. Use the following command line syntax:
msiexec /i {product GUID} [property] [switch]For example, to install Reflection for UNIX and OpenVMS quietly from Reflection Suite for X after the application's initial installation, use the following command:
msiexec /i {0E8949A6-CBBA-4AF6-B209-1C060164755E} ADDLOCAL=RUO /qbThe "ADDLOCAL=RUO" syntax is a comma delimited list of feature names assigned to the property 'ADDLOCAL'. Other useful properties are listed below:
You can combine the properties above on a command line to add one feature and remove another. For example to add Reflection for ReGIS Graphics and remove Reflection for UNIX and OpenVMS, use the following command:
msiexec /i {807B1E68-FF69-4170-A835-E4B2C8A1D389} ADDLOCAL=RRG REMOVE=RUOYou can also use the MSIExec command line to uninstall (remove) the product. Use the following syntax:
msiexec /x {product GUID} This command will remove the product, independent of the original source location.