简体   繁体   English

静默模式下的Wix安装失败

[英]Wix installation in silent mode failed

I am trying to install wix.exe through cmd in silent mode , but getting following error in log. 我试图以静默方式通过cmd安装wix.exe,但是在日志中出现以下错误。 Please help to find the reason. 请帮助查找原因。 command used : msiexec /i wix.exe /qn /l*v MyLogFile.txt 使用的命令:msiexec / i wix.exe / qn / l * v MyLogFile.txt

=== Verbose logging started: 2/28/2019  22:10:43  Build type: SHIP UNICODE 5.00.10011.00  Calling process: C:\WINDOWS\system32\msiexec.exe ===
MSI (c) (84:98) [22:10:43:033]: Resetting cached policy values
MSI (c) (84:98) [22:10:43:033]: Machine policy value 'Debug' is 0
MSI (c) (84:98) [22:10:43:033]: ******* RunEngine:
           ******* Product: wix.exe
           ******* Action: 
           ******* CommandLine: **********
MSI (c) (84:98) [22:10:43:036]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (84:98) [22:10:43:036]: Grabbed execution mutex.
MSI (c) (84:98) [22:10:43:537]: Cloaking enabled.
MSI (c) (84:98) [22:10:43:537]: Attempting to enable all disabled privileges before calling Install on Server
MSI (c) (84:98) [22:10:43:545]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (28:48) [22:10:43:589]: Running installation inside multi-package transaction F:\softwares\wix.exe
MSI (s) (28:48) [22:10:43:593]: Grabbed execution mutex.
MSI (s) (28:7C) [22:10:43:601]: Resetting cached policy values
MSI (s) (28:7C) [22:10:43:601]: Machine policy value 'Debug' is 0
MSI (s) (28:7C) [22:10:43:601]: ******* RunEngine:
           ******* Product: F:\softwares\wix.exe
           ******* Action: 
           ******* CommandLine: **********
MSI (s) (28:7C) [22:10:43:605]: Note: 1: 2203 2: F:\softwares\wix.exe 3: -2147286960 
MSI (s) (28:7C) [22:10:43:605]: MainEngineThread is returning 1620
MSI (s) (28:48) [22:10:43:684]: User policy value 'DisableRollback' is 0
MSI (s) (28:48) [22:10:43:684]: Machine policy value 'DisableRollback' is 0
MSI (s) (28:48) [22:10:43:684]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (28:48) [22:10:43:684]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
MSI (s) (28:48) [22:10:43:688]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2 
MSI (s) (28:48) [22:10:43:688]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (c) (84:98) [22:10:43:692]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (c) (84:98) [22:10:43:692]: MainEngineThread is returning 1620
=== Verbose logging stopped: 2/28/2019  22:10:43 ===

Setup.exe, "Anything" : Too long for a comment. Setup.exe,“任何内容” :太长,无法发表评论。 A setup.exe can be "anything" - made using many different tools and feature many different technologies - and there is no general rule for how to install them silently. setup.exe可以是“任何东西”-使用许多不同的工具制作而成,并具有许多不同的技术,并且对于如何以静默方式安装它们没有一般性规定。

Existing Answers : I can provide some links as a start, until we know more about what this file really is: 现有答案 :我可以提供一些链接作为开始,直到我们进一步了解该文件的真正含义:

Please skim these links, I guess the first one might be the most accessible? 请略过这些链接,我想第一个可能是最容易访问的链接? Not sure. 不确定。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM