Adobe CC (creative Suite) june 2015 Fails

DeployAdam
New Contributor III

Hi Folks,

We try to deploy the Adobe Creative Cloud Package, created with Adobe CCP Creative Cloud Packager. When the package is created we upload it to the JSS with Casper Admin. Then we use a policy to install the package on the clïents.

We never managed to install the package. Neither through direct install nor cache package and then install package. Also we tried to add the package to a DeployStudio workflow with the same error:

Installation failed. The installer reported: installer: Package name is adobecc_nl_16062015
installer: Installing at base path /
installer: The install failed (The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.)

If we login as localadmin on a 10.10 machine and run the package locally everything works fine and the whole suite is installed correctly. We have tried every possible way we could think of to make this work. Hope the community has some experience and tips for helping us on this matter.

68 REPLIES 68

Aziz
Valued Contributor

I received the same error whenever a user is not logged on.

Basically, Adobe CC apps require someone to be logged in. Either using Casper Imaging (logs into 'Adobe Temp Account') or deploying during login.

lunddal
Contributor

For Adobe installers, see here: https://jamfnation.jamfsoftware.com/article.html?id=161

That procedure works for CC 2015.

sean
Valued Contributor

I use the CCP to create a pkg and then just upload that to our deployment server. Install at login window with no user logged in works fine. Haven't tried 2015 yet.

Note: I'm using Absolute at the moment, but this should make no difference to deployment.

What happens if you run it as root from the command line with a verbose output. You could do this over ssh without a need to have anyone logged in.

installer -verboseR -pkg /path/to/installer.pkg -target /

In fact, here is a picture of our already deployed 2014 being updated by our internal Adobe Software Update Server using the RemoteUpdateManager as part of a script run when the loginwindow is started after a user logs out.

2987f4a64d1a4ec2a490de6fc2e619be

DeployAdam
New Contributor III

Thanks for thinking along guys. Installing in a student environment at login would not be an option for our organization. Using RemoteUpdateManager worked for us and I guess will still work but we first have to get Adobe CC on the machines in order to update them remotely.

We have over 2000 Apple devices being deployed wit only a basic OS X installation and a binary. Than we need to get Adobe CC on there somehow. (we could try integrating the installation in our image but obviously prefer to deploy separate from it.

etippett
Contributor II

@DeployAdam Did you ever have any luck with this? I am having issues installing CC2015 at the login window, just like @Abdiaziz reported. It worked fine with CC2014, so I'm a bit disappointed (but sadly not surprised) that Adobe has taken a step backwards in deployment flexibility. @sean Did you ever confirm with 2015 that you can install at the login window?

My workflow uses DeployStudio to install Casper on the computer and set a first boot script to call a custom Casper trigger. The CC2015 policies are scoped to this trigger. The same policies work fine if someone is logged in.

Thanks,
Eric

DeployAdam
New Contributor III

@etippett check my post on the DeployStudio forum. Let me know if it helps...

package build with ccp fails with deploystudio

etippett
Contributor II

@DeployAdam Hmmm...That's interesting. So the second time you run the install it reports successful? I have to admit, it makes me a bit nervous using that sort of a workaround. I may just pursue a way to run it once someone is logged in.

I'm also reaching out to my Adobe technical account rep, so I'll let you know if I hear anything from him.

DeployAdam
New Contributor III

I most certainly agree with you that we shouldn't be needing a workaround and that Adobe should make deployment and managing packages created with ACCP more seamless. But until then we have to be creative in finding solutions to deploy this beast. For us it wasn't thinkable to install while a student is logged in so we had to come up with this workaround.

Please share your findings when you received information from your Adobe tech rep.

mdonovan
New Contributor III

note: I've not yet tried deploying the new CC 2015 packages as I only updated all our packages with CCP (CreativeCloudPackager) yesterday, however the below is what has worked for me up until now. Hopefully it may contain something that may help.

As per the above instructions from @lunddal, once CCP has completed pulling down the software, I open Disk Utility and create a .dmg of the .pkg file that CCP has created. I then add this .dmg to Casper Admin, create a policy to cache install the .dmg and then add the installPKGfromDMG.sh script to execute the .pkg inside the .dmg.

From memory, it is important to not change the names of any of the files once they are created, and to also feed the correct .dmg name into the Parameter 4 field when adding the installPKGfromDMG.sh script to the policy.

One 'trick' I think I had success with was to be consistent with not having any spaces or non-standard characters in any file names or directory paths, including as far back in the process as typing the package name in the Package Details window within CCP.

This will also ensure you can go back to the package in the future and edit/update it with CCP without generating the 'this package is corrupt error'

@Abdiaziz I don't believe the machines have to be logged in for this to work. I think that only applies when deploying/updating Adobe AIR.

Aziz
Valued Contributor

@mdonovan

I've never had success deploying five or more packages without someone logged in, it always fails with "Installer can't find /. Please contact the software manufacturer.". I also don't deploy Air or the extra components and have it set to ignore conflicts.

Imaging wise at least, I do the following:

1) Set up smart group for a specific classroom (ex: blue room: Computer make like blue00)

2) Make a policy that has a recurring check in. The policy includes Adobe CC 2015 and any other applications requested by the professor

3) During the imaging stage when the machine is on the 'Casper is installing software", the machine checks in with the JSS and kicks that policy off.

90% success rate. Occasionally the installer failed with a generic message like "Installer can't find /. Please contact the software manufacturer." But I also get the same message when using the InstallPKGfromDMG script (I followed the instructions, no name changes).

Any better suggestion? I hate using this method.

sean
Valued Contributor

Did anyone try installing from the command line whilst at the login window to see what was output on a machine that was failing?

@etippett I have done a couple of tests with 2015 and each time I have had a completed install whilst at login window.

I too have: Disable Air, Ignore conflicts

Only tested with InDesign and Photoshop so far. Are the issues so far the same for all, fails to install?

etippett
Contributor II

I'm using the same method as @mdonovan since we're working off of an SMB share the extra DMG steps are necessary. @Abdiaziz are you working off a JDS instance and therefore not having to wrap the CCP-created PKG in a DMG?

As for the issues with naming the DMG, etc, that's because the installPKGfromDMG script has issues handling spaces. I started working on a fixed version of the script once but never finished it; I just name all my DMG's properly to start with. That's not the issue I'm having in this instance, but thanks for pointing it out nonetheless as it certainly may trip others up!

@sean My package is the entire suite (all 13.5 GB of it!) so perhaps it's an app other than Photoshop and InDesign that is causing the issue. Apparently all of the apps are developed by different teams and their installers work in different ways (hooray!). I have AIR disabled, conflicts ignored, Creative Cloud Desktop disabled, updates controlled by IT. I've not tried manually running the install while at the login window to see what the output is (I don't believe the jamf binary or installer binary give much useful, though, probably just a "there was a problem installing the software, contact the manufacturer"), but I do have a capture of the log the installer generates. In case anyone isn't aware, this log is called PDApp.log (no idea why) and can be found in the currently logged user's ~/Library/Logs. If at the login window, that would be var/root/Library/Logs. The log is 1500+ lines long, so I won't post the whole thing here. However, here are the lines I think are important, from the first error to the end when it stops:

06/24/15 14:35:20:124 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | STEP 3: Starting to launch Bootstrapper of Media (APRO15.0en_US).
06/24/15 14:35:20:134 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The Bootstrapper seems to be missing(/Volumes/CreativeCloud2015_FULL_Install/CreativeCloud2015_FULL_Install.pkg/Contents/Resources//Setup/APRO15.0en_US/Install.dylib/Contents/MacOS/Install). Skipping the installation process.
06/24/15 14:35:20:134 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Correcting Dependencies in local db.
06/24/15 14:35:20:134 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | STEP 4: Starting to launch Adobe Installer.
06/24/15 14:35:20:134 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:35:20:134 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Adobe Installer launch location is :: /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:35:20:134 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | deploymentFile = (/tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//1B88A37F-95F2-4C60-A43A-644DB4DE5B5D), installSourcePath = (/Volumes/CreativeCloud2015_FULL_Install/CreativeCloud2015_FULL_Install.pkg/Contents/Resources//Setup/APRO15.0en_US)
06/24/15 14:35:20:153 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:35:54:425 | [INFO] | | ASU | OPM | OPM | | | 46819 | Build Version - 9.0.0.0
06/24/15 14:35:54:425 | [INFO] | | ASU | OPM | OPM | | | 46819 | Logging Level verbosity Set to 4
06/24/15 14:35:54:447 | [INFO] | | ASU | OPM | OPM | | | 46819 | Schema version and schema compatibility version are same or greater than current

06/24/15 14:35:54:453 | [INFO] | | ASU | OPM | OPM | | | 46819 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
06/24/15 14:35:54:453 | [INFO] | | ASU | OPM | OPM | | | 46819 | No Record found for the input fields in opm_getValueForKey
06/24/15 14:35:54:453 | [INFO] | | ASU | OPM | OPM | | | 46819 | Released OPM refrence successfully in opm_freeLibRef
06/24/15 14:36:02:846 | [FATAL] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (7).Stopping the installation process.
06/24/15 14:36:02:846 | [ERROR] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Media Failed (APRO15.0en_US)
06/24/15 14:36:02:846 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to clean the partially installed payloads.
06/24/15 14:36:02:907 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//786F1671-9B7E-495A-8FF9-5BA1353E6213
06/24/15 14:36:02:907 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:36:02:929 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:36:02:929 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:36:02:929 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:36:08:988 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 46987 | Build Version - 9.0.0.106
06/24/15 14:36:08:988 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 46987 | Logging Level verbosity Set to 4
06/24/15 14:36:08:988 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 46987 | Start: Adobe Application Manager Uninstall...
06/24/15 14:36:08:988 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 46987 | Get RIBS Product count
06/24/15 14:36:08:992 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 46987 | RIBS Products install status :1
06/24/15 14:36:08:992 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 46987 | There are some ribs products using AAM. RIBS product use flag is 1.
06/24/15 14:36:10:099 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (0).Uninstallation successful or nothing to uninstall.
06/24/15 14:36:10:125 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//DDBC7E2E-B358-4B2F-87A6-F270EE73F895
06/24/15 14:36:10:125 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:36:10:125 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:36:10:125 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:36:10:125 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:36:41:512 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47029 | Build Version - 9.0.0.106
06/24/15 14:36:41:512 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47029 | Logging Level verbosity Set to 4
06/24/15 14:36:41:512 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47029 | Start: Adobe Application Manager Uninstall...
06/24/15 14:36:41:512 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47029 | Get RIBS Product count
06/24/15 14:36:41:513 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47029 | RIBS Products install status :1
06/24/15 14:36:41:513 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47029 | There are some ribs products using AAM. RIBS product use flag is 1.
06/24/15 14:36:42:717 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (0).Uninstallation successful or nothing to uninstall.
06/24/15 14:36:42:720 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//BBEE92B0-86D4-4E84-8A5F-676A8CB12426
06/24/15 14:36:42:720 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:36:42:720 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:36:42:720 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:36:42:720 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:36:42:818 | [FATAL] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (20).Stopping the uninstallation process.
06/24/15 14:36:42:820 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//10B3B4E9-496A-484D-93F4-D3BBDD245285
06/24/15 14:36:42:820 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:36:42:820 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:36:42:820 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:36:42:820 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:36:47:823 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47261 | Build Version - 9.0.0.106
06/24/15 14:36:47:823 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47261 | Logging Level verbosity Set to 4
06/24/15 14:36:47:823 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47261 | Start: Adobe Application Manager Uninstall...
06/24/15 14:36:47:823 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47261 | Get RIBS Product count
06/24/15 14:36:47:824 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47261 | RIBS Products install status :1
06/24/15 14:36:47:824 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47261 | There are some ribs products using AAM. RIBS product use flag is 1.
06/24/15 14:36:49:031 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (0).Uninstallation successful or nothing to uninstall.
06/24/15 14:36:49:033 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//706E4A40-A20C-43B8-8464-AB6BAEDCB6BD
06/24/15 14:36:49:033 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:36:49:033 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:36:49:033 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:36:49:033 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:36:54:522 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47285 | Build Version - 9.0.0.106
06/24/15 14:36:54:522 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47285 | Logging Level verbosity Set to 4
06/24/15 14:36:54:522 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47285 | Start: Adobe Application Manager Uninstall...
06/24/15 14:36:54:522 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47285 | Get RIBS Product count
06/24/15 14:36:54:524 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47285 | RIBS Products install status :1
06/24/15 14:36:54:524 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47285 | There are some ribs products using AAM. RIBS product use flag is 1.
06/24/15 14:36:55:767 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (0).Uninstallation successful or nothing to uninstall.
06/24/15 14:36:55:770 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//0668993C-F061-44D4-B928-4C1B9C5AE1AE
06/24/15 14:36:55:770 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:36:55:770 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:36:55:770 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:36:55:770 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:37:01:937 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47309 | Build Version - 9.0.0.106
06/24/15 14:37:01:937 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47309 | Logging Level verbosity Set to 4
06/24/15 14:37:01:937 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47309 | Start: Adobe Application Manager Uninstall...
06/24/15 14:37:01:937 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47309 | Get RIBS Product count
06/24/15 14:37:01:938 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47309 | RIBS Products install status :1
06/24/15 14:37:01:938 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47309 | There are some ribs products using AAM. RIBS product use flag is 1.
06/24/15 14:37:03:238 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (0).Uninstallation successful or nothing to uninstall.
06/24/15 14:37:03:263 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//CC5F5EAA-5545-4F9C-BFF3-9ECDD253CA09
06/24/15 14:37:03:263 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:37:03:263 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:37:03:263 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:37:03:263 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:37:18:637 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47341 | Build Version - 9.0.0.106
06/24/15 14:37:18:637 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47341 | Logging Level verbosity Set to 4
06/24/15 14:37:18:637 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47341 | Start: Adobe Application Manager Uninstall...
06/24/15 14:37:18:637 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47341 | Get RIBS Product count
06/24/15 14:37:18:638 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47341 | RIBS Products install status :1
06/24/15 14:37:18:638 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47341 | There are some ribs products using AAM. RIBS product use flag is 1.
06/24/15 14:37:19:846 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (0).Uninstallation successful or nothing to uninstall.
06/24/15 14:37:19:849 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//74FBC06E-86BF-4A79-8657-70A1EE163218
06/24/15 14:37:19:849 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:37:19:849 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:37:19:849 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:37:19:849 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:37:30:954 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47422 | Build Version - 9.0.0.106
06/24/15 14:37:30:954 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47422 | Logging Level verbosity Set to 4
06/24/15 14:37:30:954 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47422 | Start: Adobe Application Manager Uninstall...
06/24/15 14:37:30:954 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47422 | Get RIBS Product count
06/24/15 14:37:30:955 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47422 | RIBS Products install status :1
06/24/15 14:37:30:955 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47422 | There are some ribs products using AAM. RIBS product use flag is 1.
06/24/15 14:37:32:185 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (0).Uninstallation successful or nothing to uninstall.
06/24/15 14:37:32:188 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//E84A3A7D-6809-4877-BC8C-56A5B39E9353
06/24/15 14:37:32:188 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:37:32:188 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:37:32:188 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:37:32:188 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:38:26:832 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47482 | Build Version - 9.0.0.106
06/24/15 14:38:26:832 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47482 | Logging Level verbosity Set to 4
06/24/15 14:38:26:832 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47482 | Start: Adobe Application Manager Uninstall...
06/24/15 14:38:26:832 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47482 | Get RIBS Product count
06/24/15 14:38:26:833 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47482 | RIBS Products install status :1
06/24/15 14:38:26:833 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47482 | There are some ribs products using AAM. RIBS product use flag is 1.
06/24/15 14:38:27:966 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (0).Uninstallation successful or nothing to uninstall.
06/24/15 14:38:27:970 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//E77CD3B3-5C11-4CB1-9606-E7136EA11816
06/24/15 14:38:27:970 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:38:27:970 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:38:27:970 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:38:27:970 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:38:58:184 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47862 | Build Version - 9.0.0.106
06/24/15 14:38:58:184 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47862 | Logging Level verbosity Set to 4
06/24/15 14:38:58:184 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47862 | Start: Adobe Application Manager Uninstall...
06/24/15 14:38:58:184 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47862 | Get RIBS Product count
06/24/15 14:38:58:185 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47862 | RIBS Products install status :1
06/24/15 14:38:58:185 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 47862 | There are some ribs products using AAM. RIBS product use flag is 1.
06/24/15 14:38:59:323 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (0).Uninstallation successful or nothing to uninstall.
06/24/15 14:38:59:325 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//B6ECDADC-596C-4049-89E3-20981756DBA3
06/24/15 14:38:59:325 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:38:59:325 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:38:59:325 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:38:59:325 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:40:15:356 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 48111 | Build Version - 9.0.0.106
06/24/15 14:40:15:356 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 48111 | Logging Level verbosity Set to 4
06/24/15 14:40:15:356 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 48111 | Start: Adobe Application Manager Uninstall...
06/24/15 14:40:15:356 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 48111 | Get RIBS Product count
06/24/15 14:40:15:357 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 48111 | RIBS Products install status :1
06/24/15 14:40:15:357 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 48111 | There are some ribs products using AAM. RIBS product use flag is 1.
06/24/15 14:40:16:511 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (0).Uninstallation successful or nothing to uninstall.
06/24/15 14:40:16:514 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//35B627C7-6E0A-46C8-A623-B4B49D6AE1CB
06/24/15 14:40:16:514 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:40:16:514 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:40:16:514 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:40:16:514 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:40:23:410 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 48625 | Build Version - 9.0.0.106
06/24/15 14:40:23:410 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 48625 | Logging Level verbosity Set to 4
06/24/15 14:40:23:411 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 48625 | Start: Adobe Application Manager Uninstall...
06/24/15 14:40:23:411 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 48625 | Get RIBS Product count
06/24/15 14:40:23:411 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 48625 | RIBS Products install status :0
06/24/15 14:40:23:411 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 48625 | Get NON RIBS Product count
06/24/15 14:40:23:412 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 48625 | NON RIBS Products install status :1
06/24/15 14:40:23:412 | [INFO] | | ASU | PIM-Uninstall | PIM-Uninstall | | | 48625 | There are some non-ribs products using AAM. NON RIBS product use flag is 1.
06/24/15 14:40:24:571 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (0).Uninstallation successful or nothing to uninstall.
06/24/15 14:40:24:573 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//D4EB038E-4BD5-4613-BF51-0710E770964B
06/24/15 14:40:24:573 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:40:24:573 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:40:24:573 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:40:24:573 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:40:24:652 | [FATAL] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (20).Stopping the uninstallation process.
06/24/15 14:40:24:654 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//82F4923A-3E79-44F7-8F34-C7213DD122BA
06/24/15 14:40:24:654 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:40:24:654 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:40:24:654 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:40:24:654 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:40:24:789 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (33).Uninstallation successful or nothing to uninstall.
06/24/15 14:40:24:790 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//794D15DC-B7B1-41B4-9FA2-37911104B6B8
06/24/15 14:40:24:790 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:40:24:790 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:40:24:790 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:40:24:791 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:40:24:861 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (33).Uninstallation successful or nothing to uninstall.
06/24/15 14:40:24:863 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//4D39C19A-CA1F-4496-BA97-C86BB261B0A2
06/24/15 14:40:24:863 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:40:24:863 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:40:24:863 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:40:24:863 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:40:24:934 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (33).Uninstallation successful or nothing to uninstall.
06/24/15 14:40:24:935 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//E125990A-C1FC-405A-9967-8E46D75210E3
06/24/15 14:40:24:935 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:40:24:935 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:40:24:935 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:40:24:935 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:40:25:062 | [FATAL] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (20).Stopping the uninstallation process.
06/24/15 14:40:25:064 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//D2F59B65-9B2C-4BEA-B3F5-97A2F05131A6
06/24/15 14:40:25:064 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:40:25:064 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:40:25:064 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:40:25:064 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:40:25:155 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (33).Uninstallation successful or nothing to uninstall.
06/24/15 14:40:25:157 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//D3ADBA11-0B3B-477B-9EF7-283005EC65C8
06/24/15 14:40:25:157 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:40:25:157 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:40:25:157 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:40:25:157 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:40:25:286 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (33).Uninstallation successful or nothing to uninstall.
06/24/15 14:40:25:287 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//D4CF8EEA-089C-40A8-8ACD-4548C0070755
06/24/15 14:40:25:287 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:40:25:287 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:40:25:287 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:40:25:287 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:40:25:351 | [FATAL] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (20).Stopping the uninstallation process.
06/24/15 14:40:25:353 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//D951B45D-49AC-4C89-B441-88B6EB64C6A8
06/24/15 14:40:25:353 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:40:25:353 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:40:25:353 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:40:25:353 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:40:25:464 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (33).Uninstallation successful or nothing to uninstall.
06/24/15 14:40:25:466 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//C70097C5-5160-4C9A-8040-5E2A824DAF7A
06/24/15 14:40:25:466 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:40:25:466 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:40:25:466 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:40:25:466 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:40:25:576 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (33).Uninstallation successful or nothing to uninstall.
06/24/15 14:40:25:578 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//C1703BE2-C5E3-4B52-A6DB-1A5520631458
06/24/15 14:40:25:578 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:40:25:578 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:40:25:578 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:40:25:578 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:40:25:665 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (33).Uninstallation successful or nothing to uninstall.
06/24/15 14:40:25:667 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//82660320-1378-4A2B-B380-FB55E33B015B
06/24/15 14:40:25:667 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:40:25:667 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:40:25:667 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:40:25:667 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:40:25:787 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (33).Uninstallation successful or nothing to uninstall.
06/24/15 14:40:25:789 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//BEE7A0F3-878D-45A6-ADD8-F6A0D9A66BAB
06/24/15 14:40:25:789 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:40:25:789 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:40:25:789 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:40:25:789 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:40:25:865 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (33).Uninstallation successful or nothing to uninstall.
06/24/15 14:40:25:867 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Undeployment XML created at path :: /tmp/16479552-1A76-4E59-BCB6-32CDE4F4BE9E//EBCDDB9E-064D-49CA-BFD2-8A2B6FB7B103
06/24/15 14:40:25:867 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Starting to launch the Adobe Installer for uninstall mode.
06/24/15 14:40:25:867 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | Obtained Adobe Common Folder Path.
06/24/15 14:40:25:867 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | /Library/Application Support/Adobe/OOBE/PDApp/DECore/Setup.app/Contents/MacOS/Setup
06/24/15 14:40:25:867 | [INFO] | | ASU | DeploymentManager | AAMEEUtilities | | | 42342 | Launch Process With Task 06/24/15 14:40:25:978 | [FATAL] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The return code from the Adobe Installer Process is (20).Stopping the uninstallation process.
06/24/15 14:40:26:150 | [INFO] | | ASU | OPM | OPM | | | 42342 | Build Version - 9.0.0.78
06/24/15 14:40:26:150 | [INFO] | | ASU | OPM | OPM | | | 42342 | Logging Level verbosity Set to 4
06/24/15 14:40:26:155 | [INFO] | | ASU | OPM | OPM | | | 42342 | Schema version and schema compatibility version are same or greater than current

06/24/15 14:40:26:155 | [INFO] | | ASU | OPM | OPM | | | 42342 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
06/24/15 14:40:26:155 | [INFO] | | ASU | OPM | OPM | | | 42342 | No Record found for the input fields in opm_getValueForKey
06/24/15 14:40:26:155 | [INFO] | | ASU | OPM | OPM | | | 42342 | Released OPM refrence successfully in opm_freeLibRef
06/24/15 14:40:26:169 | [INFO] | | ASU | DeploymentManager | | | | 42342 | Event Guid generated is: 'f3c2cdb8-5651-47d9-bfeb-e03bebef2ea5'
06/24/15 14:40:26:387 | [INFO] | | ASU | DeploymentManager | | | | 42342 | Waiting for the async thread to get the task completed
06/24/15 14:40:26:419 | [INFO] | | ASU | DeploymentManager | | | | 48697 | Async thread is completed. Now exiting from function.
06/24/15 14:40:26:520 | [INFO] | | ASU | DeploymentManager | DeploymentManager | | | 42342 | The install workflow is terminating.

Aziz
Valued Contributor

@etippett

I'm using HTTP on an SMB/NTFS share hosted on Windows Server 2012R2. I have no problem whatsoever besides deploying when someone isn't logged in. Half of the packages using installfromPKGtoDMG script fails for me even when I hardcode the DMG name (no spaces or special characters).

The error in question:

Downloading http://xx.xx.x.x/CasperShare/Packages/AdobeFireworksInstall.pkg.zip...
Installing AdobeFireworks...
Installation failed. The installer reported: installer: Package name is AdobeFireworks
installer: Upgrading at base path /
installer: The upgrade failed (The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.)

etippett
Contributor II

@Abdiaziz Hmmm that's a bummer. InstallPKGfromDMG has been pretty solid for me so long as I'm careful with the DMG names. Are there spaces in the name of the mounted volume? I've seen that cause problems too.

Aziz
Valued Contributor

@etippett

None of all, for example:

Adobe InDesign would be = .pkg > AdobeInDesigninstall.pkg > DMG > AdobeInDesigninstall.dmg

etippett
Contributor II

@Abdiaziz Right, but what I'm asking is the name of the volume that shows up when the DMG is mounted.

etippett
Contributor II

@DeployAdam FWIW I tested using the 'chmod -R 755' method also mentioned in the DeployStudio thread you linked and didn't have any luck. I think I'm just going to drop a dummy receipt on the systems during their first boot after imaging that will put them in a smart group to scope a policy to install CC2015. If anyone else comes up with any fixes for installing CC2015 at the login window, please let me know.

Thanks,
Eric

sean
Valued Contributor

As said, I'm using the pkg that CCP creates, I'm not in a position of having to wrap it as a dmg and this is working. I also notice that the script has an error:

I'd suggest that:

# Verify Variables
verifyVariable dmgName

should read

# Verify Variables
verifyVariable $dmgName

Otherwise, try copying the dmg directly to a machine instead of using Casper. ssh into the machine, run the '/usr/bin/hdiutil mount' command against this dmg and then try using the 'installer' command as posted above instead of using the jamf binary to install the pkg.

Does this work or not? If not, does the verbose output provide any extra information regarding the fail?

Try just running sections of the script, e.g.

mountResult=`/usr/bin/hdiutil mount -private -noautoopen -noverify [/path/to/dmg] -shadow`
echo "$mountResult"
mountVolume=`echo "$mountResult" | grep Volumes | awk '{print $3}'`
echo $mountVolume
mountDevice=`echo "$mountResult" | grep disk | head -1 | awk '{print $1}'`
echo $mountDevice

packageName=`ls $mountVolume | grep "pkg"`
echo $packageName

Do the echo commands give the results you expect?

If you are concerned about spaces, the script doesn't need much amendment. First, make sure you "quote $4 the dmg name" you are passing to the script and then try the following. Note, I do not have Casper so I can't fully test this. Personally I'd change it to a bash script and not sh.

####################################################################################################
#
# SCRIPT CONTENTS - DO NOT MODIFY BELOW THIS LINE
#
####################################################################################################

# Verify Variables
verifyVariable "$dmgName"

# Mount the DMG
log "Mounting the DMG $dmgName..."
mountResult=`/usr/bin/hdiutil mount -private -noautoopen -noverify /Library/Application Support/JAMF/Waiting Room/"$dmgName" -shadow`                 
mountVolume="/"`echo "$mountResult" | grep Volumes | cut -d "/" -f 4-`
mountDevice=`echo "$mountResult" | grep -m 1 disk | awk '{print $1}'`

if [ $? == 0 ]; then
        log " DMG mounted successfully as volume $mountVolume on device $mountDevice."
else
        log "There was an error mounting the DMG. Exit Code: $?"
fi

# Find the PKG in the DMG
packageName=`find "$mountVolume" -maxdepth 1 -name "*.pkg"`

# Install the PKG wrapped inside the DMG
log "Installing Package $packageName from mount path $mountVolume..."
/usr/sbin/jamf install -path "$mountVolume" -package "$packageName"

if [ $? == 0 ]; then
        log " Package successfully installed."
else
        log "There was an error installing the package. Exit Code: $?"
fi

# Unmount the DMG
echo "Unmounting disk $mountDevice..."
hdiutil detach "$mountDevice" -force

# Delete the DMG
/bin/rm /Library/Application Support/JAMF/Waiting Room/"$dmgName"

DeployAdam
New Contributor III

We have managed to create a pretty straight forward Casper solution for this in our eyes a problem Adobe must look into. Apart from that...our solution:

Deployment by Casper:
In short, the ACCP created installer will be cached on the client and from there the script takes over and starts installing. When installing the first time the installer fails but the script takes over and starts the installer again and will finish as we like!

  1. Create an Adobe CC Package with Adobe CCP packager
  2. Copy the installer Package (found in the Build folder) into Casper Admin
  3. Create a script in Casper first (see below post for script)
  4. Create a policy which will first Cache this package on the local machine (default WaitingRoom folder)
  5. Add the previously created script to this same policy and make sure it executes after the cache task

Presto!

#!/bin/bash

############################ bash_adobecc_installer_JAMF.sh ####################
# Created by Omar Lahmar : lahmar@glr.nl                                       # 
# 22/06/2015 Grafisch Lyceum Rotterdam                                         #    
# This script double executes the adobe cc package and negates the             #
# need for having a user that needs to be logged in for proper deployment.     # 
################################################################################

cd /Library/Application Support/JAMF/Waiting Room/
ls /Library/Application Support/JAMF/Waiting Room/ | egrep -i 'adobe' | egrep -i '.zip$' | xargs -I{} ditto -xk {} /Library/Application Support/JAMF/Waiting Room/
adobecc_installer=`ls /Library/Application Support/JAMF/Waiting Room/ | egrep -i 'adobe' | egrep -i '.pkg$'`
sudo installer -verboseR -pkg "$adobecc_installer" -tgt / | sudo installer -verboseR -pkg "$adobecc_installer" -tgt /
sleep 2
ls /Library/Application Support/JAMF/Waiting Room/ | egrep -i 'adobe' | egrep -i '.pkg|.zip|.xml$' | xargs -I{} rm -rf {}

Aziz
Valued Contributor

I've got it working by:

  1. Create Packages using Adobe CCP
  2. Wrap them in a DMG (file name=AdobePhotoshop2015.pkg = AdobePhotoshop.dmg)
  3. Select "install on boot drive during imaging"
  4. Create policy that caches and installs using installfromPKGtoDMG script.

etippett
Contributor II

@sean The issue is not with the function of installPKGfromDMG, at least not in my case. Casper is mounting the DMG and calling the package just fine; the error is being thrown by the package itself. Therefore I don't think running the installPKGfromDMG steps one at a time wouldn't prove very useful. There may be some advantage to trying to call the package directly with installer, but I believe that's what the jamf binary does anyway.

@DeployAdam Thanks for sharing.

@Abdiaziz Are you using this as part of a Casper Imaging workflow? That's the only time the option to "install on boot drive during imaging" should matter. I'm not using Casper Imaging, so unfortunately this won't help me. Also, are you only installing Photoshop? I'm installing the entire CC suite (all 15 or so apps), each of which has their own sub-installs that are called during the installation of the main CCP-created package. It's one of these sub-installs that is failing for me; based on the logs I included it's probably whatever "APRO15.0en_US" is.

If anyone is wondering, I've not heard anything from my Adobe rep. [sigh]

mpermann
Valued Contributor II

@etippett is the APRO15.0en_US the Adobe Acrobat Pro application installer? I wonder if you left that app out of a test install whether your installation would finish or not.

etippett
Contributor II

@mpermann Ha, that's so obvious! I must have been staring at this for too long in order to overlook that. Thanks for pointing it out. I'll try to test that at some point.

etippett
Contributor II

FYI just used scp to copy the package (not the DMG) to a computer that had no one logged in, then SSH'ed to it and installed the package via installer command (not the jamf binary). No difference; exact same error.

krusea
New Contributor II

I've been trying to install the 2015 apps with Self Service. I made a package of all of the current apps and it always fails on Acrobat DC. I made a new package with everything but Acrobat DC and it works. I made a package of just Acrobat DC and it fails in Self Service and when I try running the installer from the desktop it also fails.

etippett
Contributor II

@krusea That's good to know you're also having issues with Acrobat. I'll start building an Acrobat-less package now to test (and maybe if I'm lucky it will be done by the end of the day!). I'm surprised you're having issues with Self Service, though; I have had no troubles with it.

CasperSally
Valued Contributor II

I thought I read somewhere that Reader had to be installed first before other packages... maybe that's what you guys are running into?

here's an older link that doesn't exactly say that but may help
https://helpx.adobe.com/creative-cloud/packager/deploying-acrobat.html

Aziz
Valued Contributor

I have no problems installing Adobe Acrobat DC via Self-Service.

c50ad1b32ded4331abfb88c5e64a0e19

etippett
Contributor II

@CasperSally I believe that is the case on Windows, but I've never had to deploy Acrobat first on Mac

krusea
New Contributor II

On a second computer I was able to install just Acrobat via Self Service and then all of the other Creative Cloud apps via Self Service without any problems. On a third computer I was able to install all of the Creative Cloud apps including Acrobat without a problem. So maybe there was something weird on the first computer.

etippett
Contributor II

UPDATE: I created a package with all CC apps except Acrobat and was able to deploy it successfully to a non-logged in computer (copied package via scp, then ssh'ed to computer and ran package via installer command). It's definitely something with the Acrobat package. More testing next week, I guess!

stevevalle
Contributor III

I was having the same issue. I was able to install the full suite from Self Service, but the same package failed when installing during imaging.

After reading all of the above comments, I recreated my Adobe CC 2015 package without Acrobat using CCP, and have successfully installed the full suite at imaging time. I then created a separate installer for Acrobat Pro DC and have successfully deployed both the Acrobat and CC 2015 package at imaging. Acrobat priority 10, CC 2015 priority 15.

mpeski
New Contributor III

I have the same issues. The complete package works when installed through the Self Service. During imaging it fails.
I just made a new package without Acrobat DC and then it installs fine during imaging. So now I do the same as @stevevalle .
And to give some more information; I just use the pkg and not the wrapped dmg.

etippett
Contributor II

@stevevalle Thanks for that information! I'm building an Acrobat-only package now to see if I can pair it with the everything-but-Acrobat package I made previously for testing.

@mpeski Thanks for confirming this works for you too. I don't understand what you mean by

I just use the pkg and not the wrapped dmg.

Can you explain?

mpeski
New Contributor III

@etippett : I used the pkg that was made by using CCP. I know a lot of people use to wrap the pkg in a dmg and use the InstallPKGfromDMG script to install Adobe. I didn't need to use this, it just works fine by using the pkg.

etippett
Contributor II

@mpeski What kind of distribution point/share are you using? The DMG method is only needed for SMB shares, so I assume that's what you're using. It would be awesome if we no longer have to go through those extra steps!

etippett
Contributor II

@stevevalle No such love for me. I'm not using Casper Imaging (DeployStudio actually, which is calling the Casper binary with a custom trigger for my first boot policies), but Acrobat will not install when no one is logged in. The rest of the suite installs just fine.

I found some more log files (/Library/Logs/Adobe/Installs/ there's one file for each app) and cross-referenced these against installer.log. From these it's clear that the issue is that a component of Acrobat is attempting to determine the current user and is failing.

Jun 29 12:23:07 adj-102-m0l5a.local installer[11440]: PackageKit: Executing script "./postinstall" in /private/tmp/PKInstallSandbox.Yo5SKG/Scripts/com.adobe.AcroServicesUpdater.BIimfb Jun 29 12:23:08 adj-102-m0l5a.local installer[11440]: PackageKit: Executing script "./postinstall" in /private/tmp/PKInstallSandbox.Yo5SKG/Scripts/com.adobe.armdc.app.pkg.z8tQI2 Jun 29 12:23:08 adj-102-m0l5a.local installer[11440]: ./postinstall: Info: Installing updater files... Jun 29 12:23:08 adj-102-m0l5a.local installer[11440]: ./postinstall: Installing asset /Library/Application Support/Adobe/ARMDC/Application/Acrobat Update Helper.app Jun 29 12:23:08 adj-102-m0l5a.local installer[11440]: ./postinstall: Copying /tmp/com.adobe.AcrobatRefreshManager/Acrobat Update Helper.app Jun 29 12:23:08 adj-102-m0l5a.local installer[11440]: ./postinstall: Installing asset /Library/Application Support/Adobe/ARMDC/Application/AcrobatUpdaterUninstaller Jun 29 12:23:08 adj-102-m0l5a.local installer[11440]: ./postinstall: Installing asset /Library/Application Support/Adobe/ARMDC/Application/Adobe Acrobat Updater.app Jun 29 12:23:08 adj-102-m0l5a.local installer[11440]: ./postinstall: Copying /tmp/com.adobe.AcrobatRefreshManager/Adobe Acrobat Updater.app Jun 29 12:23:08 adj-102-m0l5a.local installer[11440]: ./postinstall: Installing asset /Library/Application Support/Adobe/ARMDC/Application/AcrobatUpdateHelperLib.dylib Jun 29 12:23:08 adj-102-m0l5a.local installer[11440]: ./postinstall: Info: Installing ARMDC Agent update registration file... Jun 29 12:23:08 adj-102-m0l5a.local installer[11440]: ./postinstall: Installing file /Library/Application Support/Adobe/ARMDC/Registered Products/com.adobe.ARMDCHelper.plist Jun 29 12:23:08 adj-102-m0l5a.local installer[11440]: ./postinstall: Info: Installing HelperTools... Jun 29 12:23:08 adj-102-m0l5a.local installer[11440]: ./postinstall: Installing com.adobe.ARMDC.SMJobBlessHelper Jun 29 12:23:08 adj-102-m0l5a.local installer[11440]: ./postinstall: Installing com.adobe.ARMDC.Communicator Jun 29 12:23:08 adj-102-m0l5a.local installer[11440]: ./postinstall: Info: Installing HelperTool plists... Jun 29 12:23:08 adj-102-m0l5a.local installer[11440]: ./postinstall: 2015-06-29 12:23:08.219 ARMInstallTool[11570:43090] Trying to get User name from HOME Jun 29 12:23:08 adj-102-m0l5a.local installer[11440]: ./postinstall: 2015-06-29 12:23:08.220 ARMInstallTool[11570:43090] Trying to get User name from CF APIs Jun 29 12:23:08 adj-102-m0l5a.local installer[11440]: ./postinstall: 2015-06-29 12:23:08.221 ARMInstallTool[11570:43090] Unable to get user name of current user Jun 29 12:23:08 adj-102-m0l5a.local installer[11440]: ./postinstall: Failed to create the scheduler Jun 29 12:23:08 adj-102-m0l5a.local installer[11440]: ./postinstall: ERROR: Postinstall exited with error code -1. Jun 29 12:23:08 adj-102-m0l5a.local installer[11440]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Acrobat DC Installer.pkg”." UserInfo=0x7fca65ea0200 {NSFilePath=./postinstall, NSURL=#armagent.pkg -- file://localhost/Volumes/CreativeCloud2015_AcrobatOnly_Install/CreativeCloud2015_AcrobatOnly_Install.pkg/Contents/Resources//Setup/APRO15.0en_US/Acrobat%20DC/Acrobat%20DC%20Installer.pkg, PKInstallPackageIdentifier=com.adobe.armdc.app.pkg, NSLocalizedDescription=An error occurred while running scripts from the package “Acrobat DC Installer.pkg”.} { NSFilePath = "./postinstall"; NSLocalizedDescription = "An error occurred while running scripts from the package U201cAcrobat DC Installer.pkgU201d."; NSURL = "#armagent.pkg -- file://localhost/Volumes/CreativeCloud2015_AcrobatOnly_Install/CreativeCloud2015_AcrobatOnly_Install.pkg/Contents/Resources//Setup/APRO15.0en_US/Acrobat%20DC/Acrobat%20DC%20Installer.pkg"; PKInstallPackageIdentifier = "com.adobe.armdc.app.pkg"; } Jun 29 12:23:08 adj-102-m0l5a.local installer[11440]: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Acrobat DC Installer.pkg”." UserInfo=0x7fca65ea0200 {NSFilePath=./postinstall, NSURL=#armagent.pkg -- file://localhost/Volumes/CreativeCloud2015_AcrobatOnly_Install/CreativeCloud2015_AcrobatOnly_Install.pkg/Contents/Resources//Setup/APRO15.0en_US/Acrobat%20DC/Acrobat%20DC%20Installer.pkg, PKInstallPackageIdentifier=com.adobe.armdc.app.pkg, NSLocalizedDescription=An error occurred while running scripts from the package “Acrobat DC Installer.pkg”.} Jun 29 12:23:09 adj-102-m0l5a.local installer[11440]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. Jun 29 12:23:14 adj-102-m0l5a.local installd[275]: ./preinstall: CCP Package Installer : Exit code of AdobeDeploymentManager is (79)

The component appears to be some sort of updater schedule mechanism. Updates are disabled in my CCP package (users are non-admins) so I'm not sure why this is even installing. I'm going to look for ways to disable it, or even modify the post flight script that is causing the problem.

Eric

mpeski
New Contributor III

@etippett : We use SMB shares. Clients use HTTPS to download the packages.

etippett
Contributor II

@mpeski Ah, that's the difference. Unfortunately some of our distribution points are hosted on SANs that we have no way to enable HTTP(S) downloads...