WiX v3.0.4930.0 was released on Friday, 30-January-2009. You can download it from http://wix.sourceforge.net/releases/3.0.4930.0/.
There are 31 v3.0 bugs still open.
Bug fixes
- Brian fixed 1615167 [[Registry rows generated by Class element are not unique]].
- Eric fixed 1918949 [[heat.exe 3.0.3815.0 crashes with ArgumentNullException]].
- Eric fixed 1918961 [[heat.exe 3.0.3815.0 crashes with NullReferenceException]].
- Eric fixed 2155318 [[Certificate issues on Windows Vista]].
- Heath fixed 2378630 [[Pyro sets bad File.Attributes for delta-patched files]].
- Rob fixed 2530926 [[Performance Counters fail to install on Windows XP]].
- Neil fixed 2533182 [[NAntTasks don't initialise exedir]].
- Neil fixed 2535552 [[NAntTasks aren't documented in the WiX help file.]].
- Fredrik fixed 2540057 [[Error installing COM+]].
- Mike fixed 2543674 [[iis extension doesn't support properties]].
- Mike fixed 2543875 [[iis extension doesn't set web site path]].
- Mike fixed 2548516 [[IIsExtensions+SetupBld requires access to the original MSI]].
Could you, please, suggest the best practice for installing several interdependent products ? Should each one has its own msi ? If yes, how do you lunch them. If no, how do you update them independently ?
Dmitry,
If you have multiple .msis, you need a chainer to coordinate them. Otherwise you can use a single .msi with multiple features.
BTW, you might want to check with the wix-users mailing list or microsoft.public.platformsdk.msi newsgroup.