Re: [WiX-users] WiX, InstallShield and combining multiple MSIs

2009-12-29 Thread dB .
Use a bootstrapper to chain multiple MSIs with pre-conditions. http://dotnetinstaller.codeplex.com is a good choice. Hope this helps, -dB. -Original Message- From: Carter, Patrick [mailto:patrick.car...@stryker.com] Sent: Monday, December 21, 2009 8:47 PM To: wix-users@lists.sourceforge

Re: [WiX-users] WiX, InstallShield and combining multiple MSIs

2009-12-28 Thread Rob Mensching
mensching.com] > Sent: Thursday, December 24, 2009 3:57 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] WiX, InstallShield and combining multiple MSIs > > Fastest way to get what you want working might be to use dark.exe to turn > everything into

Re: [WiX-users] WiX, InstallShield and combining multiple MSIs - Email found in subject

2009-12-28 Thread Rob Mensching
5 version? > > Thanks > Jk > > - Original Message - > From: Bob Arnson > To: General discussion for Windows Installer XML toolset. < > wix-users@lists.sourceforge.net> > Sent: Wed Dec 23 00:01:04 2009 > Subject: Re: [WiX-users] WiX, InstallShield and combi

Re: [WiX-users] WiX, InstallShield and combining multiple MSIs - Email found in subject

2009-12-28 Thread Jahanzeb Khan
, InstallShield and combining multiple MSIs - Email found in subject Carter, Patrick wrote: > I have been tasked with building a CD-based "install" that check the pre-reqs > (this I can do) and get all these MSI's into one install so they can be > selected and de-selected as &quo

Re: [WiX-users] WiX, InstallShield and combining multiple MSIs

2009-12-28 Thread Carter, Patrick
s correct or if I could combine two extracted MSI's > > > Patrick J. Carter > > -Original Message- > From: Bob Arnson [mailto:b...@joyofsetup.com] > Sent: Tuesday, December 22, 2009 11:01 PM > To: General discussion for Windows Installer XML toolset. > Subject:

Re: [WiX-users] WiX, InstallShield and combining multiple MSIs

2009-12-24 Thread Rob Mensching
I could combine two extracted MSI's > > > Patrick J. Carter > > -Original Message- > From: Bob Arnson [mailto:b...@joyofsetup.com] > Sent: Tuesday, December 22, 2009 11:01 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-use

Re: [WiX-users] WiX, InstallShield and combining multiple MSIs

2009-12-24 Thread Carter, Patrick
fsetup.com] Sent: Tuesday, December 22, 2009 11:01 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WiX, InstallShield and combining multiple MSIs Carter, Patrick wrote: > I have been tasked with building a CD-based "install" that check the pre-reqs

Re: [WiX-users] WiX, InstallShield and combining multiple MSIs

2009-12-22 Thread Bob Arnson
Carter, Patrick wrote: > I have been tasked with building a CD-based "install" that check the pre-reqs > (this I can do) and get all these MSI's into one install so they can be > selected and de-selected as "features". > You need a chainer. WiX's chainer is still in development. -- sig://bo

Re: [WiX-users] WiX, InstallShield and combining multiple MSIs

2009-12-21 Thread Blair
What you don't mention are the following: Which of the 21 MSIs are written in WiX (as opposed to InstallShield) and how many (of each) are written in older versions of each of those two toolsets. Will you be supplying your own UI binary (a bootstrapper) or will you be attempting to combine the va