Loading
  • Community Manager (Flexera Software)

    You can evaluate a condition in code using MsiEvaluateCondition or Session.EvaluateCondition. For a major upgrade, see if the action property in the Upgrade table is defined after FindRelatedProducts runs (by default it's ISACTIONPROP1, but check the Upgrades view), and for a minor upgrade perhaps try the condition used by the SetupResume dialog box.
  • " RobertDickau wrote:

     

    You can evaluate a condition in code using MsiEvaluateCondition or Session.EvaluateCondition. For a major upgrade, see if the action property in the Upgrade table is defined after FindRelatedProducts runs (by default it's ISACTIONPROP1, but check the Upgrades view), and for a minor upgrade perhaps try the condition used by the SetupResume dialog box. "

     

    Hey, thank you Robert!
    Expand Post

Loading
How can I determine I'm doing a MajorUpgrade or MinorUpgrade