随笔分类 - wix
摘要:提问 wix服务恢复 回答 <?xml version="1.0" encoding="UTF-8"?> <?include Configuration.wxi?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="h
阅读全文
摘要:提问 如何查看wix安装包日志 回答 xxx.msi -l "debug.txt" 参考 https://blog.walterlv.com/post/how-to-view-wix-burn-installer-logs.html
阅读全文
摘要:提问 如何让wix安装包,能自动卸载上一版本 回答 修改产品id Product Id="{165062EB-0BD5-4EB9-A5AE-6DDE3915C316}" 修改产品版本 Version="$(var.Version)" 增加updatecode配置 ,保持不变 Upgrade Id="
阅读全文
摘要:提问 自定义操作的Ater可以使用那些 回答 standard or custom action 参考 https://learn.microsoft.com/en-us/windows/win32/msi/startservices-action https://wixtoolset.org/do
阅读全文
摘要:提问 Wix自定义操作如何以管理员身份运行 回答 如果是要让Action 用管理员的身份去执行:Impersonate="no" <CustomAction Id='RegisterOPC' FileKey='OPCDAServerRegister.bat' ExeCommand='' Execut
阅读全文
摘要:提问 如何在构建wix项目前自动构建引用项目 回答 加入 BeforeBuild命令,不要用项目属性中的Build Events <Target Name="BeforeBuild"> <Exec Command="dotnet publish ..\ChangeLog.CommunityToolk
阅读全文

浙公网安备 33010602011771号