Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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!
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
We have redistributable licence and always using adobeairinstaller.exe to deploy remotely .air app with Altiris. After the last update, even manually, "too many arguments" error is returned after AdobeAIRInstaller.exe MyApp.air.
Never happened.
Copy link to clipboard
Copied
I am having problems to with mine cant seem to find where i can put up a post. ?? any idea where i can pit up my post?
Copy link to clipboard
Copied
@MauroMarazzi - Could you try adding the following to your command line:
adobeairinstaller.exe -silent -eulaAccepted pathToYourAIRFile
Find more inspiration, events, and resources on the new Adobe Community
Explore Now