So I have created my Burn custom bootstrapper application with WPF UI and it
works great! Burn is awesome!

So far, I'm using Burn to chain the install of several MSIs.  Now I'm
working on the prereq/bootstrap portion.  My application depends on .NET 3.5
and VC++ 2010 runtime.  Right now I have this in my Bundle.wxs:

<WixVariable Id="WixMbaPrereqPackageId" Value="Netfx35Full" />
<WixVariable Id="WixMbaPrereqLicenseUrl" Value="NetfxLicense.rtf" />

On a system that doesn't have .NET I see a popup that indicates .NET is
required and there's a button to accept the license agreement then install
it.  When I click that, I see a progress bar for an instant and then the UI
goes away (I was testing on XP x86).  I have no idea what's going on.  Any
troubleshooting suggestions?

What I'd really like to do is put the .NET installation on the distribution
media and reference it from the bundle.  I'm not sure how to do that.  I
have been searching for a while and I can't see a way to specify the VC++
runtime requirement.  Is there a built-in way to do that yet with Burn?

I realize that Burn isn't done yet, I'm just not sure what's finished,
planned or not on the roadmap.  Also, if this is already documented
somewhere just point me at it and I'd be happy to RTFM.  :)

Cody
------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to