Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 InstallJammer 进行静默安装和卸载。
通过在平台信息下将默认安装模式更改为静默,我能够静默安装。但是如何将卸载指定为静默?
提前致谢,
斯里雷卡
InstallJammer 将在已安装产品的根目录中创建uninstall.exe。做
uninstall.exe /s
从命令提示符进行静默卸载。
您可以通过执行以下操作查看所有可能的选项:
uninstall.exe /?