Skip to main content
miloss28598143
Participant
September 27, 2017
Question

How install .air file using PowerShell

  • September 27, 2017
  • 1 reply
  • 1220 views

Does anyone know how to install (.air) file, using powershell script? I have tried this script, but it doesn't work:

C:\Windows\system32>"C:\Program Files (x86)\Adobe\Flash Player\AddIns\airappinstaller\airappinstaller.exe" -silent -eulaAccepted "C:\Users\lo\Downs\Vio.air"

This topic has been closed for replies.

1 reply

Community Manager
September 28, 2017

Check the 'C:\Users\[Username]\AppData\Local\Adobe\AIR\logs\Install.log' for the specific reason for the failure.

Try running the command with elevated permissions

Thanks