Re: [WiX-users] Bootstapper in VS 2008

2009-03-04 Thread Brian Young
Hi Graham, We use "Inno Setup" as our bootstrapper. "Inno Setup" is a free, open source software(http://www.innosetup.com/isinfo.php). Here are the reasons: 1. If using Microsoft's bootstrapper, there will be two files generated: one exe file and one MSI. For us, however, we sale our software o

Re: [WiX-users] Bootstapper in VS 2008

2009-03-04 Thread Anu Dev
o:queryl...@yahoo.com] Sent: 04 March 2009 11:22 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Bootstapper in VS 2008 Hi Graham If you have all the Bootstrapper packages ready with you then here is code to include them in your WixProject. Open the WixProj file.

Re: [WiX-users] Bootstapper in VS 2008

2009-03-04 Thread Graham Allwood
o.com] Sent: 04 March 2009 11:22 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Bootstapper in VS 2008 Hi Graham If you have all the Bootstrapper packages ready with you then here is code to include them in your WixProject. Open the WixProj file. Add the foll

Re: [WiX-users] Bootstapper in VS 2008

2009-03-04 Thread Anu Dev
g for. Graham ---------------------- From: "Arun Perregatturv" Sent: Tuesday, March 03, 2009 7:31 PM To: "General discussion for Windows Installer XML toolset." Subject: Re: [WiX-users] Bootstapper in VS 2008 > This might help you even though

Re: [WiX-users] Bootstapper in VS 2008

2009-03-03 Thread Graham Allwood
s Installer XML toolset." Subject: Re: [WiX-users] Bootstapper in VS 2008 > This might help you even though it's for VS 2005 but this will work with > VS2008. I was able to get Windows Installer 4.5, NET35 SP1, SQL > 2008,VC++2005 Runtimes and Crystal Reports 10.5. > >

Re: [WiX-users] Bootstapper in VS 2008

2009-03-03 Thread Arun Perregatturv
Arun Perregattur -Original Message- From: Graham Allwood [mailto:graham.allw...@live.co.uk] Sent: Tuesday, March 03, 2009 2:17 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Bootstapper in VS 2008 Hi Anweshi, My application current requires things like:

Re: [WiX-users] Bootstapper in VS 2008

2009-03-03 Thread Graham Allwood
-- From: "Anu Dev" Sent: Tuesday, March 03, 2009 6:42 PM To: "General discussion for Windows Installer XML toolset." Subject: Re: [WiX-users] Bootstapper in VS 2008 > HI > > What prerequisites are you looking for... .NetFramework? > >

Re: [WiX-users] Bootstapper in VS 2008

2009-03-03 Thread Anu Dev
t: Tuesday, March 3, 2009 11:13:40 PM Subject: Re: [WiX-users] Bootstapper in VS 2008 There's this too that I think is a different one, right? http://code.msdn.microsoft.com/bmg Phil Wilson -Original Message- From: Martin MacPherson [mailto:mar...@metapixel..co.uk] Sent: Tuesday, M

Re: [WiX-users] Bootstapper in VS 2008

2009-03-03 Thread Simon Dahlbacka
m prerequisite /Simon > > -Original Message- > From: Martin MacPherson [mailto:mar...@metapixel.co.uk] > Sent: Tuesday, March 03, 2009 6:50 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Bootstapper in VS 2008

Re: [WiX-users] Bootstapper in VS 2008

2009-03-03 Thread Wilson, Phil
bject: Re: [WiX-users] Bootstapper in VS 2008 There is always the MSBuild GenerateBootstrapperTask. ( http://msdn.microsoft.com/en-us/library/ms164294.aspx) <http://msdn.microsoft.com/en-us/library/ms164294.aspx> I've not used it but imagine it isn't the most flexible/powerful solut

Re: [WiX-users] Bootstapper in VS 2008

2009-03-03 Thread Martin MacPherson
-Ursprüngliche Nachricht- > Von: Graham Allwood [mailto:graham.allw...@live.co.uk] > Gesendet: Dienstag, 3. März 2009 14:49 > An: wix-users@lists.sourceforge.net > Betreff: [WiX-users] Bootstapper in VS 2008 > > Hi, > > > > I'm looking in to replacing our

Re: [WiX-users] Bootstapper in VS 2008

2009-03-03 Thread Arun Perregatturv
Try this http://lmgtfy.com/?q=Wix+Bootstrappers Arun Perregattur -Original Message- From: Graham Allwood [mailto:graham.allw...@live.co.uk] Sent: Tuesday, March 03, 2009 8:49 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Bootstapper in VS 2008 Hi, I'm looking

Re: [WiX-users] Bootstapper in VS 2008

2009-03-03 Thread Jacob, Christian
[mailto:graham.allw...@live.co.uk] Gesendet: Dienstag, 3. März 2009 14:49 An: wix-users@lists.sourceforge.net Betreff: [WiX-users] Bootstapper in VS 2008 Hi, I'm looking in to replacing our existing VS2008 setup project with on authored in Wix. The one thing I am struggling to find out is how I would

[WiX-users] Bootstapper in VS 2008

2009-03-03 Thread Graham Allwood
Hi, I'm looking in to replacing our existing VS2008 setup project with on authored in Wix. The one thing I am struggling to find out is how I would do a bootstrapper for my Wix project. Is there a tool included in Wix 3.0 that can install my applications pre-requisites then launch my msi? T