Skip to content

Highlights of WiX v3.0.4603.0

After a brief hiatus, WiX v3.0.4603.0 was released on Friday, 10-October-08. You can download it from http://wix.sourceforge.net/releases/3.0.4603.0/.

New features

  • Eric implemented his own feature request to support parameter files for event manifests (1903673).
  • I implemented x64 and ia64 support for WixDifxAppExtension (1962701).
    Note that this change required moving the binary .wixlibs out of the extension and into companion files. The .wixlibs (difxapp_ia64.wixlib, difxapp_x64.wixlib, difxapp_x86.wixlib) must be in the same directory as WixDifxAppExtension.dll.
  • Rob added support for calling 64-bit processes in 64-bit directories from CAQuietExec (1998496).

Bug fixes

Windows 7 MSI session at PDC

New/old lead program manager Tyler Robinson has a session at PDC to discuss the new features in Windows Installer and ClickOnce in Windows 7:

If you are a developer involved in the creation of application deployment packages using Windows Installer (MSI) or ClickOnce, this session is for you. Learn how you can take advantage of new features in Windows 7 to shorten application installation times, reduce UAC prompts, write less custom code, take less time to write installations for complex packages, and much more!

Not a lot of detail, but some potentially interesting tidbits. To see the information available on the session:

  1. Go to the PDC sessions page.
  2. Click on Windows 7.
  3. Scroll to the bottom of the list; it’s currently the sixth session from the bottom.

Why am I not linking directly to the session? AJAX and Web 2.0, baby. Not even Raymond Chen can make it happen.<sigh>

Supreme executive power

Every candidate is sacred.

Happy 221st (and many more)

Today is Constitution Day, the anniversary of the signing of the U.S. Constitution. Eat some cake, drink some beer, and vote.

Highlights of WiX v3.0.4513.0

WiX v3.0.4513.0 was released on lucky Saturday, 13-September-08. You can download it from http://wix.sourceforge.net/releases/3.0.4513.0/.

New features

  • Aaron added properties to WixNetFxExtension to detect .NET Framework Client Profile.

Bug fixes