Chained Package PropertiesIn this page you can specify the properties of the chained
packages. Files- Package Path - the path of the installation
package which is chained with your product.
- Additional Files - if the chained installation
package uses multiple files and folders, you can add them in this
field.
- Do not delete extracted files after
installation - the files and folders which represent the
chained installation package are extracted in the Temp folder. This
allows Windows Installer to find the source files when a repair is
needed. If this option is checked, the files will not be deleted
when the installation is complete.
- Folder - the name of the folder which will
contain the extracted setup files of the chained package. This
folder will be created in the Temp directory. It is recommended to
specify a different folder name for each chained package in order to
avoid extracting all packages in the same folder.
Install- UI Level - the UI level used by the chained
package during product install.
- Condition - the condition which determines if
the chained package will be installed.
- Properties - a list of installer properties
which will be passed to the package (for example
MY_PROPERTY="Value").
- Rollback whole products installation if this package
fails - this option will make the chained package
rollback the entire installation if it encounters a problem.
Uninstall- UI Level - the UI level used by the chained
package during product uninstall.
- Condition - the condition which determines if
the chained package will be uninstalled.
- Properties - a list of installer properties
which will be passed to the package (for example
MY_PROPERTY="Value").
|