Copy link to clipboard
Copied
I've used AAMEE to create deployable builds of CS5.5 Design Premium, Web Premium and Master Collection. They install fine, via DeployStudio, but I'm having major issues with the "exceptions" installs. Not a single one of the exceptions will install — the following is an example of the console log for the failed installation (in this example, trying to install the Dreamweaver Widgets Browser). Can anyone help? Trying to install on OS X 10.8.2.
2013-02-19 4:45:39.115 PM sudo[611]: admin : TTY=ttys000 ; PWD=/Users/admin ; USER=root ; COMMAND=/Volumes/Macintosh HD/Users/admin/Desktop/PostImagingFiles-AdobeExceptions-CS55WP/AdobeDreamweaverWidgetsBrowser1.0-mul/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer -silent -eulaAccepted -programMenu WidgetBrowser.air
2013-02-19 4:45:39.250 PM Adobe AIR Installer[612]: Runtime Installer begin with version 2.5.1.17730 on Mac OS 10.8.2 x86
2013-02-19 4:45:39.250 PM Adobe AIR Installer[612]: Commandline is: -silent -eulaAccepted -programMenu WidgetBrowser.air
2013-02-19 4:45:39.250 PM Adobe AIR Installer[612]: Installed runtime (2.5.1.17730) located at /Library/Frameworks/Adobe AIR.framework
2013-02-19 4:45:39.315 PM Adobe AIR Installer[612]: Invoking Application Installer for combined install
2013-02-19 4:45:39.317 PM Adobe AIR Installer[612]: Launching subprocess with commandline /Volumes/Macintosh HD/Users/admin/Desktop/PostImagingFiles-AdobeExceptions-CS55WP/AdobeDreamweaverWidgetsBrowser1.0-mul/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer -runtime "/Volumes/Macintosh HD/Users/admin/Desktop/PostImagingFiles-AdobeExceptions-CS55WP/AdobeDreamweaverWidgetsBrowser1.0-mul/Adobe AIR Installer.app/Contents/Frameworks" -silent -withRuntime -url -programMenu -eulaAccepted file:///Users/admin/WidgetBrowser.air
2013-02-19 4:45:39.451 PM Adobe AIR Application Installer[613]: Application Installer begin with version 2.5.1.17730 on Mac OS 10.8.2 x86
2013-02-19 4:45:39.452 PM Adobe AIR Application Installer[613]: Commandline is: -runtime "/Volumes/Macintosh HD/Users/admin/Desktop/PostImagingFiles-AdobeExceptions-CS55WP/AdobeDreamweaverWidgetsBrowser1.0-mul/Adobe AIR Installer.app/Contents/Frameworks" -silent -withRuntime -url -programMenu -eulaAccepted file:///Users/admin/WidgetBrowser.air
2013-02-19 4:45:39.452 PM Adobe AIR Application Installer[613]: Installed runtime (2.5.1.17730) located at /Library/Frameworks/Adobe AIR.framework
2013-02-19 4:45:39.768 PM Adobe AIR Application Installer[613]: Unpackaging file:///Users/admin/WidgetBrowser.air to /private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/0/TemporaryItems/FlashTmp0
2013-02-19 4:45:39.771 PM Adobe AIR Application Installer[613]: Got an unexpected fatal error while unpackaging: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
2013-02-19 4:45:39.772 PM Adobe AIR Application Installer[613]: Application Installer end with exit code 7
2013-02-19 4:45:39.914 PM Adobe AIR Installer[612]: Subprocess app installer failed (7)
2013-02-19 4:45:39.916 PM Adobe AIR Installer[612]: Runtime Installer end with exit code 7
Thanks,
Kristin.
Copy link to clipboard
Copied
Hi,
I'm using the latest version of AAMEE v3.0.166.0 and I created a new Package for the Adobe Design and Web Premium CS6. My intention is to deploy it through SCCM 2012 with a native Script Installer due to the Exceptions that needs to be installed out of the main MSI. So, my Main MSI is installing perfectly, the exceptions like: Adobe Pro, AdobeHelp, AdobePDF Settings11 are installing fine except for the Dreamweaver Widget Browser 1.0.
Here you are my procedure may be you can let me know how can I modify the command to include it on my installer sequence in order to complete the full installation.
Local Install command provided by Adobe on the Exceptions file.
AdobeAIRInstaller.exe -silent -eulaAccepted -programMenu WidgetBrowser.air
I modified to this with an Absolute path but is just giving me errors
C:\Temp\Widget\AdobeAIRInstaller.exe -silent -eulaAccepted -programMenu WidgetBrowser.air
With my main Installer sequence to have the remaining CS6 suite exceptions installed the Dreamweaver Widget is the only one giving me errors like : failed (consult log)
From SCCM 2012 running the command like: start /wait "%~dp0\Exceptions\DWWidgetsBrowser1.0\AdobeAIRInstaller.exe" -silent -eulaAccepted -programMenu WidgetBrowser.air it gave me the same error.
** Notice ** If I browse inside the source files folder with command line and execute the same command it runs the installation perfectly but not if I'm doing it outside the folder with the previous command that states>> ( %~dp0\Exceptions\DWWidgetsBrowser1.0 ) and also that I tried on a brand new Virtual Machine with Adobe AIR 3.7 already installed.
AIR Log file:
[2013-06-18:17:36:06] Runtime Installer begin with version 2.7.1.19600 on Windows 7 x86
[2013-06-18:17:36:06] Commandline is: -silent -eulaAccepted -programMenu WidgetBrowser.air
[2013-06-18:17:36:06] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
[2013-06-18:17:36:06] Invoking Application Installer for combined install
[2013-06-18:17:36:06] Launching subprocess with commandline C:\Users\User1\AppData\Local\Temp\AIR59C4.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\XXX\AppData\Local\Temp\AIR59C4.tmp -silent -withRuntime -url -programMenu -eulaAccepted file:///c:/Temp/WidgetBrowser.air
[2013-06-18:17:36:07] Application Installer begin with version 2.7.1.19600 on Windows 7 x86
[2013-06-18:17:36:07] Commandline is: -runtime C:\Users\User1\AppData\Local\Temp\AIR59C4.tmp -silent -withRuntime -url -programMenu -eulaAccepted file:///c:/Temp/WidgetBrowser.air
[2013-06-18:17:36:07] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
[2013-06-18:17:36:07] Unpackaging file:///c:/Temp/WidgetBrowser.air to C:\Users\User1\AppData\Local\Temp\fla651A.tmp
[2013-06-18:17:36:07] Got an unexpected fatal error while unpackaging: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
[2013-06-18:17:36:07] Application Installer end with exit code 7
[2013-06-18:17:36:07] Subprocess app installer failed (7)
[2013-06-18:17:36:07] Runtime Installer end with exit code 7
Any help will be appreciated.
Copy link to clipboard
Copied
Forget about it ! I found the solution.
I just created a nested installer for the widget and it works fine.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now