August 2, 2007
.NET Framework Stupidity
The .NET Framework is meant to be backwards compatible, so if in my case I have v3.0 installed an application designed for v1.1 should work just fine. Well that's the theory, however the installers for many apps won't let you proceed, unless you have the exact version they were designed for installed. This is pretty damn annoying, since that application itself will in most cases run just fine.
The solution is to edit the .MSI installer package and remove the framework requirement check. To do this you need the Microsoft Orca MSI Editor, which is part of the 300MB+ Windows Installer SDK package. Fortunately some kind person has posted the 1.8MB Orca Installer separately.
Once you've installed that, open your offending application .msi in Orca and do a search for VSDCA_VsdLaunchConditions and remove every entry it finds. Save the changes and you'll be ready to go, without the .NET Framework prerequisite check.
Posted by Matt at August 2, 2007 2:06 PM
Fraggle Chitter Chatter
Have Your Say
The Great Hall
Historial Postcards
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
Ask Marjorie