How do I control the destination drive of my package?
How do I control the destination drive of my package?
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
bkelly
21 years ago
By default an MSI will place itself on the drive with the most available free space. This can be controlled via the ROOTDRIVE public property.
The ROOTDRIVE property specifies the default drive for the destination directory of the installation. If the Directory column of the Directory table indicates the root destination directory by a property name that is undefined, the installer uses the value of the ROOTDRIVE property to resolve the path to the destination directory.
The value for this property must end with '\'.
The ROOTDRIVE property specifies the default drive for the destination directory of the installation. If the Directory column of the Directory table indicates the root destination directory by a property name that is undefined, the installer uses the value of the ROOTDRIVE property to resolve the path to the destination directory.
The value for this property must end with '\'.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.