Re: [WiX-users] Installing multiple applications

2012-02-01 Thread McKinnon, Chris
o: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing multiple applications What about duplicating the files? I know that sounds a bit crazy but if you're okay taking a bit more size on disk when installed, the WiX toolset's smartcabbing will only carry t

Re: [WiX-users] Installing multiple applications

2012-02-01 Thread Rob Mensching
What about duplicating the files? I know that sounds a bit crazy but if you're okay taking a bit more size on disk when installed, the WiX toolset's smartcabbing will only carry the files once in the package. On Wed, Feb 1, 2012 at 3:47 PM, McKinnon, Chris wrote: > Hi, > > I'm updating my insta