.INSTALLLOG 文件扩展名

.NET Assembly Installation Log

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

什么是 INSTALLLOG 文件?

An INSTALLLOG file is a file created during the installation of a .NET Framework service or application. It contains a description of an assembly's installation process. INSTALLLOG 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 assembly's 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

A YourAssemblyName.installlog file is created only if a developer omits the /LogFile option from installutil.exe, or the developer includes the option along with a custom file name for the INSTALLLOG file (e.g. /LogFile=MyInstallLogFile.installlog). If a developer includes the /LogFile option without specifying a filename, a YourAssemblyName.installlog file is not created.

如何打开 INSTALLLOG 文件

INSTALLLOG files are text files, so 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 多种文件格式。免费下载

可打开 INSTALLLOG 文件的程序

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

验证者 FileInfo.com

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

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