Re: [WiX-users] Permanent Merge Modules

2010-02-12 Thread Blair
ckson [mailto:simon.jack...@red-gate.com] Sent: Friday, February 12, 2010 3:46 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Permanent Merge Modules So yes, if the users has another application else which references the modules, then they won't get uninsta

Re: [WiX-users] Permanent Merge Modules

2010-02-12 Thread Simon Jackson
__ From: Kim Gybels [kim.gyb...@metris.com] Sent: 12 February 2010 17:12 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Permanent Merge Modules Just use the merge modules like you did. Don't bother with trying to make them permanent. The compone

Re: [WiX-users] Permanent Merge Modules

2010-02-12 Thread Kim Gybels
not mentioning it in the previous > email! > > Simon > > -Original Message- > From: Pally Sandher [mailto:pally.sand...@iesve.com] > Sent: 12 February 2010 16:29 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Permanent Merge Mo

Re: [WiX-users] Permanent Merge Modules

2010-02-12 Thread Simon Jackson
February 2010 13:24 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Permanent Merge Modules Hello, I'm using WiX to install some merge modules by doing: And then in my feature: They install fine with the product. However I would now like to leave the merge mod

Re: [WiX-users] Permanent Merge Modules

2010-02-12 Thread Pally Sandher
To: wix-users@lists.sourceforge.net Subject: [WiX-users] Permanent Merge Modules Hello, I'm using WiX to install some merge modules by doing: And then in my feature: They install fine with the product. However I would now like to leave the merge modules installed when my

[WiX-users] Permanent Merge Modules

2010-02-12 Thread Simon Jackson
Hello, I'm using WiX to install some merge modules by doing: And then in my feature: They install fine with the product. However I would now like to leave the merge modules installed when my feature is removed. The Permanent option on Component sounds like what I want, but