How to uninstall with msiexec using product id guid without .msi file present

前端 未结 7 1542
南笙
南笙 2020-12-08 07:24

I\'m trying to automate the uninstallation of packages created using WiX for the purposes of changing the installed software stack & configuration without reprovisioning

7条回答
  •  南方客
    南方客 (楼主)
    2020-12-08 07:46

    you need /q at the end

    MsiExec.exe /x {2F808931-D235-4FC7-90CD-F8A890C97B2F} /q
    

提交回复
热议问题