Re: [WiX-users] Building MSIs for automated deployment

2009-05-06 Thread Bob Arnson
David Keaveny wrote: > number being incremented at the beginning of each sprint (for instance, this > sprint the package version is 1.0.6, next sprint it will be 1.0.7), but the > deployment is currently a manual process; someone has to uninstall the old > versions and install the new versions. >

Re: [WiX-users] Building MSIs for automated deployment

2009-05-05 Thread Michael Osmond
[davidkeav...@gmail.com] Sent: Wednesday, 6 May 2009 9:05 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Building MSIs for automated deployment 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

[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