Adobe Air应用程序(不是运行时) - 使用管理命令静默卸载?

时间:2013-11-13 15:53:51

标签: air adobe uninstall

Adob​​e Air文档提到了如何以静默方式安装,但是对于卸载,加密提及“ARH”实用程序和替代(复杂)方法。

http://help.adobe.com/en_US/air/redist/WS485a42d56cd19641-70d979a8124ef20a34b-8000.html#WS485a42d56cd19641-70d979a8124ef20a34b-7ffb

2 个答案:

答案 0 :(得分:1)

一般Adobe Air应用程序安装程序具有-uninstall选项:

"C:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer.exe" -uninstall -silent "C:\Program Files (x86)\YOUR-APP-NAME\YOUR-APP-NAME.exe"

答案 1 :(得分:0)

我正在使用:

@echo off
cls
echo.
==================================================================
echo   Silent uninstall Adobe Air 
===================================================================
AdobeAIRInstaller.exe -uninstall
Echo Done