..NETters,
Our MSI image is created using VS2003 setup program. By default,
property VSDSupportedRuntimes is set to 1.1.4322. This makes our
installation work on .NET 1.1 but breaks on .NET 2.0. In order to see
if we can make it work with 2.0, I edited the msi image and changed the
property a...
more >>