-
I've got a custom bootstrapper executing an msi package with several custom actions that take around 5 minutes. It's currently possible to cancel in between the custom actions and pressing cancel does usually kick in after a while but sometimes it seems to get stuck. Is there any way to signal from the bootstrapper to the install engine that I want to cancel the execution of the currently running custom action? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Yes. The custom actions need to send progress so they can be interrupted. Note, this is how custom actions can be canceled even if the package wasn't included in a bundle. |
Beta Was this translation helpful? Give feedback.
Yes. The custom actions need to send progress so they can be interrupted. Note, this is how custom actions can be canceled even if the package wasn't included in a bundle.