Re: [WiX-users] Downloading an MsiPackage with Burn

2011-12-07 Thread David Keaveny
th the MSI and the bundle properties with the bootstrapper.   > Haven't done more than play with burn yet though, although I see this > changing once 3.6 goes RTM. > > > -----Original Message- > From: David Keaveny [mailto:davidkeaveny+...@gmail.com] > Sent: We

[WiX-users] Downloading an MsiPackage with Burn

2011-12-06 Thread David Keaveny
I'm building an MSI package to distribute an application that makes use of SQL Server 2008 R2 SMO, and wanted to add it to the bootstrapper, and since Microsoft doesn't provide a bootstrapper package for SMO, I thought it would be a good chance to see what the much-talked-about Burn can do for me.

[WiX-users] Building MSIs for automated deployment

2009-05-05 Thread David Keaveny
I've been using WiX v3 with CruiseControl.NET for some time now to build MSI packages for deployment, without any real problem. We're working in an agile environment, so fresh MSIs are being created every night, with the version number being incremented at the beginning of each sprint (for instance

[WiX-users] WiX and web applications

2006-07-28 Thread David Keaveny
Is there an equivalent in WiX to Visual Studio 2003’s web deployment project? In other words, a simple way of adding all the .ascx, .config, .jpg etc files to my MSI without having to hand-code each individual entry? VS can take the output from a project, and build an MSI from that; I don’t