[WiX-users] GenerateBootstrapper questions

2006-12-06 Thread David Thielen
Hi; I posted this also in the MS forums (no answer) and the MSDN managed newsgroups (useless answer). I am hoping someone here can help. First off, I have read the following: http://msdn.microsoft.com/msdnmag/issues/04/10/Bootstrapper/

Re: [WiX-users] GenerateBootstrapper questions

2006-12-06 Thread Erv Walter
@lists.sourceforge.net Subject: [WiX-users] GenerateBootstrapper questions Hi; I posted this also in the MS forums (no answer) and the MSDN managed newsgroups (useless answer). I am hoping someone here can help. First off, I have read the following: http://msdn.microsoft.com/msdnmag/issues/04/10

Re: [WiX-users] GenerateBootstrapper questions

2006-12-06 Thread Wilson, Phil
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erv Walter Sent: Wednesday, December 06, 2006 11:07 AM To: David Thielen; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] GenerateBootstrapper questions Some answers to your questions (sorry, not all): #1. The official

Re: [WiX-users] GenerateBootstrapper questions

2006-12-06 Thread David Thielen
From: Erv Walter [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 06, 2006 12:07 PM To: David Thielen; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] GenerateBootstrapper questions Some answers to your questions (sorry, not all): #1. The official documentation

Re: [WiX-users] GenerateBootstrapper questions

2006-12-06 Thread Wilson, Phil
, December 06, 2006 1:15 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] GenerateBootstrapper questions Hi; I think I'm not understanding something. I want the bootstrapper to give me a small setup.exe that will download things like the .NET framework only if needed on that user's

Re: [WiX-users] GenerateBootstrapper questions

2006-12-06 Thread David Thielen
: [WiX-users] GenerateBootstrapper questions Just to add that if one wanted to see a consolidated list of how the bootstrapper manifest checks and installs products (and this includes SQL and J# 2.0), build a Visual Studio 2005 SetupDeployment project bootstrapper with all the prerequisites

Re: [WiX-users] GenerateBootstrapper questions

2006-12-06 Thread David Thielen
, December 06, 2006 2:25 PM To: David Thielen; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] GenerateBootstrapper questions You mean you want the download for Windows Installer, SQL Express, .NET Framework, J# etc to be all in one file? Just trying to understand. Phil Wilson

Re: [WiX-users] GenerateBootstrapper questions

2006-12-06 Thread Erv Walter
To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] GenerateBootstrapper questions No, the oppisate. I want setup.exe to be very small and it then will download the needed installers and run them only if needed. And it will download them from the MS website. So the user runs setup.exe

Re: [WiX-users] GenerateBootstrapper questions

2006-12-06 Thread Tony.Bjerstedt
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Thielen Sent: Wednesday, December 06, 2006 3:27 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] GenerateBootstrapper questions No, the oppisate. I want setup.exe to be very small and it then will download the needed installers

Re: [WiX-users] GenerateBootstrapper questions

2006-12-06 Thread Wilson, Phil
@lists.sourceforge.net Subject: Re: [WiX-users] GenerateBootstrapper questions Just to add that if one wanted to see a consolidated list of how the bootstrapper manifest checks and installs products (and this includes SQL and J# 2.0), build a Visual Studio 2005 SetupDeployment project bootstrapper with all