문제

I have an additional question to this qwuestion:

Is there a way to uninstall Wix bundle from CMD

My bundle installs a msi I've created. When I uninstall this msi using msiexec /uninstall (which can happen when anything in the relation bundle<>msi has been broken for any reason), it is properly deinstalled, but the bundle entry remains in the ARP. Is there a possibility to force that bundle to be removed from arp? When using the switches you mentioned, Rob, still my ui pops up, checking for its msi, detecting thats it's missing and offers me an install. I simply would love the bundle entry in ARP to vanish ;-)

Or do I have to handle it in my bootstrapper itself?

도움이 되었습니까?

해결책

The MSI has no knowledge of the Bundle. To remove the Bundle, you can do as the linked question suggests: bundle.exe -uninstall -quiet.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top