[WiX-users] Is It Possible to Include Multiple Files in One Win32 Assembly Component?

2009-12-15 Thread Haw Bin Chai
Hi all, I'm a new WiX user. I answered my own question on this, but I thought I'd share given I didn't find any authoritative documentation on this. Yes, It IS possible to create win32 side-by-side components containing multiple DLL's. The key is that only one of the listed elements in the

[WiX-users] Allow Multiple Package Versions to Coexist, But Always Install Over Same Version?

2009-12-21 Thread Haw Bin Chai
Hi all, New WiX user here. I'm creating an installer for a win32 side-by-side assembly. I'm like to fulfill the following requirements, and I haven't been able to find a solution: - Allow multiple installations to coexist, so long as their major or minor version numbers are different.