-
1. Re: Can you push install an extension without using Extension Manager?
Xiaoyi TongMar 14, 2012 8:02 AM (in response to e-spec1)
Can you write a script/batch file to download extensions, and install them in headless command line mode( -suppress )? Then you can share this script with end users.
-
2. Re: Can you push install an extension without using Extension Manager?
Carl SunMar 15, 2012 7:43 PM (in response to e-spec1)
1 person found this helpfulExtension Manager supports updatable extension. If your existing extension specifies update URL in its mxi file, when the new version of the extension is available, you can put the update information file to the URL. Extension Manager will detect the extension update during launch and notify users. After user clicks the "Update" button, the updated extension will be downloaded and installed.
Extension Manager also supports command line interface. You can put the extension to a shared loacation, and write a batch file using commands. Send the batch file to all customers to run.
More detailed information about updatable extension can be found in http://www.adobe.com/go/em_file_format .
About command line interface, please see http://help.adobe.com/en_US/extensionmanager/cs/using/WSB4845EDD-14E5-476a-B749-FF328830D1 4F.html .
-
3. Re: Can you push install an extension without using Extension Manager?
e-spec1 Mar 27, 2012 12:06 PM (in response to Carl Sun)Thanks for the links. We tested using the command line method and it's working quite well so far.