This morning we released WiX v3.5.2229.0 as the Release Candidate for WiX v3.5! After I wrote the state of the WiX toolset in October, the team re-focused our efforts and worked the bug count down to 5. That definitely puts us in striking distance for a Production Release of WiX v3.5 at the end of the year.
After writing the about the attention split WiX v3.5 and v3.6 were causing, I decided to let Burn idle for a bit and attack v3.5 bugs to help Eric. Mike and Fredrik joined in and three weeks later we ended with 3 doc issues and 2 COM+ custom action bugs. I still can’t believe we have so few bugs left.
Now we need your help. Install WiX v3.5. File any bugs you find. We’re looking for the showstopper issues that would prevent us from calling WiX v3.5 done. We want to be done but we don’t want to miss something important. So, pick up the latest release and try it out.
Oh, and keep coding... you know we are!
RobMensching.com LLC
10 Comments
Comment by Nick on Saturday, October 30, 2010 11:50 PM
Comment by Igor on Monday, November 01, 2010 2:16 AM
And as usual I have question: Does it mean that Wix 3.5 can be released with this two COM+ custom action issues in it? I just wonder, because I entered one of this COM+ issues (and it is kind of show stopper for us, because we are building our assemblies with .Net 3.5 (to allow customers to downgrade if needed to 3.5), but aim installer to always install only with 4.0. And we currently blocked by 3097360 issue.
Comment by Rob Mensching on Monday, November 01, 2010 7:10 AM
I'll definitely mention this bug to Fredrik and Eric. If there are no other bugs, they will be the focus.
Comment by Igor on Monday, November 01, 2010 8:31 AM
BTW that issue is not really COM+ related, it is trying to call managed code from native dll and process (I believe it is msiexec) doesn't have config file with supported runtime set to both versions of .Net CLRs. I tried to look into Wix source code and I could not mind with any solution, but I believe you guys more clever than I do and you are closer to .Net team and maybe they can suggest something.
Comment by Christopher Painter on Monday, November 01, 2010 3:23 PM
Comment by Rob Mensching on Monday, November 01, 2010 8:32 PM
Comment by Rob Mensching on Monday, November 01, 2010 8:34 PM
Of course, if you use the binary drop (the .zip file) you can have as many copies (of whatever versions) as you like.
Comment by Christopher Painter on Tuesday, November 02, 2010 7:26 AM
We do virtualize our build environment so that's not the problem but the developer machines need to be able to have 3.0 and 3.5 installed just like we do with Visual Studio ( 98, 2003, 2005, 2008, 2010 ) and InstallShield ( 12, 2008, 2009 and 2010 ).
Perhaps I'll have to consider doing my own installer based on the ZIP that only registers 3.5 with VS2010 while leaving 3.0 registered with VS2008. That might work for us.
Comment by Pally Sandher on Thursday, November 04, 2010 9:44 AM
Comment by Ran Davidovitz on Thursday, November 04, 2010 10:45 AM
is it possible to deploy all the wix binaries in a solution folder and update the relevant target (+ copy to the solution) so that all the references are made in the sandbox of the solution (this will produce isolated products that can be compiled on every location)?