1 impersonation custom-action wix
我在我的wix项目中有以下内容,但msi文件(有效且从命令行运行)无论是否带有silent参数都不会运行
<InstallExecuteSequence >
<Custom Action="Runmymsi" After="InstallFinalize">Not Installed</Custom>
</InstallExecuteSequence>
Run Code Online (Sandbox Code Playgroud)
我以前碰到过这个.您的问题是您无法从其他MSI呼叫MSI.这些需要在不同的时间运行.我建议编写一个能够以正确的顺序运行MSI的引导程序.