(转)MSI - Enable MSI Logging

转自: http://www.cnblogs.com/atempcode/archive/2007/04/10/707917.html

安装MSI安装包的时候, 有时会遇到错误, 这时LOG文件就非常重要了. 这些生成MSI log的方法, 你知道几个呢?
1. 命令行. 这是最简单的了, 指定 -l 参数就可以了.
msiexec /i xxx.msi /l*vx xxx.log
2. 注册表和组策略
如果不能在命令行上运行msi, 还可以在注册表和组策略中指定. KB223300有详细的描述.
3. MsiLogging 和 MsiLogFileLocation 属性
MSI4.0中, property表里新加了两个properties: MsiLogging 和MsiLogFileLocation, 分别指定log的方式和log文件的位置. MSDN里有详细解释.
4. 安装API
如果你用MSI API来写一个bootstrap或者其他程序来调用MSI, 你可以使用MsiEnableLog这个函数.

时间: 2024-11-25 12:54:07

(转)MSI - Enable MSI Logging的相关文章

At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs d

问题描述 在tomcat启动时打印出一句error日志,内容为: 24-Jul-2017 11:28:33.486 信息 [RMI TCP Connection(4)-127.0.0.1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a compl

解决At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JAR

在写spring mvc小程序时遇到 At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve star

错误:The POM for org.codehaus.plexus:plexus-compiler-api:jar:2.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details的解决方法

INFO] ---------------------------< com.tao:jx-web >---------------------------[INFO] Building web模块 0.0.1-SNAPSHOT[INFO] --------------------------------[ war ]---------------------------------[WARNING] The POM for org.apache.httpcomponents:httpcore

解决At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this log

pom增加:<dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> <version>1.2</version></dependency>

PCI-E配置MSI中断流程解析

在传统的pci中断体系中,每一个pci总线上的设备被分配一个特定的中断号,然后当设备需要中断cpu时,设备直接发出int信号,然后在cpu的inta引脚拉低的时候将自己的中断号放在数据总线上,一切都要设备自己负责,这一切的缘由一部分就是因为pci的并行性,实现事务很复杂,而pcie是串行的,很容易定义协议包,因此很容易就实现了由root complex代理中断的功能,因此设备也就可以动态的分配独占的中断号了,因为中断号的分配完全是软件解决的,而不再像传统pci那样是硬件解决的了,软件的最大特点就

【翻译自mos文章】OGG add Supplemental Logging 时失败,报错为 块损坏(Block Corruption)

OGG add Supplemental Logging 时失败,报错为 块损坏(Block Corruption) 来源于: Add Supplemental Logging Fails Due To Block Corruption (文档 ID 1468322.1) 适用于: Oracle Server - Enterprise Edition - Version 10.2.0.5 to 12cBETA1 [Release 10.2 to 12.1] Information in this

IIS下Advanced Logging(高级日志)的安装以及X-Forwarded-For的配置

下载地址:https://www.microsoft.com/en-gb/download/details.aspx?id=7211 1.启动IIS管理器,然后点击左侧的服务器名称,(注意:不要点击网站下的站点或虚拟目录,否则找不到下面的" Enable Advanced Logging"): 2.在主页中,双击IIS下的" Advanced Logging": 3.点击右侧操作窗格中的" Enable Advanced Logging"(启用高

How To Enable Archive Log Mode In a RAC Environment

How To Enable Archive Log Mode In a RAC Environment (文档 ID 1963148.1) APPLIES TO: Oracle Applications Manager - Version 12.2 to 12.2 [Release 12.2] Information in this document applies to any platform. GOAL How to enable archive log mode In a RAC Env

Supplemental Logging

Supplemental Logging分为两种:Database-Level Supplemental Logging和Table-Level Supplemental Logging,即数据库级别和表级别.下面我们来看看Oracle官方文档对其的介绍和说明,引自 http://docs.oracle.com/cd/E11882_01/server.112/e22490/logminer.htm#SUTIL1582 一.Database-Level Supplemental Logging T