Select the product you need help with
An .installstate file is not removed after you uninstall a .NET Framework 2.0-based applicationArticle ID: 934388 - View products that this article applies to. On This PageSYMPTOMSAfter you uninstall a Microsoft .NET Framework 2.0-based application, an .installstate file is not removed. This problem occurs if the following conditions are true:
CAUSEThis issue occurs because of a problem in a custom action. If you use the Assembly.LoadFrom method to load an assembly in the Microsoft .NET Framework 1.1, the Location property returns the path of the folder that you sent to the LoadFrom method. This behavior occurs even if the assembly is ultimately loaded from the global assembly cache. However, if you use the Assembly.LoadFrom method to load an assembly in the .NET Framework 2.0, the Location property returns the location of the assembly that is ultimately loaded. When you install the application, the assembly is not yet in the global assembly cache when the custom action runs. Therefore, the assembly is loaded from the folder on the hard disk. This occurs because of the way that the Microsoft Windows Installer file works. Additionally, the Location property returns the path of the folder. The .installstate file is also in the folder. When you uninstall a .NET Framework 2.0-based application, the assembly is in the global assembly cache. Therefore, the Assembly.LoadFrom method loads the assembly from the global assembly cache. Additionally, the Location property returns a location of the global assembly cache. This location does not contain the .installstate file. Therefore, the .installstate file cannot be found. This causes the problem that is mentioned in the "Symptoms" section. WORKAROUNDTo work around this problem, use one of the following methods. Method 1Do not use a managed custom action. A custom action may cause this problem. In particular, a managed custom action may cause this problem.Method 2Follow these steps:
MORE INFORMATION
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
946503
(http://support.microsoft.com/kb/946503/
)
FIX: Error message when you use the installer tool to install an assembly that is located on a remote computer: "An exception occurred during the Install phase"
PropertiesArticle ID: 934388 - Last Review: December 3, 2007 - Revision: 1.3
|


Back to the top








