Re: [WiX-users] Installer architecture design question

2010-11-17 Thread dB .
We had some experience with two similar scenarios and used to have one big MSI. That quickly turned out to be impractical in the long run, today we have a dozen MSIs that all install with a similar configuration, most frequently on a 1-box setup. I definitely suggest you follow the "many simple

Re: [WiX-users] Installer architecture design question

2010-11-17 Thread Rob Mensching
Why do you want to drive this purely from an MSI? On Wed, Nov 17, 2010 at 1:10 AM, Timur Faizrakhmanov wrote: > Hi WiX community, > > > I have a question considering Architectural Design of an Installer rather > than explicit WiX usage. I would like to address this question to expert > Installer