Highlights of WiX v3.0.4909.0

WiX v3.0.4909.0 was released on Friday, 9-January-2009. You can download it from http://wix.sourceforge.net/releases/3.0.4909.0/.

v3.0.4909.0 is the first build of 2009 and the third post-beta build of WiX v3.0. There are 38 v3.0 bugs still open in the bug tracker.

New features

  • Mike did the significant work to implement the feature-bug 1982561 [[IIS extension failed on Vista SP1.]] with a significant change to the IIS extension’s custom action code. The change is a workaround to the change the IIS team made in Vista SP1 and Windows Server 2008. It is not a switch to native support for IIS 7.

Bug fixes

Highlights of WiX v3.0.4827.0

WiX v3.0.4827.0 was released on Saturday, 27-December-08. You can download it from http://wix.sourceforge.net/releases/3.0.4827.0/.

v3.0.4813.0 is the second post-beta build of WiX v3.0. There are 38 v3.0 bugs still open in the bug tracker.

New features

Bug fixes

Highlights of WiX v3.0.4813.0

WiX v3.0.4813.0 was released on Saturday, 13-December-08. You can download it from http://wix.sourceforge.net/releases/3.0.4813.0/.

v3.0.4813.0 is the first post-beta build of WiX v3.0. There are 47 v3.0 bugs open in the bug tracker.

New features

  • Heath added the NETFRAMEWORK20INSTALLROOTDIR64 property to get the installation directory of the 64-bit .NET Framework.
  • Chris added support for applying patches via the setupexe “baby chainer.”

Bug fixes

Highlights of WiX v3.0.4805.0

WiX v3.0.4805.0 was released on Friday, 5-December-08. You can download it from http://wix.sourceforge.net/releases/3.0.4805.0/ or from the WiX SourceForge.net releases page.

Announcement

WiX v3.0.4805.0 is the WiX v3.0 “beta exit” build. We encourage all users to upgrade to this build for the latest fixes and to verify how ready WiX v3.0 is for release. For more information, see Rob’s announcement and my follow-up.

New features

  • I implemented 2230723: EventSource tag needs KeyPath attribute by adding support to let compiler extensions set the keypath of a component. I then changed the EventSource element in WixUtilExtension to use it and set a translated registry key as the component keypath.
  • Rob added a GenerateIdentifier method to CompilerCore to let compiler extensions reliably generate stable identifiers.
  • I added bind-time checking of the rules for generated component GUIDs.
  • I added the SuppressLocalization .wixproj property to corresponding to Light’s –sloc switch.
  • Aaron added documentation on how to use the WixUI_Advanced dialog set.

Bug fixes

Highlights of WiX v3.0.4721.0

WiX v3.0.4721.0 was released on Friday, 21-November-08. You can download it from http://wix.sourceforge.net/releases/3.0.4721.0/ or from the WiX SourceForge.net releases page.

New features

Bug fixes