基于MSI-based 的程序,可以按照以下步骤
1:用 msiinv 取得软件列表
msiinv.exe -p > msiinv_output.txt
2:试试用msiexec来卸载
msiexec /x {product_code}
3: 如果不行,再试试 smartmsizap
smartmsizap.exe /p {product_code}

相关文章:

  • 2021-07-24
  • 2022-12-23
  • 2021-09-26
  • 2022-12-23
  • 2021-11-25
  • 2021-06-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-09
  • 2021-11-06
  • 2021-12-26
  • 2021-11-13
  • 2022-01-11
  • 2021-11-27
  • 2022-12-23
相关资源
相似解决方案