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