Loading
  • J Stechnij (Flexera Software)

    Rollback custom actions can only access property information through the CustomActionData property (the same as deferred custom actions). To access property information, a property with the name of the rollback custom action would need to be set with all property values the rollback action needs.
  • " joshstechnij wrote:

     

    Rollback custom actions can only access property information through the CustomActionData property (the same as deferred custom actions). To access property information, a property with the name of the rollback custom action would need to be set with all property values the rollback action needs. "

     

    If I understand you correctly, if I am creating a custom action with name customAction_Rollback, then I need to create a property with name customAction_Rollback and its value will be sequence of properties I need, in some sequence separatd by some delimiter? Please let me know if I am wrong.
    Expand Post
  • J Stechnij (Flexera Software)

    Yes, your description is correct for passing CustomActionData to the rollback action.

Loading
Want to access MSI property in a custom action in Roll back sequence