【发布时间】:2013-04-19 18:03:00
【问题描述】:
我使用 WiX 3.7 编写安装程序,我将安装一个 c# 系统服务将尝试重新安装软件,使用 msiexec -x {product_code} -quiet。我的操作系统是Win8 我先是通过UI安装软件,过一会服务会新建一个进程,开始调用msiexec,但是失败了。 你能帮我解决这个问题吗?我已经挣扎了很久! 非常感谢!
我的日志如下:
MSI (s) (7C:80) [00:22:01:708]: Warning: The package code in the cached package 'C:\windows\Installer\134f7d5.msi' does not match the registered package code. Cached
MSI (s) (7C:80) [00:22:01:724]: SOURCEMGMT: Source is invalid due to client source out of sync (product code is the same).
【问题讨论】:
标签: service installation wix