【发布时间】:2020-11-26 17:58:01
【问题描述】:
我想卸载使用 EXE 而不是 MIS 安装的软件。通过在 CMD 中运行卸载 Strin,我可以卸载但它会询问确认消息。
我的意图是静默卸载
"C:\Program Files (x86)\InstallShield Installation Information\{2EA86967-B3D3-4B2E-9DE9-28A595AF2E2E}\setup.exe" -runfromtemp -l0x0409 -removeonly
我试过这个命令,但它要求卸载的确认信息太多。有什么我可以在这里添加的属性,以便它可以在后台卸载
【问题讨论】:
-
您通常需要为遗留的 Installshield 内容生成静默响应文件:Installshield summary PDF。看看comments here。这是来自 IBM 的随机热门 KDB 文章:Is it possible to automate the uninstallation process for the OnDemand client?
标签: installshield uninstallation