.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% 정확성이며, 검증한 파일 유형에 대한 정보만 게시합니다.

이 페이지에 추가하거나 업데이트할 내용을 제안하고 싶으시면 알려 주세요.