Replies: 1 comment
-
The only fully reliable way would be to only distribute your MSI package via an executable bootstrapper, ideally where you either embed or download the MSI package. Every other possible solution can be disabled, so it can't be counted on. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using wix3(WixUI_Minimal UI) and trying to create a custom action upon a user cancel installation. All I'm trying to do is send an event to our system upon user cancellation. Currently, I have the following configuration:
Can i just add a custom action to InstallExecuteSequence element with some condition that meets the cancel action? And if so, what is that condition?
Beta Was this translation helpful? Give feedback.
All reactions