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
- Mike wins the prize for oldest bug fixed: 1215626: WebApplication Uninstall does not remove COM+ Application.
- Rob fixed 1930640: PFXImportCertStore() fails to delete private key containers and again with 2139051: certificate install fails.
- Eric fixed 1954320: ConfigureEventManifestUnregister is not run on REINSTALL.
- Mike fixed 2034671: Directory ID must not be equal to MSI property.
- I fixed 2038040: Loading Extensions.
- Mike fixed 2041995: Lit exception with multiple input files and no -out file.
- Dan fixed 2041997: Exception:NonNumeric value in numeric column of custom table.
- Eric fixed 2048669: MSBuild returning incorrect output.
- Dan fixed 2072792: No warning when Patch fields have invalid lengths.
- Rob fixed 2077669: ICE03 for HttpHeader with ‘ - ‘ characters.
- Heath fixed 2078569: DirectorySearch Depth.
- I fixed 2078764: CAQuietExec doc doesn’t show type 51 CA.
- Heath fixed 2084824: directory search regression starting with 3.0.4415.
- Eric fixed 2093042: Problems with verbose logging from WcaUtil.
- Rob fixed 2099971: $(sys.SOURCEFILEPATH) points to wrong file.
- Rob fixed 2106531: <ServiceConfig> just can’t get it to work.
- Dan fixed 2122961: Need better error message: Registry/KeyPath/Action.
- Jason fixed 2124218: Candle fails in MSBuild if WiX not installed.
- Jason fixed a bug in MakeSfxCA to support multiple copies of the same dependent files.
- Jason fixed a bug in Heat when harvesting subdirectories from MSBuild project output.