MSI Property Values
Does anyone know how to find out the available PROPERTY values that can be applied to an msi via a .dat file besides calling the vendor? is there like some command like the help command that will show these properties?
thanks for anyones help.
thanks for anyones help.
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
TomB
19 years ago
You can open the MSI in ORCA or any other editor such as Wise or InstallShield.
You can look in the Property Table. Look for all properties in all caps. However, this will not always give you all the properties, but is the first place to start.
You can look in the Control table. In the property column can be a list of properties that are set during the InstallUISequence that are not predefined in the Property Table.
You look in the AppSearch Table. These should be defined at the beginning of the install if the search is found, so there may be little need for these properties.
Outside of that I do suppose properties can be defined via Custom Actions, in which case you will need to contact the Vendor.
You can look in the Property Table. Look for all properties in all caps. However, this will not always give you all the properties, but is the first place to start.
You can look in the Control table. In the property column can be a list of properties that are set during the InstallUISequence that are not predefined in the Property Table.
You look in the AppSearch Table. These should be defined at the beginning of the install if the search is found, so there may be little need for these properties.
Outside of that I do suppose properties can be defined via Custom Actions, in which case you will need to contact the Vendor.
Posted by:
WiseUser
19 years ago
Posted by:
Bladerun
19 years ago
If you're looking for the property values sent to the MSI from an exe wrapper, they're commonly stored as temp files in %profile%\Local Settings\temp during the installation.
This has been the case for a number of packages I have worked on recently (Rightfax, Clearcase, Rational products, Quest stat & a few others come to mind)
This has been the case for a number of packages I have worked on recently (Rightfax, Clearcase, Rational products, Quest stat & a few others come to mind)
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.