What version of the WiX toolset are you running?  Is there more information
in the msbuild log file?

On Mon, Sep 10, 2012 at 3:12 PM, vchauras <vivekchauras...@gmail.com> wrote:

> I have read the documentation of <bundle> from source code. I couldn't get
> a
> simple burn example worked out.
>
> My bundle.wxs file is:
>
> ----------------------------------------------------
> <?xml version="1.0" encoding="UTF-8"?>
> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
>         <Bundle Name="my_Bootstrapper2" Version="1.0.0.0"
> Manufacturer="FactSet
> Research Systems, Inc." UpgradeCode="c6495a40-a46d-4dcd-945c-4bca40562e42">
>                 <BootstrapperApplicationRef
> Id="WixStandardBootstrapperApplication.RtfLicense" />
>                 <Chain>
>
>       <MsiPackage SourceFile="SetupProject4.msi"
>                   Id="m1"
>                   Vital="yes"
>                   />
>       <MsiPackage SourceFile="msi-2.msi"
>                   Id="m2"
>                   Vital="yes"
>                   />
>                 </Chain>
>         </Bundle>
> </Wix>
> ----------------------------------------------------
>
> Error is:
>
>         Value cannot be null.   light.exe       0       1
> my-Bootstrapper2
>
>
> I have attached the msbuild log file too. Is there any problem with my wix
> source code ?
>
> m1/2 are 2 simple msi which I had created previously.
>
> -Vivek
>
>
>
>
>
>
>
>
>
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-Burn-helloworld-example-tp7580407.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
virtually,

   Rob Mensching
   http://RobMensching.com LLC
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to