Re: [WiX-users] merging multiple WiX projects

2014-01-07 Thread Marek Mielcarek
com] Sent: Friday, January 03, 2014 7:39 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] merging multiple WiX projects The way I do it is to create each MSI ('setup' project in VS) without defining a UI. I just focus on getting the functionality of each MSI work

Re: [WiX-users] merging multiple WiX projects

2014-01-03 Thread Phill Hogland
The way I do it is to create each MSI ('setup' project in VS) without defining a UI. I just focus on getting the functionality of each MSI working. Then create a 'bootstrapper' project (or bundle) and add the MsiPackage element for each MSI into the chain. -- View this message in context: h

Re: [WiX-users] merging multiple WiX projects

2014-01-03 Thread Rob Mensching
Bundle. -Original Message- From: Marek Mielcarek [mailto:mmielca...@actuate.com] Sent: Friday, January 3, 2014 4:21 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] merging multiple WiX projects What is the best strategy for merging multiple working WiX projects into single i