Cmd 静默模式下的Wix安装失败

Cmd 静默模式下的Wix安装失败,cmd,wix,installation,verbose,Cmd,Wix,Installation,Verbose,我试图在静默模式下通过cmd安装wix.exe,但在日志中出现以下错误。请帮忙找出原因。 使用的命令: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) [

我试图在静默模式下通过cmd安装wix.exe,但在日志中出现以下错误。请帮忙找出原因。 使用的命令: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,“任何内容”:评论太长。
setup.exe
可以是“任何东西”-使用许多不同的工具制作,并具有许多不同的技术-对于如何以静默方式安装它们没有一般规则

现有答案:我可以提供一些链接作为开始,直到我们了解更多关于此文件的内容:


请浏览这些链接,我想第一个可能是最容易访问的?不确定。

您不能用Windows Installer安装EXE文件吗?它只使用MSI文件和一些其他类型(MSP和MST等)。这是什么文件?你下载了什么?好的。。谢谢你的答复。。你能帮助我如何在windows中进行.exe的静默安装吗?你从哪里下载的这个文件?它是Wix html框架吗?