Re: [WiX-users] Adding Bootstrapper code to wxs file. (Somebody, please guide....)

2007-10-19 Thread Kelly Leahy
to it via batch files or something. Kelly hina1703 <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 10/19/2007 09:58 AM To wix-users@lists.sourceforge.net cc Subject Re: [WiX-users] Adding Bootstrapper code to wxs file. (Somebody, please guide) Yes. I copied MSBuild.exe

Re: [WiX-users] Adding Bootstrapper code to wxs file. (Somebody, please guide....)

2007-10-19 Thread hina1703
gt;> Sent: Friday, October 19, 2007 9:54 AM >> To: wix-users@lists.sourceforge.net >> Subject: Re: [WiX-users] Adding Bootstrapper code to wxs file. >> (Somebody, please guide) >> >> >> Here is the diagnostic output: >> >> Initial Items: >>

Re: [WiX-users] Adding Bootstrapper code to wxs file. (Somebody, please guide....)

2007-10-19 Thread John Vottero
rom: [EMAIL PROTECTED] [mailto:wix-users- > [EMAIL PROTECTED] On Behalf Of hina1703 > Sent: Friday, October 19, 2007 9:54 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Adding Bootstrapper code to wxs file. > (Somebody, please guide) > > > Here

Re: [WiX-users] Adding Bootstrapper code to wxs file. (Somebody, please guide....)

2007-10-19 Thread hina1703
reate one? Thanks, Hina John Vottero wrote: > > Try adding /v:diag to your command to get diagnostic output and post > that. > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:wix-users- >> [EMAIL PROTECTED] On Behalf Of hina1703 >> Sent: Th

Re: [WiX-users] Adding Bootstrapper code to wxs file. (Somebody, please guide....)

2007-10-18 Thread John Vottero
clude the bootstrapper xml in the WiX file. You build > your > > app.msi from the WiX file. Then you build your bootstrapper by doing: > > > > msbuild bootstrapper_project_file.xml > > > > > >> -Original Message- > >> From: [EMAIL PROTECTED]

Re: [WiX-users] Adding Bootstrapper code to wxs file. (Somebody, please guide....)

2007-10-18 Thread hina1703
Behalf Of hina1703 >> Sent: Tuesday, October 16, 2007 12:48 PM >> To: wix-users@lists.sourceforge.net >> Subject: Re: [WiX-users] Adding Bootstrapper code to wxs file. >> (Somebody, please guide) >> >> >> Please reply. >> >> Hina &g

Re: [WiX-users] Adding Bootstrapper code to wxs file. (Somebody, please guide....)

2007-10-16 Thread John Vottero
lf Of hina1703 > Sent: Tuesday, October 16, 2007 12:48 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Adding Bootstrapper code to wxs file. > (Somebody, please guide) > > > Please reply. > > Hina > > hina1703 wrote: > > >

Re: [WiX-users] Adding Bootstrapper code to wxs file. (Somebody, please guide....)

2007-10-16 Thread hina1703
Please reply. Hina hina1703 wrote: > > Thanks for the reply. So will the bootstrapper file be .xml file? How can > I include xml file into wxs file? > Is there any good tutorial avaliable on bootstrapper? I find it very > confusing topic with very little help available. > > Hina > > Sebas

Re: [WiX-users] Adding Bootstrapper code to wxs file.

2007-10-16 Thread hina1703
Thanks for the reply. So will the bootstrapper file be .xml file? How can I include xml file into wxs file? Is there any good tutorial avaliable on bootstrapper? I find it very confusing topic with very little help available. Hina Sebastian Brand-2 wrote: > > Hina, > > You have to split up tha

Re: [WiX-users] Adding Bootstrapper code to wxs file.

2007-10-16 Thread Sebastian Brand
Hina, You have to split up that file into 2 files, one for the bootstrapper and one for wix. Best regards, Sebastian Brand Instyler Software - http://www.instyler.com On Oct 16, 2007, at 4:06 PM, hina1703 wrote: > > Hello, > > I have a basic question. I am new to XML. I am trying to add a

[WiX-users] Adding Bootstrapper code to wxs file.

2007-10-16 Thread hina1703
Hello, I have a basic question. I am new to XML. I am trying to add a bootstrapper code to my wxs file. http://schemas.microsoft.com/developer/msbuild/2003";> .NET Framework 2.0 Windows Installer 3.1 Visual J# redistributable