Highlights of WiX v3.0.4318.0

WiX v3.0.4318.0 was released on Friday, 18-July-08. You can download it from http://wix.sourceforge.net/releases/3.0.4318.0/.

New features

  • Neil Enns, still late of the MSBuild team and still working on secret stuff, added two new properties to the OsInfo custom actions that detect the presence of a WDDM driver and whether Desktop Window Manager (DWM) composition is enabled. See "OSInfo custom actions" in WiX.chm for details.
  • Aaron added directory properties for .NET Framework root directories. See the "WixNetfxExtension" topic in WiX.chm for details.
  • Mike Holcomb added better error messages in the setupexe "mini-chainer" when installation errors occur.
  • I added support for Unicode filenames used as source files in cabinets.
  • I added PathGetKnownFolder, PathIsAbsolute, and PathConcat to the DUtil library.

Bug fixes

Posted in WiX at July 21st, 2008. Trackback URI: trackback
Tags: ,

2 Responses to “Highlights of WiX v3.0.4318.0”

  1. August 20th, 2008 at 15:03 #Brad B

    Wix is great so far!

    By the way I made my own custom extension today to allow me to do “dyamic files”, whereby you can have a component which you don’t want the GUID to change, but you want several files in that component (which is legal if they are not binaries), so I leveraged the of the proceprocessor, and added my own custom extension which I could pass it a folder path, and it would return me a semilcolon delimited string of file names in the folder, which then get put into the foreach as a variable, and it works great!

    So I have a component, and then with a file element template.. :)

    Thanks for WiX I am starting to love it!

  2. August 20th, 2008 at 16:32 #Bob Arnson

    Brad,

    >>>but you want several files in that component (which is legal if they are not binaries),

    It’s legal even if they are binaries, but it’s not legal to change them once you’ve shipped an .msi file that uses one. That’s why it’s risky to generate file lists.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>