cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
timstspry
Level 7

Setting Windows Installer Properties

Hello, I have an InstallScript - MSI Project and would like to know how to set a couple of Windows Installer properties that I have defined depending upon which features are selected?

Thanks!

Tim:confused:
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

With InstallScript MSI, you could either create some set-a-property custom actions with feature conditions like &FeatureName=3 (see the MSI topic "Conditional Statement Syntax" for details); or in script call FeatureIsItemSelected followed by MsiSetProperty based on the result.
0 Kudos
timstspry
Level 7

Thanks Robert!

Tim
0 Kudos