Way to capture MSI name
I'm writing a CUB file to validate MSIs using Installshield. Is there a way I can get the MSI name ? I want to match it with the Title in the Summary Info as per our company's standards.
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
AngelD
16 years ago
Are you referring to the name of the MSI file or the ProductName property?
For MSI file: try accessing the OriginalDatabase property and parse out the path and extension.
For the latter just get hold of the ProductName property and use the SummaryInfo object to fetch the Title Summary Information property value to compare with.
For MSI file: try accessing the OriginalDatabase property and parse out the path and extension.
For the latter just get hold of the ProductName property and use the SummaryInfo object to fetch the Title Summary Information property value to compare with.
Posted by:
upkaar
16 years ago
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.