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.
3 Comments
Is there an extension in the works for reporting services? I saw an old post in the list from someone saying that they had written one and I found some code on Neil’s blog showing how to consume the webservice into an EXE but I’ve not seen anything more holistic.
Not that I know of.
Hi!
Nice to meet you, i’m from mexico and i’d like to know i you’ve worked with DifxApp in Wix v.3 i am trying to build an msi to install some drivers but it seems like version 3 of wix does not accept the library. any idea about how to make it work?, i’ve been working with v.2 of wix and i don’t have problems, it does work great, but when i’m trying to move to v3 i have this problem.
i’ve tried using difxapp_ia64.wixlib, difxapp_x64.wixlib, difxapp_x86.wixlib and DifxAppExtension.dll in the same directory, but it doesn’t work.
Hope you can help me
Thanks!
Rodolfo Corral
Post a Comment