Re: [WiX-users] Removing bundle from ARP

2014-10-21 Thread vorsichtdiekurve
Thanks, that was it. I have been calling both actions (install and uninstall) all the time. Now i do not call install when it's desired to uninstall the product. The bundle entry is getting removed from ARP :) . -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2

Re: [WiX-users] Removing bundle from ARP

2014-10-20 Thread Nicolás Alvarez
2014-10-03 12:04 GMT-03:00 vorsichtdiekurve : > No, they are being uninstalled using the managed bootstrapper GUI. I have > options to modify the installed packages (which simply installs/uninstalls > depending on what the client desires) or uninstall (which is done by setting > in code that all pa

Re: [WiX-users] Removing bundle from ARP

2014-10-03 Thread vorsichtdiekurve
No, they are being uninstalled using the managed bootstrapper GUI. I have options to modify the installed packages (which simply installs/uninstalls depending on what the client desires) or uninstall (which is done by setting in code that all packages are not desired). Maybe this approach messes so

Re: [WiX-users] Removing bundle from ARP

2014-10-03 Thread John Ludlow
Do you mean that if you install the bundle, then uninstall the packages individually (not using the bundle) then the bundle is still registered? If so, that's expected, and no there's no action in the bundle that gets invoked if you uninstall each package outside the bundle. On 3 October 2014 14: