Skip to main content
Participant
April 11, 2011
Question

Too many arguments

  • April 11, 2011
  • 6 replies
  • 7184 views

Adobe AIR Runtime installer error.

When doing a simple execution with the following command:

AdobeAIRInstaller.exe -eulaAccepted -desktopShortcut -programMenu MyApp.air

I get a "too many arguments" error, then i tried simplifying the arguments

AdobeAIRInstaller.exe  MyApp.air

But still the same error

Please help

This topic has been closed for replies.

6 replies

April 12, 2011

Hello,

There is an very detailed article instroducing how to do this: http://www.adobe.com/devnet/air/articles/distributing_air_in_enterprise.html, please follow it to make your application installed. Thanks!

dbl1984Author
Participant
April 12, 2011

Thats for distributing it across the network, what im trying to do is make an installable version on a cd or iso etc....

Please help

April 14, 2011

Hello,

The usage of the installer arguments is included in the above guide. So althrough you do not need to distribute your application across network, you still need to follow some of the steps to get the usage.

Thanks