Re: [WiX-users] instaling a bundle to install an older msi

2013-07-03 Thread Phil Wilson
on. Phil -Original Message- From: David Watson [mailto:dwat...@sdl.com] Sent: Wednesday, July 03, 2013 10:02 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] instaling a bundle to install an older msi Generally people fix the issue and release a l

Re: [WiX-users] instaling a bundle to install an older msi

2013-07-03 Thread David Watson
m: jo...@msli.com [mailto:jo...@msli.com] Sent: 03 July 2013 17:03 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] instaling a bundle to install an older msi That's the only way? Isn't there a way to force the user to uninstall one bundle before insta

Re: [WiX-users] instaling a bundle to install an older msi

2013-07-03 Thread Hoover, Jacob
.@msli.com [mailto:jo...@msli.com] Sent: Wednesday, July 03, 2013 11:03 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] instaling a bundle to install an older msi That's the only way? Isn't there a way to force the user to uninstall one bundle before install

Re: [WiX-users] instaling a bundle to install an older msi

2013-07-03 Thread jo...@msli.com
That's the only way? Isn't there a way to force the user to uninstall one bundle before installing a new one? The reason I'm resistant to a custom BA is that I don't know how to approach programming a BA correctly. I know perl, python, bash, some C (from a unix world). I have made ant scripts t

Re: [WiX-users] instaling a bundle to install an older msi

2013-07-03 Thread Blair Murri
The only way to do that today would be to write a custom BA that cycles through plan and apply twice: once to remove the previous bundle and the second time to install the MSI. > From: jo...@msli.com > To: wix-users@lists.sourceforge.net > Date: Tue, 2 Jul 2013 18:13:45 -0700 > Subject: [WiX-us