cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
AmberTiger
Level 4

Custom/Typical install

Hi,

This maybe a simple question, but how do you detect if the install is a custom or typical (complete) from within an installscript? is there a property for this?


Thanks
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

For InstallScript or InstallScript MSI projects, there's FeatureSetupTypeGetData; for Basic MSI, perhaps use MsiGetProperty or MsiEvaluateCondition to do something with the value of _IsSetupTypeMin.
0 Kudos