简体   繁体   English

setupbld.exe创建了不卸载应用程序的setup.exe

[英]setupbld.exe created setup.exe that does not uninstall application

How to prepare setup.exe with setupbld.exe (I packe msi) that can install and uninstall application. 如何使用可以安装和卸载应用程序的setupbld.exe(I packe msi)来准备setup.exe。 Currently I can install application but when I run installer second time it does not show Change / remove options but precede directly to window with install button. 目前我可以安装应用程序,但是当我第二次运行安装程序时,它不会显示更改/删除选项,而是直接在带有安装按钮的窗口之前。 When I run msiexec /i myApp.msi then I can install and later change /remove. 当我运行msiexec / i myApp.msi然后我可以安装并稍后更改/删除。

I use following path to pack my msi 我使用以下路径来打包我的msi

setupbld.exe -out c:\Setup.exe -mpsu c:\outTEst\a.msi -setup setup.exe -title "setup" 

The old setupbld is just a simple bootstrapper; 旧的setupbld只是一个简单的bootstrapper; it doesn't support chainer features like maintenance mode. 它不支持维护模式等chainer功能。 If you want that, check out Burn in WiX v3.6. 如果您需要,请查看Wurn in WiX v3.6。

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

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