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

2007-10-19 Thread Kelly Leahy
Yep... definitely shouldn't be moving built-in files like msbuild.exe. 
Lots of bad things can happen as most of those sorts of tools assume they 
are in a particular location when you're using them.

Better to qualify your path to the file or use the windows path to get a 
reference 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 from
C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727 to C:\WIX\Test_Dot_NET for
building purpose. 

Thanks,
Hina
 

John Vottero wrote:
> 
> Is that all the diagnostic output?  The "Initial Properties" section
> seems to be missing.
> 
> Did you move or copy the MSBuild.exe executable?  If so, don't.  It
> looks for other files (like *.task) in the same location as the
> executable.
> 
>> -Original Message-
>> From: [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 is the diagnostic output:
>> 
>> Initial Items:
>> BootstrapperFile
>> Microsoft.JSharp.2.0
>> Microsoft.Net.Framework.2.0
>> Microsoft.Sql.Server.Express.1.0
>> Microsoft.Windows.Installer.3.1
>> 
>> Target "Bootstrapper" in file "C:\WIX\Test_Dot_NET\Bootstrapper.xml":
>>   MSBUILD : warning MSB4010: The "*.tasks" files could not be
>> successfully
>> loade
>> d from their expected location "C:\WIX\Test_Dot_NET". Default tasks
>> will not
>> be
>> available.
>>   C:\WIX\Test_Dot_NET\Bootstrapper.xml(18,7): error MSB4036: The
>> "GenerateBootst
>> rapper" task was not found. Check the following: 1.) The name of the
>> task in
>> the
>>  project file is the same as the name of the task class. 2.) The task
>> class
>> is "
>> public" and implements the Microsoft.Build.Framework.ITask interface.
>> 3.)
>> The ta
>> sk is correctly declared with  in the project file, or in
>> the
>> *.tasks
>>  files located in the "C:\WIX\Test_Dot_NET" directory.
>> Done building target "Bootstrapper" in project "Bootstrapper.xml" --
>> FAILED.
>> 
>> Done building project "Bootstrapper.xml" -- FAILED.
>> 
>> Project Performance Summary:
>>94 ms  C:\WIX\Test_Dot_NET\Bootstrapper.xml   1 calls
>> 
>> Target Performance Summary:
>>47 ms  Bootstrapper   1 calls
>> 
>> Build FAILED.
>> MSBUILD : warning MSB4010: The "*.tasks" files could not be
>> successfully
>> loaded
>> from their expected location "C:\WIX\Test_Dot_NET". Default tasks will
>> not
>> be av
>> ailable.
>> C:\WIX\Test_Dot_NET\Bootstrapper.xml(18,7): error MSB4036: The
>> "GenerateBootstra
>> pper" task was not found. Check the following: 1.) The name of the
> task
>> in
>> the p
>> roject file is the same as the name of the task class. 2.) The task
>> class is
>> "pu
>> blic" and implements the Microsoft.Build.Framework.ITask interface.
> 3.)
>> The
>> task
>>  is correctly declared with  in the project file, or in the
>> *.tasks f
>> iles located in the "C:\WIX\Test_Dot_NET" directory.
>> 1 Warning(s)
>> 1 Error(s)
>> 
>> 
>> I don't have any *.tasks file in the project directory. Do I need to
>> create
>> 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: Thursday, October 18, 2007 5:27 PM
>> >> To: wix-users@lists.sourceforge.net
>> >> Subject: Re: [WiX-users] Adding Bootstrapper code to wxs file.
>> >> (Somebody, please guide)
>> >>
>> >>
>> >> Thanks for your reply John. I tried to build bootstrapper by doing
>> >> msbuild
>> >> bootstrapper.xml,
>> >> but I am getting error:
>> >

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

2007-10-19 Thread hina1703

Yes. I copied MSBuild.exe from
C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727 to C:\WIX\Test_Dot_NET for
building purpose. 

Thanks,
Hina
 

John Vottero wrote:
> 
> Is that all the diagnostic output?  The "Initial Properties" section
> seems to be missing.
> 
> Did you move or copy the MSBuild.exe executable?  If so, don't.  It
> looks for other files (like *.task) in the same location as the
> executable.
> 
>> -Original Message-
>> From: [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 is the diagnostic output:
>> 
>> Initial Items:
>> BootstrapperFile
>> Microsoft.JSharp.2.0
>> Microsoft.Net.Framework.2.0
>> Microsoft.Sql.Server.Express.1.0
>> Microsoft.Windows.Installer.3.1
>> 
>> Target "Bootstrapper" in file "C:\WIX\Test_Dot_NET\Bootstrapper.xml":
>>   MSBUILD : warning MSB4010: The "*.tasks" files could not be
>> successfully
>> loade
>> d from their expected location "C:\WIX\Test_Dot_NET". Default tasks
>> will not
>> be
>> available.
>>   C:\WIX\Test_Dot_NET\Bootstrapper.xml(18,7): error MSB4036: The
>> "GenerateBootst
>> rapper" task was not found. Check the following: 1.) The name of the
>> task in
>> the
>>  project file is the same as the name of the task class. 2.) The task
>> class
>> is "
>> public" and implements the Microsoft.Build.Framework.ITask interface.
>> 3.)
>> The ta
>> sk is correctly declared with  in the project file, or in
>> the
>> *.tasks
>>  files located in the "C:\WIX\Test_Dot_NET" directory.
>> Done building target "Bootstrapper" in project "Bootstrapper.xml" --
>> FAILED.
>> 
>> Done building project "Bootstrapper.xml" -- FAILED.
>> 
>> Project Performance Summary:
>>94 ms  C:\WIX\Test_Dot_NET\Bootstrapper.xml   1 calls
>> 
>> Target Performance Summary:
>>47 ms  Bootstrapper   1 calls
>> 
>> Build FAILED.
>> MSBUILD : warning MSB4010: The "*.tasks" files could not be
>> successfully
>> loaded
>> from their expected location "C:\WIX\Test_Dot_NET". Default tasks will
>> not
>> be av
>> ailable.
>> C:\WIX\Test_Dot_NET\Bootstrapper.xml(18,7): error MSB4036: The
>> "GenerateBootstra
>> pper" task was not found. Check the following: 1.) The name of the
> task
>> in
>> the p
>> roject file is the same as the name of the task class. 2.) The task
>> class is
>> "pu
>> blic" and implements the Microsoft.Build.Framework.ITask interface.
> 3.)
>> The
>> task
>>  is correctly declared with  in the project file, or in the
>> *.tasks f
>> iles located in the "C:\WIX\Test_Dot_NET" directory.
>> 1 Warning(s)
>> 1 Error(s)
>> 
>> 
>> I don't have any *.tasks file in the project directory. Do I need to
>> create
>> 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: Thursday, October 18, 2007 5:27 PM
>> >> To: wix-users@lists.sourceforge.net
>> >> Subject: Re: [WiX-users] Adding Bootstrapper code to wxs file.
>> >> (Somebody, please guide)
>> >>
>> >>
>> >> Thanks for your reply John. I tried to build bootstrapper by doing
>> >> msbuild
>> >> bootstrapper.xml,
>> >> but I am getting error:
>> >> error MSB4036: The "GenerateBootstrapper" task was not found.
>> >>
>> >> My bootstrapper.xml looks as below:
>> >>
>> >> 
>> >>   > > xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
>> >> 
>> >>   
>> >> .NET Framework 2.0
>> >>   
>> >>   
>> >>         Windows Installer 3.1
>> >>   
>> >>   
>

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

2007-10-19 Thread John Vottero
Is that all the diagnostic output?  The "Initial Properties" section
seems to be missing.

Did you move or copy the MSBuild.exe executable?  If so, don't.  It
looks for other files (like *.task) in the same location as the
executable.

> -Original Message-
> From: [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 is the diagnostic output:
> 
> Initial Items:
> BootstrapperFile
> Microsoft.JSharp.2.0
> Microsoft.Net.Framework.2.0
> Microsoft.Sql.Server.Express.1.0
> Microsoft.Windows.Installer.3.1
> 
> Target "Bootstrapper" in file "C:\WIX\Test_Dot_NET\Bootstrapper.xml":
>   MSBUILD : warning MSB4010: The "*.tasks" files could not be
> successfully
> loade
> d from their expected location "C:\WIX\Test_Dot_NET". Default tasks
> will not
> be
> available.
>   C:\WIX\Test_Dot_NET\Bootstrapper.xml(18,7): error MSB4036: The
> "GenerateBootst
> rapper" task was not found. Check the following: 1.) The name of the
> task in
> the
>  project file is the same as the name of the task class. 2.) The task
> class
> is "
> public" and implements the Microsoft.Build.Framework.ITask interface.
> 3.)
> The ta
> sk is correctly declared with  in the project file, or in
> the
> *.tasks
>  files located in the "C:\WIX\Test_Dot_NET" directory.
> Done building target "Bootstrapper" in project "Bootstrapper.xml" --
> FAILED.
> 
> Done building project "Bootstrapper.xml" -- FAILED.
> 
> Project Performance Summary:
>94 ms  C:\WIX\Test_Dot_NET\Bootstrapper.xml   1 calls
> 
> Target Performance Summary:
>47 ms  Bootstrapper   1 calls
> 
> Build FAILED.
> MSBUILD : warning MSB4010: The "*.tasks" files could not be
> successfully
> loaded
> from their expected location "C:\WIX\Test_Dot_NET". Default tasks will
> not
> be av
> ailable.
> C:\WIX\Test_Dot_NET\Bootstrapper.xml(18,7): error MSB4036: The
> "GenerateBootstra
> pper" task was not found. Check the following: 1.) The name of the
task
> in
> the p
> roject file is the same as the name of the task class. 2.) The task
> class is
> "pu
> blic" and implements the Microsoft.Build.Framework.ITask interface.
3.)
> The
> task
>  is correctly declared with  in the project file, or in the
> *.tasks f
> iles located in the "C:\WIX\Test_Dot_NET" directory.
> 1 Warning(s)
> 1 Error(s)
> 
> 
> I don't have any *.tasks file in the project directory. Do I need to
> create
> 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: Thursday, October 18, 2007 5:27 PM
> >> To: wix-users@lists.sourceforge.net
> >> Subject: Re: [WiX-users] Adding Bootstrapper code to wxs file.
> >> (Somebody, please guide)
> >>
> >>
> >> Thanks for your reply John. I tried to build bootstrapper by doing
> >> msbuild
> >> bootstrapper.xml,
> >> but I am getting error:
> >> error MSB4036: The "GenerateBootstrapper" task was not found.
> >>
> >> My bootstrapper.xml looks as below:
> >>
> >> 
> >>> xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
> >> 
> >>   
> >> .NET Framework 2.0
> >>   
> >>   
> >> Windows Installer 3.1
> >>   
> >>   
> >> Visual J# redistributable
> >>   
> >>   
> >> SQL Server 2005 Express Edition
> >>   
> >> 
> >> 
> >>>> ApplicationFile="Test_Dot_NET.msi"
> >> ApplicationName="Test_Dot_NET"
> >> BootstrapperItems="@(BootstrapperFile)" OutputPath="bin"
> >> ComponentsLocation="Relative" Culture="pt-PT"
> >> Path="C:\WIX\Test_Dot_NET\release" />
> >> 
> >>   
> >>
> >> Please advise.
> >>
> >> Hina
> 

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

2007-10-19 Thread hina1703

Here is the diagnostic output:

Initial Items:
BootstrapperFile
Microsoft.JSharp.2.0
Microsoft.Net.Framework.2.0
Microsoft.Sql.Server.Express.1.0
Microsoft.Windows.Installer.3.1

Target "Bootstrapper" in file "C:\WIX\Test_Dot_NET\Bootstrapper.xml":
  MSBUILD : warning MSB4010: The "*.tasks" files could not be successfully
loade
d from their expected location "C:\WIX\Test_Dot_NET". Default tasks will not
be
available.
  C:\WIX\Test_Dot_NET\Bootstrapper.xml(18,7): error MSB4036: The
"GenerateBootst
rapper" task was not found. Check the following: 1.) The name of the task in
the
 project file is the same as the name of the task class. 2.) The task class
is "
public" and implements the Microsoft.Build.Framework.ITask interface. 3.)
The ta
sk is correctly declared with  in the project file, or in the
*.tasks
 files located in the "C:\WIX\Test_Dot_NET" directory.
Done building target "Bootstrapper" in project "Bootstrapper.xml" -- FAILED.

Done building project "Bootstrapper.xml" -- FAILED.

Project Performance Summary:
   94 ms  C:\WIX\Test_Dot_NET\Bootstrapper.xml   1 calls

Target Performance Summary:
   47 ms  Bootstrapper   1 calls

Build FAILED.
MSBUILD : warning MSB4010: The "*.tasks" files could not be successfully
loaded
from their expected location "C:\WIX\Test_Dot_NET". Default tasks will not
be av
ailable.
C:\WIX\Test_Dot_NET\Bootstrapper.xml(18,7): error MSB4036: The
"GenerateBootstra
pper" task was not found. Check the following: 1.) The name of the task in
the p
roject file is the same as the name of the task class. 2.) The task class is
"pu
blic" and implements the Microsoft.Build.Framework.ITask interface. 3.) The
task
 is correctly declared with  in the project file, or in the
*.tasks f
iles located in the "C:\WIX\Test_Dot_NET" directory.
1 Warning(s)
1 Error(s)


I don't have any *.tasks file in the project directory. Do I need to create
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: Thursday, October 18, 2007 5:27 PM
>> To: wix-users@lists.sourceforge.net
>> Subject: Re: [WiX-users] Adding Bootstrapper code to wxs file.
>> (Somebody, please guide)
>> 
>> 
>> Thanks for your reply John. I tried to build bootstrapper by doing
>> msbuild
>> bootstrapper.xml,
>> but I am getting error:
>> error MSB4036: The "GenerateBootstrapper" task was not found.
>> 
>> My bootstrapper.xml looks as below:
>> 
>> 
>>xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
>> 
>>   
>> .NET Framework 2.0
>>   
>>   
>> Windows Installer 3.1
>>   
>>   
>> Visual J# redistributable
>>   
>>   
>> SQL Server 2005 Express Edition
>>   
>> 
>> 
>>   > ApplicationFile="Test_Dot_NET.msi"
>> ApplicationName="Test_Dot_NET"
>> BootstrapperItems="@(BootstrapperFile)" OutputPath="bin"
>> ComponentsLocation="Relative" Culture="pt-PT"
>> Path="C:\WIX\Test_Dot_NET\release" />
>> 
>>   
>> 
>> Please advise.
>> 
>> Hina
>> 
>> John Vottero wrote:
>> >
>> > You don't include 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] [mailto:wix-users-
>> >> [EMAIL PROTECTED] On 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
>> >>
>> >> 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 t

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

2007-10-18 Thread John Vottero
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: Thursday, October 18, 2007 5:27 PM
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Adding Bootstrapper code to wxs file.
> (Somebody, please guide)
> 
> 
> Thanks for your reply John. I tried to build bootstrapper by doing
> msbuild
> bootstrapper.xml,
> but I am getting error:
> error MSB4036: The "GenerateBootstrapper" task was not found.
> 
> My bootstrapper.xml looks as below:
> 
> 
>   http://schemas.microsoft.com/developer/msbuild/2003";>
> 
>   
> .NET Framework 2.0
>   
>   
> Windows Installer 3.1
>   
>   
> Visual J# redistributable
>   
>   
> SQL Server 2005 Express Edition
>   
> 
> 
>ApplicationFile="Test_Dot_NET.msi"
> ApplicationName="Test_Dot_NET"
> BootstrapperItems="@(BootstrapperFile)" OutputPath="bin"
> ComponentsLocation="Relative" Culture="pt-PT"
> Path="C:\WIX\Test_Dot_NET\release" />
> 
>   
> 
> Please advise.
> 
> Hina
> 
> John Vottero wrote:
> >
> > You don't include 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] [mailto:wix-users-
> >> [EMAIL PROTECTED] On 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
> >>
> >> 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
> >> >
> >> > Sebastian Brand-2 wrote:
> >> >>
> >> >> 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
> >> >>> bootstrapper
> >> >>> code to my wxs file.
> >> >>>
> >> >>> 
> >> >>>xmlns="http://schemas.microsoft.com/developer/msbuild/
> >> >>> 2003">
> >> >>>
> >> >>> 
> >> >>>   
> >> >>> .NET Framework 2.0
> >> >>>   
> >> >>>   
> >> >>> Windows Installer 3.1
> >> >>>   
> >> >>>   
> >> >>> Visual J# redistributable
> >> >>>   
> >> >>>> Include="Microsoft.Sql.Server.Express.1.0">
> >> >>> SQL Server 2005 Express
> Edition
> >> >>>   
> >> >>> 
> >> >>> 
> >> >>>>> >>> ApplicationFile="app.msi" ApplicationName="My app"
> >> >>> BootstrapperItems="@(BootstrapperFile)"
OutputPath="bin"
> >> >>> ComponentsLocation="Relative" Culture="pt-PT"
> >> >>> Path="$(BootstrapperPath)" />
> >> >>> 
> >> >>>   
> >> >>> http://schemas.microsoft.com/wix/2003/01/wi";>
> >>

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

2007-10-18 Thread hina1703

Thanks for your reply John. I tried to build bootstrapper by doing msbuild
bootstrapper.xml,
but I am getting error:
error MSB4036: The "GenerateBootstrapper" task was not found.

My bootstrapper.xml looks as below:


  http://schemas.microsoft.com/developer/msbuild/2003";>

  
.NET Framework 2.0
  
  
Windows Installer 3.1
  
  
Visual J# redistributable
  
  
SQL Server 2005 Express Edition
  


  

  

Please advise. 

Hina

John Vottero wrote:
> 
> You don't include 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] [mailto:wix-users-
>> [EMAIL PROTECTED] On 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
>> 
>> 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
>> >
>> > Sebastian Brand-2 wrote:
>> >>
>> >> 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
>> >>> bootstrapper
>> >>> code to my wxs file.
>> >>>
>> >>> 
>> >>>   http://schemas.microsoft.com/developer/msbuild/
>> >>> 2003">
>> >>>
>> >>> 
>> >>>   
>> >>> .NET Framework 2.0
>> >>>   
>> >>>   
>> >>> Windows Installer 3.1
>> >>>   
>> >>>   
>> >>> Visual J# redistributable
>> >>>   
>> >>>Include="Microsoft.Sql.Server.Express.1.0">
>> >>> SQL Server 2005 Express Edition
>> >>>   
>> >>> 
>> >>> 
>> >>>   > >>> ApplicationFile="app.msi" ApplicationName="My app"
>> >>> BootstrapperItems="@(BootstrapperFile)" OutputPath="bin"
>> >>> ComponentsLocation="Relative" Culture="pt-PT"
>> >>> Path="$(BootstrapperPath)" />
>> >>> 
>> >>>   
>> >>> http://schemas.microsoft.com/wix/2003/01/wi";>
>> >>>   > >>> Name="Test_Dot_NET"
>> >>> Language="1033" Version="1.0.0.0" Manufacturer="TestM">
>> >>>
>> >>> But it is giving me the error "XML document cannot contain
> multiple
>> >>> root
>> >>> level elements". How to use the bootstrapper code to create the
>> >>> installer?
>> >>> Is there any example available?
>> >>>
>> >>> Hina
>> >>>
>> >>> --
>> >>> View this message in context: http://www.nabble.com/Adding-
>> >>> Bootstrapper-code-to-wxs-file.-tf4634424.html#a13234324
>> >>> Sent from the wix-users mailing list archive at Nabble.com.
>> >>>
>> >>>
>> >>>
> ---
>> ---
>> >>> ---
>> >>> This SF.net email is sponsored by: Splunk Inc.
>> >>> Still grepping through log files to find problems?  Stop.
>> >>> Now Search log events and configuration files using AJAX and a
>> >>> browser.
>> >>> Download your FREE copy of Splu

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

2007-10-16 Thread John Vottero
You don't include 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] [mailto:wix-users-
> [EMAIL PROTECTED] On 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
> 
> 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
> >
> > Sebastian Brand-2 wrote:
> >>
> >> 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
> >>> bootstrapper
> >>> code to my wxs file.
> >>>
> >>> 
> >>>   http://schemas.microsoft.com/developer/msbuild/
> >>> 2003">
> >>>
> >>> 
> >>>   
> >>> .NET Framework 2.0
> >>>   
> >>>   
> >>> Windows Installer 3.1
> >>>   
> >>>   
> >>> Visual J# redistributable
> >>>   
> >>>   
> >>> SQL Server 2005 Express Edition
> >>>   
> >>> 
> >>> 
> >>>>>> ApplicationFile="app.msi" ApplicationName="My app"
> >>> BootstrapperItems="@(BootstrapperFile)" OutputPath="bin"
> >>> ComponentsLocation="Relative" Culture="pt-PT"
> >>> Path="$(BootstrapperPath)" />
> >>> 
> >>>   
> >>> http://schemas.microsoft.com/wix/2003/01/wi";>
> >>>>>> Name="Test_Dot_NET"
> >>> Language="1033" Version="1.0.0.0" Manufacturer="TestM">
> >>>
> >>> But it is giving me the error "XML document cannot contain
multiple
> >>> root
> >>> level elements". How to use the bootstrapper code to create the
> >>> installer?
> >>> Is there any example available?
> >>>
> >>> Hina
> >>>
> >>> --
> >>> View this message in context: http://www.nabble.com/Adding-
> >>> Bootstrapper-code-to-wxs-file.-tf4634424.html#a13234324
> >>> Sent from the wix-users mailing list archive at Nabble.com.
> >>>
> >>>
> >>>
---
> ---
> >>> ---
> >>> This SF.net email is sponsored by: Splunk Inc.
> >>> Still grepping through log files to find problems?  Stop.
> >>> Now Search log events and configuration files using AJAX and a
> >>> browser.
> >>> Download your FREE copy of Splunk now >> http://get.splunk.com/
> >>> ___
> >>> WiX-users mailing list
> >>> WiX-users@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/wix-users
> >>
> >>
> >>

> -
> >> This SF.net email is sponsored by: Splunk Inc.
> >> Still grepping through log files to find problems?  Stop.
> >> Now Search log events and configuration files using AJAX and a
> browser.
> >> Download your FREE copy of Splunk now >> http://get.splunk.com/
> >> ___
> >> WiX-users mailing list
> >> WiX-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/wix-users
> >>
> >>
> >
> >
> 
> --
> View this message in context: http://www.nabble.com/Adding-
> Bootstrapper-code-to-wxs-file.-tf4634424.html#a13237679
> Sent from the wix-users mailing list archive at Nabble.com.
> 
> 
>
---
> --
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a
browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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
> 
> Sebastian Brand-2 wrote:
>> 
>> 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  
>>> bootstrapper
>>> code to my wxs file.
>>>
>>> 
>>>   http://schemas.microsoft.com/developer/msbuild/ 
>>> 2003">
>>>
>>> 
>>>   
>>> .NET Framework 2.0
>>>   
>>>   
>>> Windows Installer 3.1
>>>   
>>>   
>>> Visual J# redistributable
>>>   
>>>   
>>> SQL Server 2005 Express Edition
>>>   
>>> 
>>> 
>>>   >> ApplicationFile="app.msi" ApplicationName="My app"
>>> BootstrapperItems="@(BootstrapperFile)" OutputPath="bin"
>>> ComponentsLocation="Relative" Culture="pt-PT"
>>> Path="$(BootstrapperPath)" />
>>> 
>>>   
>>> http://schemas.microsoft.com/wix/2003/01/wi";>
>>>   >> Name="Test_Dot_NET"
>>> Language="1033" Version="1.0.0.0" Manufacturer="TestM">
>>>
>>> But it is giving me the error "XML document cannot contain multiple  
>>> root
>>> level elements". How to use the bootstrapper code to create the  
>>> installer?
>>> Is there any example available?
>>>
>>> Hina
>>>
>>> -- 
>>> View this message in context: http://www.nabble.com/Adding- 
>>> Bootstrapper-code-to-wxs-file.-tf4634424.html#a13234324
>>> Sent from the wix-users mailing list archive at Nabble.com.
>>>
>>>
>>> -- 
>>> ---
>>> This SF.net email is sponsored by: Splunk Inc.
>>> Still grepping through log files to find problems?  Stop.
>>> Now Search log events and configuration files using AJAX and a  
>>> browser.
>>> Download your FREE copy of Splunk now >> http://get.splunk.com/
>>> ___
>>> WiX-users mailing list
>>> WiX-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wix-users
>> 
>> 
>> -
>> This SF.net email is sponsored by: Splunk Inc.
>> Still grepping through log files to find problems?  Stop.
>> Now Search log events and configuration files using AJAX and a browser.
>> Download your FREE copy of Splunk now >> http://get.splunk.com/
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Adding-Bootstrapper-code-to-wxs-file.-tf4634424.html#a13237679
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 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  
>> bootstrapper
>> code to my wxs file.
>>
>> 
>>   http://schemas.microsoft.com/developer/msbuild/ 
>> 2003">
>>
>> 
>>   
>> .NET Framework 2.0
>>   
>>   
>> Windows Installer 3.1
>>   
>>   
>> Visual J# redistributable
>>   
>>   
>> SQL Server 2005 Express Edition
>>   
>> 
>> 
>>   > ApplicationFile="app.msi" ApplicationName="My app"
>> BootstrapperItems="@(BootstrapperFile)" OutputPath="bin"
>> ComponentsLocation="Relative" Culture="pt-PT"
>> Path="$(BootstrapperPath)" />
>> 
>>   
>> http://schemas.microsoft.com/wix/2003/01/wi";>
>>   > Name="Test_Dot_NET"
>> Language="1033" Version="1.0.0.0" Manufacturer="TestM">
>>
>> But it is giving me the error "XML document cannot contain multiple  
>> root
>> level elements". How to use the bootstrapper code to create the  
>> installer?
>> Is there any example available?
>>
>> Hina
>>
>> -- 
>> View this message in context: http://www.nabble.com/Adding- 
>> Bootstrapper-code-to-wxs-file.-tf4634424.html#a13234324
>> Sent from the wix-users mailing list archive at Nabble.com.
>>
>>
>> -- 
>> ---
>> This SF.net email is sponsored by: Splunk Inc.
>> Still grepping through log files to find problems?  Stop.
>> Now Search log events and configuration files using AJAX and a  
>> browser.
>> Download your FREE copy of Splunk now >> http://get.splunk.com/
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Adding-Bootstrapper-code-to-wxs-file.-tf4634424.html#a13234753
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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  
> bootstrapper
> code to my wxs file.
>
> 
>   http://schemas.microsoft.com/developer/msbuild/ 
> 2003">
>
> 
>   
> .NET Framework 2.0
>   
>   
> Windows Installer 3.1
>   
>   
> Visual J# redistributable
>   
>   
> SQL Server 2005 Express Edition
>   
> 
> 
>ApplicationFile="app.msi" ApplicationName="My app"
> BootstrapperItems="@(BootstrapperFile)" OutputPath="bin"
> ComponentsLocation="Relative" Culture="pt-PT"
> Path="$(BootstrapperPath)" />
> 
>   
> http://schemas.microsoft.com/wix/2003/01/wi";>
>Name="Test_Dot_NET"
> Language="1033" Version="1.0.0.0" Manufacturer="TestM">
>
> But it is giving me the error "XML document cannot contain multiple  
> root
> level elements". How to use the bootstrapper code to create the  
> installer?
> Is there any example available?
>
> Hina
>
> -- 
> View this message in context: http://www.nabble.com/Adding- 
> Bootstrapper-code-to-wxs-file.-tf4634424.html#a13234324
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> -- 
> ---
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a  
> browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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
  
  
SQL Server 2005 Express Edition
  


  

  
http://schemas.microsoft.com/wix/2003/01/wi";>  
  

But it is giving me the error "XML document cannot contain multiple root
level elements". How to use the bootstrapper code to create the installer?
Is there any example available?

Hina

-- 
View this message in context: 
http://www.nabble.com/Adding-Bootstrapper-code-to-wxs-file.-tf4634424.html#a13234324
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users