Highlights of WiX v3.0.5014.0

WiX v3.0.5014.0, Valentine edition, was released on Saturday, 14-February-2009. You can download it from http://wix.sourceforge.net/releases/3.0.5014.0/.

There are 33 v3.0 bugs still open.

New features

  • Mike added an error message when using strings that can’t be converted to the database’s code page.

Bug fixes

Comments 4

  1. Ewart wrote:

    Hi Bob, I’m using this version of Wix now and tried out your new FirewallException feature.. I think followed the instructions carefully but get the error:

    The Component element contains an unhandled extension element ‘Fire:FirewallException’. Please ensure that the extension for elements in the ‘http://schemas.microsoft.com/wix/FirewallExtension’ namespace has been provided.

    my namespace is:

    and tag..

    but no joy.. any tips?

    cheers
    ewart

    Posted 15 Feb 2009 at 17:41
  2. ewart wrote:

    Scrub that Bob, got it working I discovered by pure luck I think ;) that you have to add a reference to the wix FirewallExtension.dll inside the wix project. works sweet now.

    Posted 15 Feb 2009 at 19:21
  3. kevin wrote:

    Hi,

    I’m having trouble compiling a 64-bit version of an installer. The problem, I think, is that I use a custom action DLL. Are WiX libraries available for 64-bit custom action DLLs.

    Thanks,

    Kevin.

    Posted 18 Feb 2009 at 12:54
  4. Bob Arnson wrote:

    Kevin,

    MSI supports 32-bit CA DLLs in an x64 installer. If you need 64-bit CA DLLs, the libraries are available in x64 variants, like dutil_x64.lib.

    Posted 18 Feb 2009 at 17:03