I have a little Wix Burn Bundle that installed all my required components. In case of the first installation on a system, it all works fine. The installation dialog is presented, the components get installed, just as intended.
When I execute the same Bundle on the system again, I always get the uninstall/modify screen. I have set DisableModify
, DisableRemove
and DisableRepair
to yes
. What I want to have is that the Bundle always behaves the same (e.g. show the install screen), regardless of whether it has been installed to the system previously or not. Is there a way to do that?