0

Adobe Air 文档提到了如何静默安装,但对于卸载隐晦地提到了“ARH”实用程序和替代(复杂)方法。

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

4

2 回答 2

1

通用 Adob​​e 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"
于 2013-11-13T15:53:51.333 回答
0

我在用着:

@echo off
cls
echo.
==================================================================
echo   Silent uninstall Adobe Air 
===================================================================
AdobeAIRInstaller.exe -uninstall
Echo Done
于 2017-04-26T14:35:43.193 回答