SideBySide errors after new acrobat 9 pro install

hello,
i am building a clean install of windows 7 pro 64-bit on my laptop.  after installing acrobat 9 pro, i now get several errors in the event viewer:
Activation context generation failed for "C:\Program Files (x86)\Adobe\Acrobat 9.0\Designer 8.2\FormDesigner.exe".Error in manifest or policy file "" on line . A component version required by the application conflicts with another component version already active. Conflicting components are:. Component 1: C:\Windows\WinSxS\manifests\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0. 7601.17514_none_fa396087175ac9ac.manifest. Component 2: C:\Windows\WinSxS\manifests\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.76 01.17514_none_41e6975e2bd6f2b2.manifest.
Log Name:      Application
Source:        SideBySide
Date:          12/26/2011 2:59:58 AM
Event ID:      80
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      Lenovo
Description:
Activation context generation failed for "C:\Program Files (x86)\Adobe\Acrobat 9.0\Designer 8.2\FormDesigner.exe".Error in manifest or policy file "" on line . A component version required by the application conflicts with another component version already active. Conflicting components are:. Component 1: C:\Windows\WinSxS\manifests\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0. 7601.17514_none_fa396087175ac9ac.manifest. Component 2: C:\Windows\WinSxS\manifests\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.76 01.17514_none_41e6975e2bd6f2b2.manifest.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="SideBySide" />
    <EventID Qualifiers="49409">80</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2011-12-26T09:59:58.000000000Z" />
    <EventRecordID>11324</EventRecordID>
    <Channel>Application</Channel>
    <Computer>Lenovo</Computer>
    <Security />
  </System>
  <EventData>
    <Data>C:\Windows\WinSxS\manifests\amd64_microsoft.windows.common-controls_6595b64144ccf1d f_6.0.7601.17514_none_fa396087175ac9ac.manifest</Data>
    <Data>C:\Windows\WinSxS\manifests\x86_microsoft.windows.common-controls_6595b64144ccf1df_ 6.0.7601.17514_none_41e6975e2bd6f2b2.manifest</Data>
    <Data>
    </Data>
    <Data>
    </Data>
    <Data>
    </Data>
    <Data>
    </Data>
    <Data>
    </Data>
    <Data>
    </Data>
    <Data>
    </Data>
    <Data>
    </Data>
    <Data>C:\Program Files (x86)\Adobe\Acrobat 9.0\Designer 8.2\FormDesigner.exe</Data>
    <Data>
    </Data>
    <Data>
    </Data>
    <Data>
    </Data>
    <Data>
    </Data>
    <Data>
    </Data>
    <Data>
    </Data>
    <Data>
    </Data>
    <Data>
    </Data>
    <Data>
    </Data>
  </EventData>
</Event>
the errors occur shortly after booting the system.  is there a fix for these errors?

z solution is pretty simple. as always when users should repair Adobe Corp errors  while Adobe Corp's time of sweat dreams....
1. download & install Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update (latest VC++2005) both x86 & x64:
    http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=14 431
   this is mainly for availability of ms assembly "Microsoft.VC80.CRT" version="8.0.50608.0" processorArchitecture="x86" (and amd64) publicKeyToken="1fc8b3b9a1e18e3b" in ur Win7sp1x64;
2. download & install z free resources editor application from here http://www.angusj.com/resourcehacker/
3.  open in Resource Hacker file FormDesigner.exe subfolder '24' then '1' and click string 1033. then change z part of this string as explained below. in short it's just swap all "x86" entries to "*" ones (means either x86 or amd64):
a) original string:
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"><assemblyIdentity version="1.0.0.0" processorArchitecture="x86" name="FormDesigner" type="win32"></assemblyIdentity><description>Themed Form Designer</description><dependency><dependentAssembly><assemblyIdentit y type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" processorArchitecture="x86"></assemblyIdentity></dependentAssembly></ dependency><dependency><dependentAssembly><assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50727.762" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity></dependentAssem bly></dependency><dependency><dependentAssembly><assemblyIdentity type="win32" name="Microsoft.VC80.MFC" version="8.0.50727.762" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity></dependentAssem bly></dependency><dependency><dependentAssembly><assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"></assemblyIdentity></dependentAssembly></dependency><dep endency><dependentAssembly><assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50608.0" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity></dependentAssem bly></dependency><dependency><dependentAssembly><assemblyIdentity type="win32" name="Microsoft.VC80.MFC" version="8.0.50608.0" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity></dependentAssem bly></dependency><trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"><security><requestedPrivileg es>
<requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>
</requestedPrivileges></security></trustInfo></assembly>
b) modded string:
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"><assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="FormDesigner" type="win32"></assemblyIdentity><description>Themed Form Designer</description><dependency><dependentAssembly><assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" processorArchitecture="*"></assemblyIdentity></dependentAssembly></dependency><dependency ><dependentAssembly><assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50727.762" processorArchitecture="*" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity></dependentAssembly></dependency><de pendency><dependentAssembly><assemblyIdentity type="win32" name="Microsoft.VC80.MFC" version="8.0.50727.762" processorArchitecture="*" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity></dependentAssembly></dependency><de pendency><dependentAssembly><assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"></assemblyIdentity></dependentAssembly></dependency><dependency><dependentAs sembly><assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50608.0" processorArchitecture="*" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity></dependentAssembly></dependency><de pendency><dependentAssembly><assemblyIdentity type="win32" name="Microsoft.VC80.MFC" version="8.0.50608.0" processorArchitecture="*" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity></dependentAssembly></dependency><tr ustInfo xmlns="urn:schemas-microsoft-com:asm.v3"><security><requestedPrivileges>
<requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>
</requestedPrivileges></security></trustInfo></assembly>
that's all. enjoy.
rgds,
P.S. maybe u can skip item#1. up 2 u. sorry i'm not sure because i've started from item#1 due to another errors with ID 33. that was solved by install of z above ms vc++2005 update x86.

Similar Messages

  • New Acrobat Pro installed and EVERY PDF file crashes after about 10 seconds. Any Solutions?

    I just purchased and installed Acrobat Pro v. 10.1.2 and it seemed to install fine ,but now EVERY ODF crashes after about 10 seconds. Also, I get the Windows "please wait while Windows Configures Acrobat" message every time I launch Acrobat. Does anyone have a solution or suggestion?

    Good day,
    I'm sorry to hear you're having trouble.
    Could you try the following:
    Launch Acrobat, but do not open a PDF file.
    Choose Edit > Preferences.  Click on 'Internet' on the left-hand side. 
    Uncheck 'Display PDF in Browser'
    Relaunch Acrobat - do you still get the 'Please wait while Windows configures Acrobat' message?
    If that message has stopped coming up, please try opening a PDF file.  Does Acrobat still crash?
    Do you have any other versions of Acrobat or Adobe Reader installed on this computer?
    What version of Windows do you have installed?  What version of Internet Explorer is installed?
    Kind regards,
    David
    Adobe Systems

  • Drag and drop error in new acrobat pro 11

    I would be able to drag pages from a PDF opened in Internet explorer and drop the pages I wanted to a PDF opened in acrobat pro. In version 10 this worked but now in 11 it does not. How do i get this function to work again?

    Could you post a screenshot of what folders you're talking about? You have to move events. It should look something like this:

  • I just purchased the subscription for Acrobat XI Pro . I received a email with the instruction to download, it stated that I already had a progam installed.  How do I know if I have the new XI pro installed correctely

    I just purchased Acrobat XI Pro and received I just purchased the subscription for Acrobat XI Pro . I received a email with the instruction to download, it stated that I already had a progam installed. How do I know if I have the new XI pro installed correctely

    Thank  you for your help. It is corrected.
    Sincerely, 
    Bobbie Pettit, VP Business Development
    Environmentally Preferred Specialty Cleaners
    Hi-Lite Solutions, LLC                             
    540-450-8375   ex 404                                     
    540-450-8379 Fax                                 
    540-535-9488 Cell                                 
    1285 Brucetown Road
    P.O. Box 0399
    Clear Brook VA 22624-0399
    United States
    Cage Code Numbers: 6G8Q5 & 1DCQ7
    [email protected]
    www.hi-litesolutions.com
    www.Facebook.com
    P Please print this email only if it's necessary!
    This is a confidential communication intended for the named recipient.
    Please destroy and notify me if it is misdirected

  • Immediately after updating Acrobat Pro XI to the latest version, the software no longer displays imags in pdf docs.

    Immediately after updating Acrobat Pro XI to the latest version, the software no longer displays images in pdf docs.  All the boxes where images are supposed to be are solid grey.  Old documents that worked are no longer displayed correctly and new documents I make do not display images.  All grey boxes.  Worked fine before the update.  Suggestions?

    Hi precious_star,
    Could you please let me know what version of OS are you using.
    Open Acrobat and go to "Edit > Preferences > Page Display" and check whether 'Show large images' option is checked.
    Is this issue specific for one PDF?
    If possible, please share the file with me via email so that I can also check at my end.
    I have sent you a message with my contact id details.
    Hope to get your response.
    Regards,
    Anubha

  • I am having sporadic issues after new hard drive install and recovery using Time Machine. The same sluggish response, start up screen pixelating...If I reinstall Lion will it wipe out other applications? My HD was formatted and partitioned correctly, I ha

    I am having sporadic issues after new hard drive install and recovery using Time Machine. The same sluggish response, start up screen pixelating...If I reinstall Lion will it wipe out other applications? My HD was formatted and partitioned correctly, I have a late 2009 iMac.

    Use the trackpad to scroll, thats what it was designed for. The scroll bars automatically disappear when not being used and will appear if you scroll up or down using the trackpad.
    This is a user-to-user forum and most people will post on here if they have problems. You very rarely get people posting to say there update went smooth. The fact is the vast majority of Mountain Lion users will not be experiencing any major problems with the OS, or maybe with apps which are not compatible, but thats hardly Apple's fault if developers don't update their apps.

  • We have adobe acrobat pro installed on our computer  - we have changed the password - but it is still not giving us access to update our adobe reader. The name is showing as Marriner. Is this linked to our account?

    We have adobe acrobat pro installed on our computer  - we have changed the password - but it is still not giving us access to update our adobe reader. The name is showing as Marriner. Is this linked to our account?

    What is your operating system?
    To install/update Adobe Reader or Acrobat you need to supply your computer's Administrator password.

  • My eprinter will not print in proper clolour even after new ink cartridges install cleaned nossles p

    my eprinter will not print in proper in  colour even after new ink cartridges installed cleaned nossles as new cartridges still not printing properly
    This question was solved.
    View Solution.

    Which printer do you have specifically? HP makes several eprinters and I want to make sure I get the best information for you that I can.
    Also, have you tried doing a self test print to see if the issue is hardware related versus being software related?
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------
    I am not an HP employee.

  • Am replying re: being bombarded with popups after new version firefox install

    <!-- <pre><nowiki>Return-Path: <[email protected]>
    DKIM-Signature: v=1; a=rsa-sha1; d=embarqmail.com; s=ctl201402; c=relaxed/simple;
    q=dns/txt; [email protected]; t=1406938516;
    h=From:Subject:Date:To:MIME-Version:Content-Type;
    bh=GCvO5zC2xSXWjQiIo3E5krBegEY=;
    b=Lrd6L7MFH+mAomP2QDPTyf8C8fh5ctFRWml9NbFTwLAbReH4dozQ7gJf84oK7pok
    ikn3T4Y847shw4DAuHa1RSsNqOnefUGJWq9eVy8I7Nq9llIH2A6o/DKFF1txfNci
    SGWpaot7JvSf+k5e/mjaN3KfhGOQUpsk/7tuZR2P+YYUnBcn4xmAUZf5c9Sw0vTX
    9o5g1gFYUiHXdd/yvQ9S6N/lOsv01OXHD6SYtPPj9ldUEHb+enWMIanV9WQd+mJZ
    x5BizCuDHDYunbUBAwpsu7o+pBmsFzwQUoUz5DgtQNJJpSq6TqSYjDs3hIbkXW18
    7LP6e/hEidSkoyvW9rmvmw==;
    X_CMAE_Category: , ,
    X-CNFS-Analysis: v=2.0 cv=OI+lLFmB c=1 sm=1 a=qm77QghqZI9tkgg5hFziEQ==:17 a=9C5F33vyS7wA:10 a=R-VW_bNFyDgA:10 a=1poGYrevpj8A:10 a=1oqGTYSLAAAA:8 a=Q47sgRGIAAAA:8 a=0g2PMPeDAAAA:8 a=DbnypxMkZOqS3KJzJ8YA:9 a=QEXdDO2ut3YA:10 a=nEdMFhWeNMwA:10 a=cvn8laQl214A:10 a=SSmOFEACAAAA:8 a=OvSl-pOaphs3KSpNgdcA:9 a=_W_S_7VecoQA:10 a=cZISIzOkr0vB0rw4:21 a=qm77QghqZI9tkgg5hFziEQ==:117
    X-CM-Score: 0
    X-Scanned-by: Cloudmark Authority Engine
    X-Authed-Username: dGFwYXNoYTQ2QGVtYmFycW1haWwuY29t
    Authentication-Results: smtp02.agate.dfw.synacor.com [email protected]; sender-id=neutral
    Authentication-Results: smtp02.agate.dfw.synacor.com [email protected]; spf=neutral; sender-id=neutral
    Authentication-Results: smtp02.agate.dfw.synacor.com [email protected]; auth=pass (LOGIN)
    Received-SPF: neutral (smtp02.agate.dfw.synacor.com: 76.6.76.181 is neither permitted nor denied by domain of embarqmail.com)
    Received: from [76.6.76.181] ([76.6.76.181:55906] helo=TPC)
    by smtp.centurylink.net (envelope-from <[email protected]>)
    (ecelerity 3.5.1.37854 r(Momo-dev:3.5.1.0)) with ESMTPA
    id 97/D6-19107-39D2CD35; Fri, 01 Aug 2014 20:15:16 -0400
    Message-ID: <3A81A3E00E8745C383F4CD8B5C2BFB76@TPC> -->
    From: "Tana Shaffer" <!--tapasha46 embarqmail.com-->
    To: <[email protected]>
    References: <20140801212914.7978.7573@rabbit-sumo>
    In-Reply-To: <20140801212914.7978.7573@rabbit-sumo>
    Subject: Re: philipp posted an answer to your question "Am being bombarded withpopups after new version firefox install"
    Date: Fri, 1 Aug 2014 19:15:04 -0500
    MIME-Version: 1.0
    Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_026C_01CFADBC.E60DBA70"
    X-Priority: 3
    X-MSMail-Priority: Normal
    Importance: Normal
    X-Mailer: Microsoft Windows Live Mail 15.4.3555.308
    X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3555.308</nowiki></pre>

    Could you reply over here for the sake of continuity:
    https://support.mozilla.org/questions/1013401

  • Acrobat Pro install fails on OSX Yosemite 10.10.1

    Hi!
    I have a license for Acrobat Pro XI. When I try to install, the intstallation terminates with Installation failed.
    Jan 27 16:23:45 installd[929]: PackageKit: ----- Begin install -----
    Jan 27 16:23:59 installd[929]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "Beim Ausführen der Skripts aus dem Paket „Adobe Acrobat XI Pro Installer.pkg“ ist ein Fehler aufgetreten." UserInfo=0x7fcaeb85aed0 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#AdobeApplicationManager.pkg, PKInstallPackageIdentifier=com.adobe.PDApp.AdobeApplicationManager.installer.pkg, NSLocalizedDescription=Beim Ausführen der Skripts aus dem Paket „Adobe Acrobat XI Pro Installer.pkg“ ist ein Fehler aufgetreten.} {
         NSFilePath = "./preinstall";
         NSLocalizedDescription = "Beim Ausf\U00fchren der Skripts aus dem Paket \U201eAdobe Acrobat XI Pro Installer.pkg\U201c ist ein Fehler aufgetreten.";
         NSURL = "file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#AdobeApplicationManager.pkg";
         PKInstallPackageIdentifier = "com.adobe.PDApp.AdobeApplicationManager.installer.pkg";
    Jan 27 16:23:59  Installer[1486]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    Jan 27 16:24:00  Installer[1486]: Displaying 'Install Failed' UI.
    Jan 27 16:24:00  Installer[1486]: 'Install Failed' UI displayed message:'The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.'.
    When I look at /var/log/install.log
    Jan 27 16:23:31 mac Installer[1486]: LSExceptions [0x6100000a8b20] loaded
    Jan 27 16:23:31 mac Installer[1486]: @(#)PROGRAM:Install  PROJECT:Install-920
    Jan 27 16:23:31 mac Installer[1486]: @(#)PROGRAM:Installer  PROJECT:Installer-815
    Jan 27 16:23:31 mac Installer[1486]: Hardware: iMac14,2 @ 3.20 GHz (x 4), 16384 MB RAM
    Jan 27 16:23:31 mac Installer[1486]: Running OS Build: Mac OS X 10.10.1 (14B25)
    Jan 27 16:23:31 mac Installer[1486]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Jan 27 16:23:31 mac Installer[1486]: Env: USER=acrobaticus
    Jan 27 16:23:31 mac Installer[1486]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Jan 27 16:23:31 mac Installer[1486]: Env: LOGNAME=acrobaticus
    Jan 27 16:23:31 mac Installer[1486]: Env: SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.sz9v6ozBnR/Listeners
    Jan 27 16:23:31 mac Installer[1486]: Env: Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.6Huoh8S2jc/Render
    Jan 27 16:23:31 mac Installer[1486]: Env: HOME=/Users/acrobaticus
    Jan 27 16:23:31 mac Installer[1486]: Env: SHELL=/bin/bash
    Jan 27 16:23:31 mac Installer[1486]: Env: __CF_USER_TEXT_ENCODING=0x42795A82:0x0:0x0
    Jan 27 16:23:31 mac Installer[1486]: Env: TMPDIR=/var/folders/r9/wnn0ksxd7g39kf_qds8fhjkd17kpm2/T/
    Jan 27 16:23:31 mac Installer[1486]: Env: XPC_SERVICE_NAME=com.apple.installer.1452
    Jan 27 16:23:31 mac Installer[1486]: Env: SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.sz9v6ozBnR/Listeners
    Jan 27 16:23:31 mac Installer[1486]: Env: Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.6Huoh8S2jc/Render
    Jan 27 16:23:31 mac Installer[1486]: Env: XPC_FLAGS=0x0
    Jan 27 16:23:31 mac Installer[1486]: Env: LOGNAME=acrobaticus
    Jan 27 16:23:31 mac Installer[1486]: Env: USER=acrobaticus
    Jan 27 16:23:31 mac Installer[1486]: Env: HOME=/Users/acrobaticus
    Jan 27 16:23:31 mac Installer[1486]: Env: SHELL=/bin/bash
    Jan 27 16:23:31 mac Installer[1486]: Env: TMPDIR=/var/folders/r9/wnn0ksxd7g39kf_qds8fhjkd17kpm2/T/
    Jan 27 16:23:31 mac Installer[1486]:  Adobe Acrobat XI Pro (11.0.07)   Installation Log
    Jan 27 16:23:31 mac Installer[1486]: Opened from: /Volumes/Acrobat 11/Adobe Acrobat XI/Adobe Acrobat XI Pro Installer.pkg
    Jan 27 16:23:31 mac Installer[1486]: Product archive /Volumes/Acrobat 11/Adobe Acrobat XI/Adobe Acrobat XI Pro Installer.pkg trustLevel=202
    Jan 27 16:23:33 mac Installer[1486]: JS: 10.6 or higher:1
    Jan 27 16:23:38 mac Installer[1486]: InstallerStatusNotifications plugin loaded
    Jan 27 16:23:41 mac Installer[1486]: LSExceptions [0x6100000a8b20] unloaded
    Jan 27 16:23:45 mac runner[1490]: Administrator authorization granted.
    Jan 27 16:23:45 mac Installer[1486]: ================================================================================
    Jan 27 16:23:45 mac Installer[1486]: User picked Standard Install
    Jan 27 16:23:45 mac Installer[1486]: Choices selected for installation:
    Jan 27 16:23:45 mac Installer[1486]: Install: " Adobe Acrobat XI Pro (11.0.07) "
    Jan 27 16:23:45 mac Installer[1486]: Adobe Acrobat XI Pro Installer.pkg#acrobatpreinstall.pkg : com.adobe.acrobat.11.viewer.preinstall.pkg.MUI : 11.0.0
    Jan 27 16:23:45 mac Installer[1486]: Adobe Acrobat XI Pro Installer.pkg#AdobeApplicationManager.pkg : com.adobe.PDApp.AdobeApplicationManager.installer.pkg : 1
    Jan 27 16:23:45 mac Installer[1486]: Install: "Application"
    Jan 27 16:23:45 mac Installer[1486]: Adobe Acrobat XI Pro Installer.pkg#application.pkg : com.adobe.acrobat.11.viewer.app.pkg.MUI : 11.0.0mac
    Jan 27 16:23:45 mac Installer[1486]: Install: "Browser Plug-In"
    Jan 27 16:23:45 mac Installer[1486]: Adobe Acrobat XI Pro Installer.pkg#browserPlugin.pkg : com.adobe.acrobat.11.viewer.browser.pkg.MUI : 11.0.0
    Jan 27 16:23:45 mac Installer[1486]: Adobe Acrobat XI Pro Installer.pkg#support.pkg : com.adobe.acrobat.11.viewer.appsupport.pkg.MUI : 11.0.0
    Jan 27 16:23:45 mac Installer[1486]: Adobe Acrobat XI Pro Installer.pkg#automator.pkg : com.adobe.acrobat.11.viewer.print_automator.pkg.MUI : 11.0.0
    Jan 27 16:23:45 mac Installer[1486]: Adobe Acrobat XI Pro Installer.pkg#pdfservices.pkg : com.adobe.acrobat.11.viewer.print_pdf_services.pkg.MUI : 11.0.0
    Jan 27 16:23:45 mac Installer[1486]: Adobe Acrobat XI Pro Installer.pkg#payload.pkg : com.adobe.acrobat.viewer.11.0.07.patch.pkg : 11.0.07
    Jan 27 16:23:45 mac Installer[1486]: ================================================================================
    Jan 27 16:23:45 mac Installer[1486]: It took 0.00 seconds to summarize the package selections.
    Jan 27 16:23:45 mac Installer[1486]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    Jan 27 16:23:45 mac Installer[1486]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#acrobatpreinstall.pkg
    Jan 27 16:23:45 mac Installer[1486]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#AdobeApplicationManager.pkg
    Jan 27 16:23:45 mac Installer[1486]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#application.pkg
    Jan 27 16:23:45 mac Installer[1486]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#browserPlugin.pkg
    Jan 27 16:23:45 mac Installer[1486]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#support.pkg
    Jan 27 16:23:45 mac Installer[1486]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#automator.pkg
    Jan 27 16:23:45 mac Installer[1486]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#pdfservices.pkg
    Jan 27 16:23:45 mac Installer[1486]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#payload.pkg
    Jan 27 16:23:45 mac Installer[1486]: Set authorization level to root for session
    Jan 27 16:23:45 mac Installer[1486]: Will use PK session
    Jan 27 16:23:45 mac Installer[1486]: Starting installation:
    Jan 27 16:23:45 mac Installer[1486]: Configuring volume "Macintosh HD"
    Jan 27 16:23:45 mac Installer[1486]: Preparing disk for local booted install.
    Jan 27 16:23:45 mac Installer[1486]: Free space on "Macintosh HD": 1.06 TB (1059217821696 bytes).
    Jan 27 16:23:45 mac Installer[1486]: Create temporary directory "/var/folders/r9/wnn0ksxd7g39kf_qds8fhjkd17kpm2/T//Install.1486nnNRYH"
    Jan 27 16:23:45 mac Installer[1486]: IFPKInstallElement (8 packages)
    Jan 27 16:23:45 mac Installer[1486]: Using authorization level of root for IFPKInstallElement
    Jan 27 16:23:45 mac installd[929]: PackageKit: Adding client PKInstallDaemonClient pid=1486, uid=1115249282 (/System/Library/CoreServices/Installer.app/Contents/MacOS/Installer)
    Jan 27 16:23:45 mac Installer[1486]: PackageKit: Enqueuing install with framework-specified quality of service (utility)
    Jan 27 16:23:45 mac installd[929]: PackageKit: ----- Begin install -----
    Jan 27 16:23:45 mac installd[929]: PackageKit: request=PKInstallRequest <8 packages, destination=/>
    Jan 27 16:23:45 mac installd[929]: PackageKit: packages=(
         "PKLeopardPackage <file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#acrobatpreinstall.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#AdobeApplicationManager.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#application.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#browserPlugin.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#support.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#automator.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#pdfservices.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#payload.pkg>"
    Jan 27 16:23:46 mac installd[929]: PackageKit: Skipping component "com.adobe.acrobat.pdfviewer" (*-11.0.0-*-*) because the version 11.0.10-11.0.10-*-* is already installed at /Library/Internet Plug-Ins/AdobePDFViewer.plugin.
    Jan 27 16:23:46 mac installd[929]: PackageKit: Skipping component "com.adobe.acrobat.pdfviewerNPAPI" (*-11.0.0-*-*) because the version 11.0.10-11.0.10-*-* is already installed at /Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin.
    Jan 27 16:23:46 mac installd[929]: PackageKit: Extracting file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#acrobatpreinstall.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/8335CEF4-C08E-41EB-84AA-50A84F2B5AFE.activeSandbox/Root/tmp, uid=0)
    Jan 27 16:23:46 mac installd[929]: PackageKit: Extracting file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#AdobeApplicationManager.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/8335CEF4-C08E-41EB-84AA-50A84F2B5AFE.activeSandbox/Root, uid=0)
    Jan 27 16:23:47 mac installd[929]: PackageKit: Extracting file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#application.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/8335CEF4-C08E-41EB-84AA-50A84F2B5AFE.activeSandbox/Root/Applications/Adobe Acrobat XI Pro, uid=0)
    Jan 27 16:23:54 mac installd[929]: PackageKit: Extracting file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#browserPlugin.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/8335CEF4-C08E-41EB-84AA-50A84F2B5AFE.activeSandbox/Root/Library/Internet Plug-Ins, uid=0)
    Jan 27 16:23:54 mac installd[929]: PackageKit: Extracting file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#support.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/8335CEF4-C08E-41EB-84AA-50A84F2B5AFE.activeSandbox/Root/Library/Application Support, uid=0)
    Jan 27 16:23:55 mac installd[929]: PackageKit: Extracting file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#automator.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/8335CEF4-C08E-41EB-84AA-50A84F2B5AFE.activeSandbox/Root/Library/Automator, uid=0)
    Jan 27 16:23:55 mac installd[929]: PackageKit: Extracting file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#pdfservices.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/8335CEF4-C08E-41EB-84AA-50A84F2B5AFE.activeSandbox/Root/Library/PDF Services, uid=0)
    Jan 27 16:23:55 mac installd[929]: PackageKit: Extracting file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#payload.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/8335CEF4-C08E-41EB-84AA-50A84F2B5AFE.activeSandbox/Root/tmp/com.adobe.acrobat.viewer.updater, uid=0)
    Jan 27 16:23:56 mac installd[929]: PackageKit: prevent user idle system sleep
    Jan 27 16:23:56 mac installd[929]: PackageKit: suspending backupd
    Jan 27 16:23:56 mac installd[929]: PackageKit: Executing script "./preinstall" in /private/tmp/PKInstallSandbox.Z5hcjN/Scripts/com.adobe.acrobat.11.viewer.preinstall.pkg.MUI.AwSn4n
    Jan 27 16:23:56 mac install_monitor[1494]: Temporarily excluding: /Applications, /Library, /System, /bin, /private, /sbin, /usr
    Jan 27 16:23:57 mac installd[929]: PackageKit: Executing script "./preinstall" in /private/tmp/PKInstallSandbox.Z5hcjN/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pkg.0rCs6o
    Jan 27 16:23:57 mac installd[929]: ./preinstall: AAMInstaller: PRE AAM INSTALL....................
    Jan 27 16:23:57 mac installd[929]: ./preinstall: AAMInstaller: AAMIAssetsDir /private/tmp/PKInstallSandbox.Z5hcjN/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pkg.0rCs6o
    Jan 27 16:23:57 mac installd[929]: ./preinstall: AAMInstaller: Checking for ignore AAM.
    Jan 27 16:23:57 mac installd[929]: ./preinstall: AAMInstaller: ignore_aam return code 1.
    Jan 27 16:23:57 mac installd[929]: ./preinstall: AAMInstaller: Launch AAM Installation in silent mode...
    Jan 27 16:23:57 mac installd[929]: ./preinstall: Starting Installer... In Silent mode.
    Jan 27 16:23:57 mac installd[929]: ./preinstall: Unable to initialize objects.
    Jan 27 16:23:57 mac installd[929]: ./preinstall: Exiting Installer with Code: -3
    Jan 27 16:23:58 mac installd[929]: ./preinstall: AAMInstaller: Exit status: 253
    Jan 27 16:23:58 mac installd[929]: ./preinstall: AAMInstaller: For more detailed logs check:~/Library/Logs/PDApp.log
    Jan 27 16:23:58 mac installd[929]: ./preinstall: AAMInstaller: AAM silent installation Failed.
    Jan 27 16:23:58 mac installd[929]: ./preinstall: AAMInstaller: END OF PRE AAM INSTALL....................
    Jan 27 16:23:58 mac install_monitor[1494]: Re-included: /Applications, /Library, /System, /bin, /private, /sbin, /usr
    Jan 27 16:23:59 mac installd[929]: PackageKit: releasing backupd
    Jan 27 16:23:59 mac installd[929]: PackageKit: allow user idle system sleep
    Jan 27 16:23:59 mac installd[929]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "Beim Ausführen der Skripts aus dem Paket „Adobe Acrobat XI Pro Installer.pkg“ ist ein Fehler aufgetreten." UserInfo=0x7fcaeb85aed0 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#AdobeApplicationManager.pkg, PKInstallPackageIdentifier=com.adobe.PDApp.AdobeApplicationManager.installer.pkg, NSLocalizedDescription=Beim Ausführen der Skripts aus dem Paket „Adobe Acrobat XI Pro Installer.pkg“ ist ein Fehler aufgetreten.} {
         NSFilePath = "./preinstall";
         NSLocalizedDescription = "Beim Ausf\U00fchren der Skripts aus dem Paket \U201eAdobe Acrobat XI Pro Installer.pkg\U201c ist ein Fehler aufgetreten.";
         NSURL = "file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#AdobeApplicationManager.pkg";
         PKInstallPackageIdentifier = "com.adobe.PDApp.AdobeApplicationManager.installer.pkg";
    Jan 27 16:23:59 mac installd[929]: PackageKit: Running idle tasks
    Jan 27 16:23:59 mac Installer[1486]: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=112 "Beim Ausführen der Skripts aus dem Paket „Adobe Acrobat XI Pro Installer.pkg“ ist ein Fehler aufgetreten." UserInfo=0x6080000fc600 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/Acrobat%2011/Adobe%20Acrobat%20XI/Adobe%20Acrobat%20XI%20Pro%20Installer.pkg#AdobeApplicationManager.pkg, PKInstallPackageIdentifier=com.adobe.PDApp.AdobeApplicationManager.installer.pkg, NSLocalizedDescription=Beim Ausführen der Skripts aus dem Paket „Adobe Acrobat XI Pro Installer.pkg“ ist ein Fehler aufgetreten.}
    Jan 27 16:23:59 mac installd[929]: PackageKit: Removing client PKInstallDaemonClient pid=1486, uid=1115249282 (/System/Library/CoreServices/Installer.app/Contents/MacOS/Installer)
    Jan 27 16:23:59 mac Installer[1486]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    Jan 27 16:24:00 mac Installer[1486]: IFDInstallController 6040 state = 8
    Jan 27 16:24:00 mac Installer[1486]: Displaying 'Install Failed' UI.
    Jan 27 16:24:00 mac Installer[1486]: 'Install Failed' UI displayed message:'The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.'.
    Jan 27 16:24:00 mac installd[929]: PackageKit: Done with sandbox removals
    i have no idea.
    The ~/Library/Logs/PDApp.log file says:
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Build Version - 6.2.127.0
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Logging Level verbosity Set  to 4
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Start: AAM Deployment Validation checks... Install workflow
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Detect should we ignore AAM
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 1499. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 1495. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 1494. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 1492. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 1488. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 1454. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 1280. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 929. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 803. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 567. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 480. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 405. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 377. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 338. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 327. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 284. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 269. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 253. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 252. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 231. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 219. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 218. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 215. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 213. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 200. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 199. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 198. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 196. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 194. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 170. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 162. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 154. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 152. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 150. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 145. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 144. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 143. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 139. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 138. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 137. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 136. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 135. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 134. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 132. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 131. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 130. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 129. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 128. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 127. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 110. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 105. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 104. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 100. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 90. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 85. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 83. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 82. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 80. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 79. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 78. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 77. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 75. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 74. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 72. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 71. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 70. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 69. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 65. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 64. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 61. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 59. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 58. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 57. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 56. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 55. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 54. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 52. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 51. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 50. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 49. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 47. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 46. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 43. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 42. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 41. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 40. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 36. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 35. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 33. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 32. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 29. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 28. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 27. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 26. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 24. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 23. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 22. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 20. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 19. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 17. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 16. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 1. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 0. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [ERROR] PIM - Failed to get command line args for pid 1421. Errorno (22). error msg -- Invalid argument
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Should_Ignore_AAM -1. AAM Installation not ignored..
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Starting Deployment Validation checks...
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Check System validity Status ...
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Checking minimum OS version ...
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - System OS Version - major = 10, minor = 10, bugFix = 1
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Check Boot volume is casesensitive ...
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Check Required system files and folders exits ...
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Check Adobe Application Manager is running...
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Check Another Adobe installer (RIBS) is running ...
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Check Another Adobe installer (Bootstrapper) is running  ...
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Check Adobe Application Manager SYNC is happening...
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - Check and close Adobe Application Manager notifiers...
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - AAM Deployment Validation checks PASSED.
    Tue Jan 27 16:23:57 2015 [INFO] PIM-AAMDeploymentValidation - End: AAM Deployment Validation checks...
    01/27/15 16:23:57:795 | [INFO] |  | ASU | Setup | Setup |  |  | 54940 | Build Version - 8.0.0.72
    01/27/15 16:23:57:795 | [INFO] |  | ASU | Setup | Setup |  |  | 54940 | Logging Level verbosity Set  to 4
    01/27/15 16:23:57:795 | [INFO] |  | ASU | Setup | Setup |  |  | 54940 | TimeLog: Bootstrapper Start
    01/27/15 16:23:57:796 | [INFO] |  | ASU | Setup |  |  |  | 54940 | Event Guid generated is: '72a323ca-3b46-4252-9b9f-30c1226ff155'
    01/27/15 16:23:57:796 | [INFO] |  | ASU | Setup | Setup |  |  | 54940 | Launch Path set to /private/tmp/PKInstallSandbox.Z5hcjN/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pkg.0rCs6o
    01/27/15 16:23:57:808 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | Build Version - 8.0.0.72
    01/27/15 16:23:57:808 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | Logging Level verbosity Set  to 4
    01/27/15 16:23:57:809 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | Build Version - 8.0.0.72
    01/27/15 16:23:57:809 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | Logging Level verbosity Set  to 4
    01/27/15 16:23:57:809 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | CREATE PIM Instance ...
    01/27/15 16:23:57:812 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | trying to createOrUpdatePIMDbSchema.
    01/27/15 16:23:57:813 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | Current db schema version on machine 1.
    01/27/15 16:23:57:813 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | Current db schema version to install 1.
    01/27/15 16:23:57:813 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | PIM DB Schema is up to date. Current schema version is 1.
    01/27/15 16:23:57:813 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | PIM Database is Up To Date.
    01/27/15 16:23:57:813 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | Updater Inventory location:/private/tmp/PKInstallSandbox.Z5hcjN/Scripts/com.adobe.PDApp.AdobeApplicationManager.installer.pkg.0rCs6o/Install.app/Contents/Frameworks/UpdaterInventory.framework/Versions/A/UpdaterInventory
    01/27/15 16:23:57:817 | [ERROR] |  | ASU | PIM | PIM |  |  | 54940 | Failed to Acquire ACF Lock ...
    01/27/15 16:23:57:817 | [ERROR] |  | ASU | PIM | PIM |  |  | 54940 | Failed to acquireACFLock ...
    01/27/15 16:23:57:817 | [INFO] |  | ASU | PIM | PIM |  |  | 54940 | PIMSqlite closeDB status 0
    01/27/15 16:23:57:817 | [FATAL] |  | ASU | Setup | Setup |  |  | 54940 | Unable to create PIM object
    01/27/15 16:23:57:817 | [INFO] |  | ASU | Setup | Setup |  |  | 54940 | =================  Exiting Installer with Code: -3  =================
    Any ideas?
    Thank you very much!
    acrobaticusè

    [28/01/15 15:59:25] Help And Support: Can you please check for existence of file "com.adobe.PDFAdminSettings.plist" at the following locations:
    1. /Library/Preferences/
    2. ~/Library/Preferences/
    This file might be already present on your machine if you have any other version of Acrobat installed. You need to rename this file or move it to some other location and then try installing Acrobat 11 again. Please let us know if you are able to install after following these steps.
    It’s only there in /Library/Preferences
    I deleted com.adobe.PDFAdminSettings.plist from /Library/Preferences/ with admin privileges
    still the installation fails
    Any other suggestions.
    I also tried installing with an Admin account, still fails!

  • Restoring data after new hard drive installed

    I just got my MacBook Pro laptop back from Best Buy after having a new hard drive installed. I did not have them restore my files, as I have backed up files on my external hard drive- WD My Passport for Mac. I never originally did anything to the external drive in terms of setting it up, partitioning it, or anything. I just plugged it into my laptop and assumed it was doing the backing up. Also, now that I have my laptop back, I wanted to see if the external hard drive did what I hoped it was doing- backing up my files. I have have now plugged My Passport in hoping to restore my laptop and have discovered that I can't open some files from my iWorks files, as it appears that I may now have to reinstall that app. I guess I was assuming this app would have been saved to My Passport. In order to fully restore my files myself (trying to be more computer independent) what should I do? I have been reading some of the other questions people have asked that seem to be related to what I'm trying to do and read about partitioning My Passport. Should I go in now and make the one partition under the Volume Scheme on My Passport and then switch the name and the partition scheme from Apple Partition Map to GUID Partition Table? The message I'm getting is telling me that partitioning this disk in this way will delete all the data on this disk, so I cancelled and reset everything back the way it was, concerned I would lose all my data. Any help is greatly appreciated.

    You can download iWorks from the App Store.  Since you purchased it previously it should be a free download.
    Repartitioning or reformatting a disk will erase all the data on it.
    If you are already testing your iWork files it sounds like you have restored or can restore the files.  Other than iWorks, what did not get restored?

  • Problem with Acrobat Pro - install, etc.

    I have problem with my Acrobat Pro (in Adobe Design Standard CS6 edition) - Regularly once a month throughout the software crashes and will not turn on. Only helps to re-install. Now I additionally happened that when reinstalling does not load serial number. It made me very disgruntled. Can you please help? Acrobat Pro I still need to work and this is me terribly resides. My customer identification number is : 168735979. Thank you.

    Thank you but unfortunately the process does not work. It makes the same thing as before. When I install and enters the serial number, it writes: We are unable to verify the product serial number Creative Suite 6 Design Standard. Please contact Customer Support.
    When I deactivated Photoshop and re-activated by the process, everything went without a problem. The problem is only with Acrobat Pro. Acrofix - after running only flashes a command prompt window, otherwise nothing happens. I do not know what to do ....

  • Adobe Acrobat Pro Install Problem - Design Standard CS6

    Hi,
    I am haveing trouble to install Acrobat Pro in my Windows 7 64 Bit, but other component in the Design Standard CS6 can be install sccessful and work well except this,appreciated if you can help!
    Ken
    Exit Code: 6
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DW050 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s), 0 warning(s)
    ----------- Payload: {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0 -----------
    ERROR: Error 1324.The path R嶰up廨er un document num廨is?sur un multifonction.sequ or the volume is invalid. Please enter it again.
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 1324.The path R嶰up廨er un document num廨is?sur un multifonction.sequ or the volume is invalid. Please enter it again.
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Acrobat Professional: Install failed

    There is a help document from adobe regarding Exit code 6 and Error: DW050
    Here are the links for those documents : (These documents are for CS5, CS5.5 and applicable to CS6 also)
    https://help-internal.adobe.com/content/help/en/creative-suite/kb/errors-exit-code-6-exit. html
    https://help-internal.adobe.com/content/help/en/creative-suite/kb/installation-error-dw050 -dw020-cs5.html
    If all other applications are running fine, than try the Acrobat cleaner tool to remove any leftover files from this link( http://labs.adobe.com/downloads/acrobatcleaner.html ) and than try to Install Acrobat XI Pro on your computer.

  • Adobe Acrobat Pro install

    While trying to install Adobe Acrobat Pro the install stalls at 80% even after shut down and reboot?

    What is your operating system?
    [topic moved to Acrobat forum]

  • After recent Acrobat Pro ver. 10 & 11 updates:  Mac nor PC "create from scanner" crashes

    After installing the most recent Acrobat Pro 11 update to My Mac (running OSX 10.9.1) AND after installing the most recent Acrobat 10 update to my PC (running Win 8.1)- Acrobat Pro now crashes when I attempt to scan.
    However, my older desktop, running Acro Pro 9, does not experience this problem.
    I have three scanner/ printers and have confirmed they are using the most recent driver and firmware updates.
    Have tried scanning with firewall off.
    This happens regardless of whether I am connected via WiFi, Lan, or USB.
    Any ideas?
    Thank you.

    Hi,
    > Remove any other instances of Acrobat if installed on the machine like previous version Acrobat 9/X Pro . (Since it may conflict the application.)
    > Make sure Acrobat is Updated till 11.0.06
    > Launch the Acrobat XI Pro
    > Go to Acrobat Icon on Finder and then Select the Preferences Option.
    > Under Categories : Go to Accessibility : And then under "Other Accessibility Options" -
       Deselect the check box which says - "Enable assistive technology support"
    > Also under categories go to > Convert to Pdf > Used TWAIN first > Hit ok > Then close the Acrobat XI Pro and then relaunch the acrobat.
    > Again go to Preferences and under categories go to > Convert to Pdf then select the Image Capture and then hit Ok button.
    > Close acrobat and then relaunch it and see if it Helps you while you do scanning.
    > Would recommend you to check to Scan the pdf when the scanner is connected through wire.
    Thanks
    Priyank
    Adobe Acrobat Support Team

Maybe you are looking for

  • Mpeg 2 file video missing

    when i export video and audio from premere pro 5.5 to mpeg 2, i get only the audio and video is missing. help pls.

  • Folders Management - Property Unification for ArchiveLink Documents

    Hello, is it possible to create and fill the property unification for archivelink-documents (SP for ArchiveLink) in backgroud when I add an archivelink-document in a records? I have customized the property unification for archivelink-documents and it

  • Source file has bad header

    I'm new to using AME. I'm trying to convert WMV file to FLV. I have 5 files that were all recorded with GoTo Meeting by the same person on the same day. The files were saved to a shared drive. Now when I try to add them to AME to convert them, only t

  • Timed loop running parallel with Queues

    I was wondering if it is possible to have a Producer/Consumer Pattern with a timed loop that is not just executed when it is called by the queue or from the Producer Loop, but also executes the timeout after a given time. Thanks in advance, Oliver At

  • Help needed for ACL(7410)

    Hi guys i m working on sun storage 7410 . Request you to kindly provide some guideline for using Access Control List on shares. Any documentation link will be helpful.