【问题标题】:Adobe Air application (not runtime) - silently uninstall using an administrative command?Adobe Air 应用程序(不是运行时) - 使用管理命令静默卸载?
【发布时间】:2017-04-26 22:35:43
【问题描述】:

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

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

【问题讨论】:

    标签: air adobe uninstallation


    【解决方案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"
    

    【讨论】:

      【解决方案2】:

      我正在使用:

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

      【讨论】:

        猜你喜欢
        • 2011-06-26
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2012-07-10
        • 1970-01-01
        • 1970-01-01
        • 2012-06-09
        • 2011-09-11
        相关资源
        最近更新 更多