Re: [WiX-users] Altering repair behavior of a bundle

2013-12-09 Thread Rob Mensching
IIRC, yes. -Original Message- From: Loren Keagle [mailto:loren.kea...@braemarllc.com] Sent: Monday, December 9, 2013 10:48 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Altering repair behavior of a bundle Ah, that explains that. So as per my original

Re: [WiX-users] Altering repair behavior of a bundle

2013-12-09 Thread Loren Keagle
7; > need an 'UninstallCommand' attribute set? Wouldn't it be impossible to > uninstall a permanent package from the bundle? > > Thanks, > > ~Loren > > > > -----Original Message- > > From: Phill Hogland [mailto:phogl...@rimage.com] > > Sent: Fr

Re: [WiX-users] Altering repair behavior of a bundle

2013-12-06 Thread Rob Mensching
he bundle? Thanks, ~Loren > -Original Message- > From: Phill Hogland [mailto:phogl...@rimage.com] > Sent: Friday, December 06, 2013 4:08 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Altering repair behavior of a bundle > > I do not know if there

Re: [WiX-users] Altering repair behavior of a bundle

2013-12-06 Thread Loren Keagle
> -Original Message- > From: Phill Hogland [mailto:phogl...@rimage.com] > Sent: Friday, December 06, 2013 4:08 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Altering repair behavior of a bundle > > I do not know if there is a build in way to skip the re

Re: [WiX-users] Altering repair behavior of a bundle

2013-12-06 Thread Phill Hogland
I do not know if there is a build in way to skip the repair when using the predefined PackageGroupRef. If you look at src\ext\NetFxExtension\wixlib\NetFx4.wxs you will see how it is defined. I assume you can implement a ExePackage element in your chain, like we must do for .Net packages that do n