.INSTALLSTATE 文件扩展名

.NET Assembly Uninstaller File

开发者 Microsoft
受欢迎程度
4.0  |  2 
 

什么是 INSTALLSTATE 文件?

An INSTALLSTATE file is a file created during the installation of a .NET Framework service or application. It contains data used to uninstall an assembly included within the software. INSTALLSTATE files are created by the installutil.exe program.

更多信息

By default, .NET Framework software uses installutil.exe to install assemblies included within the software. When installutil.exe is run against an assembly, it typically creates the following three files:

  • installutil.installlog, which contains a description of the install process
  • YourAssemblyName.installlog, which contains information specific to the install process's commit phase
  • YourAssemblyName.installstate, which contains data used to uninstall the assembly

The INSTALLSTATE file contains version information as well as any custom information entered during the installation process. For example, if your install dialog asks users to specify a SQL server address and credentials to be used with your software, the address and credentials may be stored in an INSTALLSTATE file so they can be retrieved during de-installation.

Developers who create custom install actions for their .NET Framework software often report the existence of unnecessary INSTALLSTATE files after installation or de-installation. In reality, these developers have not accounted for installutil.exe's default creation of INSTALLSTATE files. If uninstalling your application leaves behind stray INSTALLSTATE files, you may have to update your assemblies' custom installer class to call the base.Uninstall() method, which should remove INSTALLSTATE files during de-installation.

注: If you've overridden your assembly's default Uninstall method, you must call your custom Uninstall method (e.g. base.YourUninstallMethodNameHere()) instead of the default Uninstall method.

如何打开 INSTALLSTATE 文件

INSTALLSTATE files are not typically meant to be opened. However, because INSTALLSTATE files are XML files, you can open them in any text or source code editor, such as Microsoft Visual Studio Code (cross-platform) or Microsoft Visual Studio (Windows).

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开或引用 INSTALLSTATE 文件的程序

分类: 开发者
更新时间: 2020-10-22

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 .NET Assembly Uninstaller 文件格式和 Mac, Windows, and Linux 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们