Wix 5 Bootstrapper Installer Reopens After Install/Uninstall Completes #8753
Replies: 2 comments 1 reply
-
There should generally only be a single 'installer' running at any one time. You haven't shown how you've authored the CustomAction in WiX, so it's possible that you are executing it multiple times. |
Beta Was this translation helpful? Give feedback.
-
@bevanweiss Thanks for the advice. I run the ImDisk installation only once in CustomAction! I checked more than once... |
Beta Was this translation helpful? Give feedback.
-
I use Wix 5 WixStandardBootstrapperApplication. In the Bundle I added my WPF application to the chain
and I added a custom action in which I install the ImDisk bat file.
And after the installation is complete, a new copy of the installer opens for some reason.
If I remove silent install ImDisk from CustomAction everything is fine.
Tell me what I'm doing wrong. Why does the installer reopen after the installation is complete? What's interesting is that there is no such problem in Wix 3 WixStandardBootstrapperApplication.
Beta Was this translation helpful? Give feedback.
All reactions