Launching Adobe Viewer from a Swing application

How do I launch Adobe Viewer (or Reader) from my Swing application. I have a help menu item that needs to open the viewer with the PDF help manual. Since the application is cross-platform, do I need different versions of Adobe with my install package? Thanks for any help.

Thanks. I tried the adobe bean and it seems to work fine until I select the "Print" icon. It crashes the Viewer and my application as well. I get the following:
Any suggestions?
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0xff2c614c
Function name=realloc
Library=/lib/libc.so.1
Current Java thread:
at sun.awt.motif.MTextFieldPeer.create(Native Method)
at sun.awt.motif.MComponentPeer.init(MComponentPeer.java:169)
at sun.awt.motif.MComponentPeer.<init>(MComponentPeer.java:179)
at sun.awt.motif.MTextFieldPeer.<init>(MTextFieldPeer.java:68)
at sun.awt.motif.MToolkit.createTextField(MToolkit.java:85)
at java.awt.TextField.addNotify(TextField.java:194)
at java.awt.Container.addNotify(Container.java:1579)
at java.awt.Panel.addNotify(Panel.java:74)
at java.awt.Container.addNotify(Container.java:1579)
at java.awt.Window.addNotify(Window.java:349)
at java.awt.Dialog.addNotify(Dialog.java:247)
at java.awt.Window.pack(Window.java:367)
at com.adobe.acrobat.gui.PDFPrint$PageRangeDialog.<init>(PDFPrint.java:144)
at com.adobe.acrobat.gui.PDFPrint.<init>(PDFPrint.java:18)
at com.adobe.acrobat.gui.PrintUI.printPages(PrintUI.java:183)
at com.adobe.acrobat.gui.PrintUIVerb$PrintTransactor.printFileWithUI(PrintUI.java:591)
at com.adobe.acrobat.gui.PrintUIVerb$PrintTransactor.buildChanges(PrintUI.java:556)
at com.adobe.pe.notify.Transactor.commit(Transactor.java:44)
at com.adobe.pe.awt.UIVerb$1.buildChanges(UIVerb.java:151)
at com.adobe.pe.notify.Transactor.commit(Transactor.java:70)
at com.adobe.pe.awt.UIVerb.invoke(UIVerb.java:51)
at com.adobe.pe.awt.ToolBar.mouseReleased(ToolBar.java:419)
at java.awt.Component.processMouseEvent(Component.java:3715)
at java.awt.Component.processEvent(Component.java:3544)
at java.awt.Component.dispatchEventImpl(Component.java:2593)
at java.awt.Component.dispatchEvent(Component.java:2497)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
at java.awt.Container.dispatchEventImpl(Container.java:1200)
at java.awt.Component.dispatchEvent(Component.java:2497)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
Dynamic libraries:
0x10000 /shared/j2sdk1_3_1/bin/../bin/sparc/native_threads/java
0xff360000 /lib/libthread.so.1
0xff3a0000 /lib/libdl.so.1
0xff280000 /lib/libc.so.1
0xff260000 /usr/platform/SUNW,Ultra-4/lib/libc_psr.so.1
0xfe480000 /local/j2sdk1_3_1/jre/lib/sparc/client/libjvm.so
0xff210000 /lib/libCrun.so.1
0xff1f0000 /lib/libsocket.so.1
0xff100000 /lib/libnsl.so.1
0xff1c0000 /lib/libm.so.1
0xff240000 /lib/libw.so.1
0xff0e0000 /lib/libmp.so.2
0xff0a0000 /local/j2sdk1_3_1/jre/lib/sparc/native_threads/libhpi.so
0xff070000 /local/j2sdk1_3_1/jre/lib/sparc/libverify.so
0xff030000 /local/j2sdk1_3_1/jre/lib/sparc/libjava.so
0xfe450000 /local/j2sdk1_3_1/jre/lib/sparc/libzip.so
0xfd060000 /local/j2sdk1_3_1/jre/lib/sparc/libawt.so
0xf4880000 /local/j2sdk1_3_1/jre/lib/sparc/motif21/libmawt.so
0xfd010000 /shared/j2sdk1_3_1/bin/../jre/lib/sparc/libmlib_image.so
0xf4600000 /lib/libXm.so.4
0xf4580000 /lib/libXt.so.4
0xfafd0000 /lib/libXext.so.0
0xfafa0000 /usr/openwin/lib/libXtst.so.1
0xf4480000 /lib/libX11.so.4
0xfac60000 /lib/libSM.so.6
0xfac30000 /lib/libICE.so.6
0xf4380000 /local/j2sdk1_3_1/jre/lib/sparc/libfontmanager.so
0xf4ba0000 /usr/openwin/lib/libdps.so.5
0xf4860000 /shared/j2sdk1_3_1/bin/../jre/lib/sparc/libsunwjdga.so
0xf4830000 /usr/openwin/lib/libdga.so.1
0xf4560000 /shared/j2sdk1_3_1/bin/../jre/lib/sparc/libxinerama.so

Similar Messages

  • Launch Adobe Connect from Application

    I have a custom C#/WPF application that allows a user to interact with a remote traveler.  The application will do the following things:
    Launch Adobe Connect
    Login to  an Adobe Connect account
    Send the remote traveler a link to that  Adobe Connect session
    Interact with the remote user with video/audio via Adobe Connect.
      For steps 1&2 I show an embedded html window with the link to login to the account.  This works fine.  After the login succeeds, Adobe Connect takes over the entire screen, which then hides my custom application.
      Is there a way to do this type of launch without Adobe Connect taking over the screen?  I would like to keep it in a browser window of my choosing so I can organize my user's screen.
      Or - is there a better way to launch Adobe Connect from a custom application?
    Thanks

    This appears to be a bug/issue with Connect 9.3. Adobe Connect User Community

  • Viewing and printing a PDF file from Java Swing Application

    Hello,
    I need to view and print PDF files from Java Swing Application.How do I do that?I appreciate your help.
    Thank you
    Sumana Somareddy

    If you have a link to the URL pointing to the PDF file, you can allow the browser to open it. Then use the print function of the browser to print the PDF document.
    Regards,
    Tak.

  • Problem in Opening HTML Page in Internet Explorer from my Swing Application

    Hi,
    I am opening a HTML file in Internet Explorer from my swing application.I am using the code given below
    private final static String WIN_FLAG = "url.dll,FileProtocolHandler";
    private final static String WIN_PATH = "rundll32";
    String cmd = WIN_PATH + " " + WIN_FLAG + " " + url;
    // url is HTML file Path
    Process p = Runtime.getRuntime().exec( cmd );
    Here there are two things i need to address ...
    1)The HTML file is opening up,but it always opens behind the swing application,that makes me every time to maximize the HTML file after it being opened up.I want to open it in front of the Swing Application.I need to implement "Always On Top" functionality for the html page.
    2)Whenever i trigger action to open different HTML page,it opens in new Internet Explorer window.
    I need to open it in same IE window.
    how to solve out these problems ??? any help would be greatly appreciated .Thanks in advance.
    - Manikandan

    any idea about this ????

  • How to invoke a JAR from Java Swing application?

    Hi,
    I am trying to start a jar file from the swings application.
    I am trying the following code,
    String cmd[] = new String[]{"cmd", "java -jar TestJFreeChart.jar"};
    try
           Process run = Runtime.getRuntime().exec(cmd);
    catch(Exception e)
    {}Is anything wrong in the usage?

    First try:
    "cmd /c java -jar app.jar" or cmd start, because it can't jsut run java.exe, it needs to be
    passed to the cmd interpretor witch further calls java.exe, etc
    Also read what stevejluke suggested. Its important to know if .waitFor or not.
    You wont understand these until you read the tutorial.

  • How do you run a (Word) Document from a Swing application

    I want to create a Word Document and then open it from a Swing application. If you can't do that directly, what else can you do to get that result.

    gwils wrote:
    How do you recover a word document on a macbook pro?
    Just as you do it on a Mac Pro or a Mac Mini.
    What version of Mac OS X? What version of MS Word?
    If you're thinking of the AutoRecover feature, you have to enable it first. If it was enabled, this
    <http://kb.iu.edu/data/ahnd.html#FindingfilesMac>
    will tell you what to do.

  • Launching Adobe Presenter from PowerPoint

    I am trying to launch Adobe Presenter from PowerPoint and keep getting the following error:
    "Adobe Presenter has encountered an unexpected problem while working with this presentation.  Try saving your work to a new file and restarting PowerPoint.  If the problem persists, consult the Help menu item, or contact support at http://www.adobe.com/support/presenter."

    Hello,
    Welcome to Adobe Forums.
    Which version of Adobe Presenter are you using ?
    Which version of MS Office are you using ?
    Did you try using Adobe Presneter with a different user account of your computer ?
    Does this happen with every presentation or with a specific presentation ?
    Thanks,
    Vikram

  • Call standard adobe form from a WD application

    Hi All,
    I have a requirement of displaying a standard adobe form from a click of a button in a WDA portal,
    I am an ECC developer and have no idea of WD. I created a function module which uses submit statement to invoke the driver program and displays the PDF output, but when this function module is invoked from the portal on the click of button it gives and error FP job open error.
    I understand that displaying PDF wont work in this way on portal, so can anyone please guide me the correct procedure on how  to achieve this.
    I came across this thread
    [Regarding adobe form using Webdynpro ABAP|Regarding adobe form using Webdynpro ABAP]
    which mentions of feeding the complete PDF document to the UI element as an XSTRING context node bound to the pdfSource property, but the help link provided in the thread is not opening.
    Thanks in advance.
    Regards,
    Kartik

    Hi karthick , creat a button in the view and assign a action to it .
    inside that action eventhandeler method  call the method for prepare_adobe _form for dislay PDF  .
    method ONACTIONSHOW_ADOBE_FORM .
    data : l_pdfstring type xstring.
    " Select for print
    wd_this->prepare_adobe_forms( importing p_pdf = l_pdfstring ). " coding is given below
    " Call print
    cl_wd_runtime_services=>attach_file_to_response(
    i_filename = 'adobe_form.pdf'
    i_content = l_pdfstring
    i_mime_type = 'application/pdf'
    i_in_new_window = abap_false
    i_inplace = abap_false ).
    endmethod.
    prepare PDF
    method prepare_adobe_forms.
    data: lv_funcname type funcname.
    data: ls_outputparams type sfpoutputparams.
    data: ls_formoutput type fpformoutput.
    call function 'FP_FUNCTION_MODULE_NAME'
    exporting
    i_name = 'FP_TEST_DATE'
    importing
    e_funcname = lv_funcname.
    ls_outputparamsu2010nodialog = 'X'. " suppress printer dialog popup
    ls_outputparamsu2010getpdf = 'X'. " launch print preview
    call function 'FP_JOB_OPEN'
    changing
    ie_outputparams = ls_outputparams
    exceptions
    cancel = 1
    usage_error = 2
    system_error = 3
    internal_error = 4
    others = 5.
    call function lv_funcname
    * exporting
    * /1bcdwb/docparams = fp_docparams
    importing
    /1bcdwb/formoutput = ls_formoutput
    exceptions
    usage_error = 1
    system_error = 2
    internal_error = 3
    others = 4.
    call function 'FP_JOB_CLOSE'
    exceptions
    usage_error = 1
    system_error = 2
    internal_error = 3
    others = 4.
    p_pdf = ls_formoutputu2010pdf.
    endmethod .
    Regards
    Chinnaiya P

  • I have to install only Adobe presenter from this whole application. I created package using AAMEE3.1

    I created package using AAMEE 3.1, using source of Adobe E-learning Suite 6.1 .
    During Package creation i selcted only Adobe Presenter 8. Package is serialized and also Adobe ID is there to login. Package created sucessfully. But when i run MSI it rollbacks during Installation.
    Below is the PDApp.log file:
    7/15/2013 09:07:21 [INFO] DeploymentManager - Build Version - 3.1.105.0
    7/15/2013 09:07:21 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    7/15/2013 09:07:21 [INFO] DeploymentManager - Executing the deferred custom action.
    7/15/2013 09:07:21 [INFO] DeploymentManager - Obtained the following as CustomActionData
    7/15/2013 09:07:21 [INFO] DeploymentManager - mode=install;sourceDir=C:\New folder (2)\Adobe Presenter 8\Build\;installDir=;origDB=C:\New folder (2)\Adobe Presenter 8\Build\Adobe Presenter 8.msi
    7/15/2013 09:07:21 [INFO] DeploymentManager - mode=install;sourceDir=C:\New folder (2)\Adobe Presenter 8\Build\;installDir=;origDB=C:\New folder (2)\Adobe Presenter 8\Build\Adobe Presenter 8.msi
    7/15/2013 09:07:21 [INFO] DeploymentManager - Original database path is : C:\New folder (2)\Adobe Presenter 8\Build\Adobe Presenter 8.msi
    7/15/2013 09:07:21 [INFO] DeploymentManager - OptionXML saved at location :: D:\Users\Vmbuild\AppData\Local\Temp\{0EAD2103-39AF-4D85-B942-CAC0E462C482}\\{9CB14C72-1E7 1-49C0-A7D8-559F1DC35661}
    7/15/2013 09:07:21 [INFO] DeploymentManager - Build Version - 3.1.105.0
    7/15/2013 09:07:21 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    7/15/2013 09:07:21 [INFO] DeploymentManager - Initializing Custom Action Data from parameters
    7/15/2013 09:07:21 [INFO] Utilities - Folder does not exist
    7/15/2013 09:07:21 [INFO] DeploymentManager - Provisioning Tool path is (D:\Users\Vmbuild\AppData\Local\Temp\{0EAD2103-39AF-4D85-B942-CAC0E462C482}\\{731F139B-D8 D6-4870-AA90-9626C4D6D4E2}).
    7/15/2013 09:07:21 [INFO] DeploymentManager - Starting to run the custom action for install mode
    7/15/2013 09:07:21 [INFO] DeploymentManager - STEP 1: Starting to parse Option XML.
    7/15/2013 09:07:21 [INFO] DeploymentManager - Deployment XML created at path :: D:\Users\Vmbuild\AppData\Local\Temp\{2592DDC9-72BD-430A-B2EA-C2839B69B46E}\\{709B4BF9-4A0 5-4D3E-BC48-850DE16D5A85}
    7/15/2013 09:07:21 [INFO] DeploymentManager - Deployment Manager is running in Install Mode.
    7/15/2013 09:07:21 [INFO] DeploymentManager - Self-Update BootStrapper Relative Path doesn't exist.
    7/15/2013 09:07:21 [INFO] DeploymentManager - Override XML created at path :: D:\Users\Vmbuild\AppData\Local\Temp\{2592DDC9-72BD-430A-B2EA-C2839B69B46E}\\{61E5FBB2-8F4 C-4909-9A3F-823EC1DE99F5}
    7/15/2013 09:07:21 [INFO] DeploymentManager - No of updates found (0).
    7/15/2013 09:07:21 [INFO] DeploymentManager - STEP 2: Starting to launch media Bootstrapper.
    7/15/2013 09:07:21 [INFO] DeploymentManager - Bootstrapper launch location is :: C:\New folder (2)\Adobe Presenter 8\Build\Setup\Set-up.dat
    7/15/2013 09:07:22 [INFO] Setup - Build Version - 6.2.136.0
    7/15/2013 09:07:22 [INFO] Setup - Logging Level verbosity Set  to 4
    7/15/2013 09:07:22 [INFO] Setup - Start Adobe Setup
    7/15/2013 09:07:22 [INFO] Setup - TimeLog: Bootstrapper Start
    7/15/2013 09:07:22 [INFO] Setup - TimeLog: Start initial checks
    7/15/2013 09:07:22 [INFO] Setup - Action specified - "install"
    7/15/2013 09:07:22 [ERROR] Setup - Error parsing command line arguments at - "DISABLE_CCM_DESKTOPSHORTCUT".
    Expected arguments are -
        --mode=silent
        --overrideFile="<FilePath>"
    7/15/2013 09:07:22 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\resources\setup.xml
    7/15/2013 09:07:22 [INFO] PIM - XML is valid
    7/15/2013 09:07:22 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:22 [INFO] Setup - Found 7 packages in setup manifest
    7/15/2013 09:07:23 [INFO] Utilities - Semaphore is not locked
    7/15/2013 09:07:23 [INFO] PIM - Build Version - 6.2.136.0
    7/15/2013 09:07:23 [INFO] PIM - Logging Level verbosity Set  to 4
    7/15/2013 09:07:23 [INFO] Utilities - File does not exist
    7/15/2013 09:07:23 [INFO] Utilities - File does not exist
    7/15/2013 09:07:23 [INFO] PIM - Build Version - 6.2.136.0
    7/15/2013 09:07:23 [INFO] PIM - Logging Level verbosity Set  to 4
    7/15/2013 09:07:23 [INFO] PIM - CREATE PIM Instance ...
    7/15/2013 09:07:23 [INFO] Utilities - File does not exist
    7/15/2013 09:07:23 [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    7/15/2013 09:07:23 [INFO] PIM - Current db schema version on machine 1.
    7/15/2013 09:07:23 [INFO] PIM - Current db schema version to install 1.
    7/15/2013 09:07:23 [INFO] PIM - PIM DB Schema is up to date. Current schema version is 1.
    7/15/2013 09:07:23 [INFO] PIM - PIM Database is Up To Date.
    7/15/2013 09:07:23 [INFO] PIM - Updater Inventory location:C:\New folder (2)\Adobe Presenter 8\Build\Setup\resources\updaterinventory.dll
    7/15/2013 09:07:23 [INFO] PIM - Acquired System level ACF lock ...
    7/15/2013 09:07:23 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pimx
    7/15/2013 09:07:23 [INFO] PIM - XML is valid
    7/15/2013 09:07:23 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:23 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed
    7/15/2013 09:07:24 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pimx
    7/15/2013 09:07:24 [INFO] PIM - XML is valid
    7/15/2013 09:07:24 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:24 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed
    7/15/2013 09:07:24 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pimx
    7/15/2013 09:07:24 [INFO] PIM - XML is valid
    7/15/2013 09:07:24 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:24 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed
    7/15/2013 09:07:24 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pimx
    7/15/2013 09:07:24 [INFO] PIM - XML is valid
    7/15/2013 09:07:24 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:24 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    7/15/2013 09:07:25 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pimx
    7/15/2013 09:07:25 [INFO] PIM - XML is valid
    7/15/2013 09:07:25 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:25 [INFO] PIM - Package id FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed
    7/15/2013 09:07:27 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pimx
    7/15/2013 09:07:27 [INFO] PIM - XML is valid
    7/15/2013 09:07:27 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:27 [INFO] PIM - Package id B322281B-C04F-438E-82D7-7DA34A359526 is already installed
    7/15/2013 09:07:28 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pimx
    7/15/2013 09:07:29 [INFO] PIM - XML is valid
    7/15/2013 09:07:29 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:29 [INFO] PIM - Package id B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed
    7/15/2013 09:07:29 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pimx
    7/15/2013 09:07:29 [INFO] PIM - XML is valid
    7/15/2013 09:07:29 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:29 [INFO] PIM - Package id F0158AAB-0779-4B40-A07D-3F2A21D47E74 is already installed
    7/15/2013 09:07:29 [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 29928536
    7/15/2013 09:07:29 [INFO] Setup - TimeLog: End initial checks
    7/15/2013 09:07:29 [INFO] Setup - TimeLog: Begin Installing
    7/15/2013 09:07:29 [INFO] Setup - Start Installing core package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pimx
    7/15/2013 09:07:29 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pimx
    7/15/2013 09:07:29 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pimx
    7/15/2013 09:07:29 [INFO] PIM - XML is valid
    7/15/2013 09:07:29 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:29 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pimx'
    7/15/2013 09:07:29 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pima'
    7/15/2013 09:07:29 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed
    7/15/2013 09:07:29 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:07:31 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:07:31 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:07:32 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:07:32 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:32 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:07:32 [INFO] PIM - Backup Folder Created
    7/15/2013 09:07:34 [INFO] Utilities - File does not exist
    7/15/2013 09:07:37 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pimx.
    7/15/2013 09:07:38 [INFO] Setup - Finished Installing core package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\core\PDApp.pimx, Return status: 0
    7/15/2013 09:07:38 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pimx
    7/15/2013 09:07:38 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pimx
    7/15/2013 09:07:38 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pimx
    7/15/2013 09:07:38 [INFO] PIM - XML is valid
    7/15/2013 09:07:38 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:38 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pimx'
    7/15/2013 09:07:38 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pima'
    7/15/2013 09:07:38 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed
    7/15/2013 09:07:39 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:07:39 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:07:39 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:07:39 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:07:39 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:07:39 [INFO] PIM - Backup Folder Created
    7/15/2013 09:07:39 [INFO] Utilities - File does not exist
    7/15/2013 09:07:42 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pimx.
    7/15/2013 09:07:42 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\D6\D6.pimx
    7/15/2013 09:07:42 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pimx
    7/15/2013 09:07:42 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pimx
    7/15/2013 09:07:42 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pimx
    7/15/2013 09:07:42 [INFO] PIM - XML is valid
    7/15/2013 09:07:42 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:42 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pimx'
    7/15/2013 09:07:42 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pima'
    7/15/2013 09:07:42 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed
    7/15/2013 09:07:42 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:07:43 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:07:43 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:07:43 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:07:43 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:43 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:07:43 [INFO] PIM - Backup Folder Created
    7/15/2013 09:07:45 [INFO] Utilities - File does not exist
    7/15/2013 09:07:47 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pimx.
    7/15/2013 09:07:48 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DECore\DECore.pimx
    7/15/2013 09:07:48 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pimx
    7/15/2013 09:07:48 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pimx
    7/15/2013 09:07:48 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pimx
    7/15/2013 09:07:48 [INFO] PIM - XML is valid
    7/15/2013 09:07:48 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:48 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pimx'
    7/15/2013 09:07:48 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pima'
    7/15/2013 09:07:48 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    7/15/2013 09:07:48 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:07:48 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:07:48 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:07:48 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:07:48 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:07:48 [INFO] PIM - Backup Folder Created
    7/15/2013 09:07:49 [INFO] Utilities - File does not exist
    7/15/2013 09:07:53 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pimx.
    7/15/2013 09:07:53 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\DWA\DWA.pimx
    7/15/2013 09:07:53 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pimx
    7/15/2013 09:07:53 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pimx
    7/15/2013 09:07:53 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pimx
    7/15/2013 09:07:53 [INFO] PIM - XML is valid
    7/15/2013 09:07:53 [WARN] PIM - Failed to find Node
    7/15/2013 09:07:53 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pimx'
    7/15/2013 09:07:53 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pima'
    7/15/2013 09:07:53 [INFO] PIM - Package id FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed
    7/15/2013 09:07:53 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:07:54 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:07:54 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:07:54 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:07:54 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:07:54 [INFO] PIM - Backup Folder Created
    7/15/2013 09:07:59 [INFO] Utilities - File does not exist
    7/15/2013 09:08:04 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pimx.
    7/15/2013 09:08:04 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\P6\P6.pimx
    7/15/2013 09:08:04 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pimx
    7/15/2013 09:08:04 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pimx
    7/15/2013 09:08:04 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pimx
    7/15/2013 09:08:04 [INFO] PIM - XML is valid
    7/15/2013 09:08:04 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:04 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pimx'
    7/15/2013 09:08:04 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pima'
    7/15/2013 09:08:04 [INFO] PIM - Package id B322281B-C04F-438E-82D7-7DA34A359526 is already installed
    7/15/2013 09:08:04 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:05 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:05 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:05 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:05 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:05 [INFO] PIM - Backup Folder Created
    7/15/2013 09:08:09 [INFO] Utilities - File does not exist
    7/15/2013 09:08:18 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pimx.
    7/15/2013 09:08:18 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\LWA\LWA.pimx
    7/15/2013 09:08:18 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pimx
    7/15/2013 09:08:18 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pimx
    7/15/2013 09:08:18 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pimx
    7/15/2013 09:08:18 [INFO] PIM - XML is valid
    7/15/2013 09:08:18 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:18 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pimx'
    7/15/2013 09:08:19 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pima'
    7/15/2013 09:08:19 [INFO] PIM - Package id B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed
    7/15/2013 09:08:19 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:20 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:20 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:20 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:20 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:20 [INFO] PIM - Backup Folder Created
    7/15/2013 09:08:21 [INFO] Utilities - File does not exist
    7/15/2013 09:08:27 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pimx.
    7/15/2013 09:08:27 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\UWA\UWA.pimx
    7/15/2013 09:08:27 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pimx
    7/15/2013 09:08:27 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pimx
    7/15/2013 09:08:27 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pimx
    7/15/2013 09:08:27 [INFO] PIM - XML is valid
    7/15/2013 09:08:27 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:27 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pimx'
    7/15/2013 09:08:27 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pima'
    7/15/2013 09:08:28 [INFO] PIM - Package id F0158AAB-0779-4B40-A07D-3F2A21D47E74 is already installed
    7/15/2013 09:08:28 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:28 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:28 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:29 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:29 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:29 [INFO] PIM - Backup Folder Created
    7/15/2013 09:08:29 [INFO] Utilities - File does not exist
    7/15/2013 09:08:33 [INFO] Utilities - Path to Process :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe Process Directory :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities arguments being passed :"C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe" --register=true --createShortcut=true
    7/15/2013 09:08:33 [INFO] Utilities - Success in CreateProcess
    7/15/2013 09:08:35 [INFO] Utilities - Sucessfully launched and executed process...
    7/15/2013 09:08:35 [INFO] PIM - Successfully executed install modifier at path: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe'
    7/15/2013 09:08:35 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pimx.
    7/15/2013 09:08:35 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\Setup\packages\CCM\CCM.pimx
    7/15/2013 09:08:35 [INFO] PIM - Processing ... _pimCreateOrUpdateAAMInventory
    7/15/2013 09:08:36 [INFO] PIM - Inventory Already present on the machine...
    7/15/2013 09:08:36 [INFO] Setup - TimeLog: End Installing. Now launching PDApp
    7/15/2013 09:08:37 [INFO] Setup - Deployment File Path not specified in command line arguments. Skipping payload deployment part
    7/15/2013 09:08:37 [INFO] Setup - =================  End Adobe Setup. Exit code: 0  =================
    7/15/2013 09:08:37 [INFO] PIM - PIMSqlite closeDB status 0
    7/15/2013 09:08:37 [INFO] PIM - FREE PIM Instance ...
    7/15/2013 09:08:37 [INFO] DeploymentManager - Build Version - 3.1.105.0
    7/15/2013 09:08:37 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    7/15/2013 09:08:37 [INFO] DeploymentManager - The return code from the Bootstrapper Process is (0).
    7/15/2013 09:08:37 [INFO] DeploymentManager - STEP 3: Starting to launch ASU AAM.
    7/15/2013 09:08:37 [INFO] DeploymentManager - Bootstrapper launch location is :: C:\New folder (2)\Adobe Presenter 8\Build\ASU\Set-up.dat
    7/15/2013 09:08:37 [INFO] Setup - Build Version - 6.2.136.0
    7/15/2013 09:08:37 [INFO] Setup - Logging Level verbosity Set  to 4
    7/15/2013 09:08:37 [INFO] Setup - Start Adobe Setup
    7/15/2013 09:08:37 [INFO] Setup - TimeLog: Bootstrapper Start
    7/15/2013 09:08:37 [INFO] Setup - TimeLog: Start initial checks
    7/15/2013 09:08:37 [INFO] Setup - Action specified - "install"
    7/15/2013 09:08:37 [ERROR] Setup - Error parsing command line arguments at - "DISABLE_CCM_DESKTOPSHORTCUT".
    Expected arguments are -
        --mode=silent
        --overrideFile="<FilePath>"
    7/15/2013 09:08:37 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\resources\setup.xml
    7/15/2013 09:08:37 [INFO] PIM - XML is valid
    7/15/2013 09:08:37 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:37 [INFO] Setup - Found 7 packages in setup manifest
    7/15/2013 09:08:37 [INFO] Utilities - Semaphore is not locked
    7/15/2013 09:08:37 [INFO] PIM - Build Version - 6.2.136.0
    7/15/2013 09:08:37 [INFO] PIM - Logging Level verbosity Set  to 4
    7/15/2013 09:08:37 [INFO] Utilities - File does not exist
    7/15/2013 09:08:37 [INFO] Utilities - File does not exist
    7/15/2013 09:08:37 [INFO] PIM - Build Version - 6.2.136.0
    7/15/2013 09:08:37 [INFO] PIM - Logging Level verbosity Set  to 4
    7/15/2013 09:08:37 [INFO] PIM - CREATE PIM Instance ...
    7/15/2013 09:08:37 [INFO] Utilities - File does not exist
    7/15/2013 09:08:38 [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    7/15/2013 09:08:38 [INFO] PIM - Current db schema version on machine 1.
    7/15/2013 09:08:38 [INFO] PIM - Current db schema version to install 1.
    7/15/2013 09:08:38 [INFO] PIM - PIM DB Schema is up to date. Current schema version is 1.
    7/15/2013 09:08:38 [INFO] PIM - PIM Database is Up To Date.
    7/15/2013 09:08:38 [INFO] PIM - Updater Inventory location:C:\New folder (2)\Adobe Presenter 8\Build\ASU\resources\updaterinventory.dll
    7/15/2013 09:08:38 [INFO] PIM - Acquired System level ACF lock ...
    7/15/2013 09:08:38 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pimx
    7/15/2013 09:08:38 [INFO] PIM - XML is valid
    7/15/2013 09:08:38 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:38 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed
    7/15/2013 09:08:38 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pimx
    7/15/2013 09:08:38 [INFO] PIM - XML is valid
    7/15/2013 09:08:38 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:38 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed
    7/15/2013 09:08:38 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pimx
    7/15/2013 09:08:38 [INFO] PIM - XML is valid
    7/15/2013 09:08:38 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:38 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed
    7/15/2013 09:08:38 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pimx
    7/15/2013 09:08:38 [INFO] PIM - XML is valid
    7/15/2013 09:08:38 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:38 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    7/15/2013 09:08:38 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pimx
    7/15/2013 09:08:39 [INFO] PIM - XML is valid
    7/15/2013 09:08:39 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:39 [INFO] PIM - Package id FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed
    7/15/2013 09:08:39 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pimx
    7/15/2013 09:08:39 [INFO] PIM - XML is valid
    7/15/2013 09:08:39 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:39 [INFO] PIM - Package id B322281B-C04F-438E-82D7-7DA34A359526 is already installed
    7/15/2013 09:08:39 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pimx
    7/15/2013 09:08:39 [INFO] PIM - XML is valid
    7/15/2013 09:08:39 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:39 [INFO] PIM - Package id B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed
    7/15/2013 09:08:39 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pimx
    7/15/2013 09:08:39 [INFO] PIM - XML is valid
    7/15/2013 09:08:39 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:39 [INFO] PIM - Package id F0158AAB-0779-4B40-A07D-3F2A21D47E74 is already installed
    7/15/2013 09:08:39 [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 29928536
    7/15/2013 09:08:39 [INFO] Setup - TimeLog: End initial checks
    7/15/2013 09:08:39 [INFO] Setup - TimeLog: Begin Installing
    7/15/2013 09:08:39 [INFO] Setup - Start Installing core package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pimx
    7/15/2013 09:08:39 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pimx
    7/15/2013 09:08:39 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pimx
    7/15/2013 09:08:39 [INFO] PIM - XML is valid
    7/15/2013 09:08:39 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:39 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pimx'
    7/15/2013 09:08:39 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pima'
    7/15/2013 09:08:39 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed
    7/15/2013 09:08:39 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:39 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:39 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:39 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:39 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:39 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:40 [INFO] PIM - Backup Folder Created
    7/15/2013 09:08:41 [INFO] Utilities - File does not exist
    7/15/2013 09:08:45 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pimx.
    7/15/2013 09:08:45 [INFO] Setup - Finished Installing core package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\core\PDApp.pimx, Return status: 0
    7/15/2013 09:08:45 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pimx
    7/15/2013 09:08:45 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pimx
    7/15/2013 09:08:45 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pimx
    7/15/2013 09:08:45 [INFO] PIM - XML is valid
    7/15/2013 09:08:45 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:45 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pimx'
    7/15/2013 09:08:45 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pima'
    7/15/2013 09:08:45 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed
    7/15/2013 09:08:45 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:45 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:45 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:45 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:45 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:45 [INFO] PIM - Backup Folder Created
    7/15/2013 09:08:46 [INFO] Utilities - File does not exist
    7/15/2013 09:08:49 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pimx.
    7/15/2013 09:08:49 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\D6\D6.pimx
    7/15/2013 09:08:49 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pimx
    7/15/2013 09:08:49 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pimx
    7/15/2013 09:08:49 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pimx
    7/15/2013 09:08:49 [INFO] PIM - XML is valid
    7/15/2013 09:08:49 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:49 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pimx'
    7/15/2013 09:08:49 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pima'
    7/15/2013 09:08:49 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed
    7/15/2013 09:08:49 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:49 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:49 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:49 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:49 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:49 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:49 [INFO] PIM - Backup Folder Created
    7/15/2013 09:08:51 [INFO] Utilities - File does not exist
    7/15/2013 09:08:53 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pimx.
    7/15/2013 09:08:53 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DECore\DECore.pimx
    7/15/2013 09:08:53 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pimx
    7/15/2013 09:08:53 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pimx
    7/15/2013 09:08:53 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pimx
    7/15/2013 09:08:53 [INFO] PIM - XML is valid
    7/15/2013 09:08:53 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:53 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pimx'
    7/15/2013 09:08:53 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pima'
    7/15/2013 09:08:55 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    7/15/2013 09:08:55 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:55 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:55 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:55 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:55 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:55 [INFO] PIM - Backup Folder Created
    7/15/2013 09:08:55 [INFO] Utilities - File does not exist
    7/15/2013 09:08:58 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pimx.
    7/15/2013 09:08:58 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\DWA\DWA.pimx
    7/15/2013 09:08:58 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pimx
    7/15/2013 09:08:58 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pimx
    7/15/2013 09:08:58 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pimx
    7/15/2013 09:08:58 [INFO] PIM - XML is valid
    7/15/2013 09:08:58 [WARN] PIM - Failed to find Node
    7/15/2013 09:08:58 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pimx'
    7/15/2013 09:08:58 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pima'
    7/15/2013 09:08:59 [INFO] PIM - Package id FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed
    7/15/2013 09:08:59 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:08:59 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:08:59 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:08:59 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:08:59 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:08:59 [INFO] PIM - Backup Folder Created
    7/15/2013 09:09:03 [INFO] Utilities - File does not exist
    7/15/2013 09:09:11 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pimx.
    7/15/2013 09:09:11 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\P6\P6.pimx
    7/15/2013 09:09:11 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pimx
    7/15/2013 09:09:11 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pimx
    7/15/2013 09:09:11 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pimx
    7/15/2013 09:09:11 [INFO] PIM - XML is valid
    7/15/2013 09:09:11 [WARN] PIM - Failed to find Node
    7/15/2013 09:09:11 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pimx'
    7/15/2013 09:09:11 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pima'
    7/15/2013 09:09:11 [INFO] PIM - Package id B322281B-C04F-438E-82D7-7DA34A359526 is already installed
    7/15/2013 09:09:11 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:09:11 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:09:11 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:09:12 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:09:12 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:09:12 [INFO] PIM - Backup Folder Created
    7/15/2013 09:09:15 [INFO] Utilities - File does not exist
    7/15/2013 09:09:23 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pimx.
    7/15/2013 09:09:23 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\LWA\LWA.pimx
    7/15/2013 09:09:23 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pimx
    7/15/2013 09:09:23 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pimx
    7/15/2013 09:09:23 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pimx
    7/15/2013 09:09:23 [INFO] PIM - XML is valid
    7/15/2013 09:09:23 [WARN] PIM - Failed to find Node
    7/15/2013 09:09:23 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pimx'
    7/15/2013 09:09:23 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pima'
    7/15/2013 09:09:24 [INFO] PIM - Package id B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed
    7/15/2013 09:09:24 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:09:24 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:09:24 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:09:24 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:09:24 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:09:24 [INFO] PIM - Backup Folder Created
    7/15/2013 09:09:25 [INFO] Utilities - File does not exist
    7/15/2013 09:09:31 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pimx.
    7/15/2013 09:09:32 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\UWA\UWA.pimx
    7/15/2013 09:09:32 [INFO] Setup - Start Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pimx
    7/15/2013 09:09:32 [INFO] PIM - START installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pimx
    7/15/2013 09:09:32 [INFO] PIM - Trying to access xml at path:C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pimx
    7/15/2013 09:09:32 [INFO] PIM - XML is valid
    7/15/2013 09:09:32 [WARN] PIM - Failed to find Node
    7/15/2013 09:09:32 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pimx'
    7/15/2013 09:09:32 [INFO] PIM - Validating package file: 'C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pima'
    7/15/2013 09:09:32 [INFO] PIM - Package id F0158AAB-0779-4B40-A07D-3F2A21D47E74 is already installed
    7/15/2013 09:09:32 [INFO] PIM - SUCCESS deleteAppletRegInfoRecords.
    7/15/2013 09:09:33 [INFO] PIM - SUCCESS deletePackageUpgradeInfoRecords.
    7/15/2013 09:09:33 [INFO] PIM - SUCCESS deletePackageInstallationInfoRecords.
    7/15/2013 09:09:33 [INFO] PIM - SUCCESS insertPackageUpdateList.
    7/15/2013 09:09:33 [INFO] PIM - SUCCESS insertAppletRegInfoList.
    7/15/2013 09:09:33 [INFO] PIM - Backup Folder Created
    7/15/2013 09:09:33 [INFO] Utilities - File does not exist
    7/15/2013 09:09:35 [INFO] Utilities - Path to Process :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe Process Directory :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities arguments being passed :"C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe" --register=true --createShortcut=true
    7/15/2013 09:09:36 [INFO] Utilities - Success in CreateProcess
    7/15/2013 09:09:37 [INFO] Utilities - Sucessfully launched and executed process...
    7/15/2013 09:09:37 [INFO] PIM - Successfully executed install modifier at path: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe'
    7/15/2013 09:09:37 [INFO] PIM - SUCCESS installPackage at file C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pimx.
    7/15/2013 09:09:37 [INFO] Setup - Finished Installing package - C:\New folder (2)\Adobe Presenter 8\Build\ASU\packages\CCM\CCM.pimx
    7/15/2013 09:09:37 [INFO] PIM - Processing ... _pimCreateOrUpdateAAMInventory
    7/15/2013 09:09:37 [INFO] PIM - Inventory Already present on the machine...
    7/15/2013 09:09:37 [INFO] Setup - TimeLog: End Installing. Now launching PDApp
    7/15/2013 09:09:37 [INFO] Setup - Deployment File Path not specified in command line arguments. Skipping payload deployment part
    7/15/2013 09:09:37 [INFO] Setup - =================  End Adobe Setup. Exit code: 0  =================
    7/15/2013 09:09:37 [INFO] PIM - PIMSqlite closeDB status 0
    7/15/2013 09:09:37 [INFO] PIM - FREE PIM Instance ...
    7/15/2013 09:09:37 [INFO] DeploymentManager - Build Version - 3.1.105.0
    7/15/2013 09:09:37 [INFO] DeploymentManager - Logging Level verbosity Set  to 4
    7/15/2013 09:09:37 [INFO] DeploymentManager - The return code from the Bootstrapper Process is (0).
    7/15/2013 09:09:37 [INFO] DeploymentManager - Correcting Dependencies in local db.
    7/15/2013 09:09:37 [INFO] DeploymentManager - No media db present on the machine.
    7/15/2013 09:09:37 [INFO] DeploymentManager - STEP 4: Starting to launch Adobe Installer.
    7/15/2013 09:09:37 [INFO] DeploymentManager - Obtained Adobe Common Folder Path.
    7/15/2013 09:09:37 [INFO] DeploymentManager - Adobe Installer launch location is :: C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\Setup.exe
    7/15/2013 09:16:50 [INFO] AAMEEUtilities - Process creation completed.
    7/15/2013 09:16:50 [FATAL] DeploymentManager - The return code from the Adobe Installer Process is (6).Stopping the installation process.
    7/15/2013 09:16:50 [INFO] DeploymentManager - Starting to clean the partially installed payloads.
    7/15/2013 09:16:50 [INFO] DeploymentManager - Undeployment XML created at path :: D:\Users\Vmbuild\AppData\Local\Temp\{2592DDC9-72BD-430A-B2EA-C2839B69B46E}\\{EE4FEE4B-4C1 3-44E5-8C22-230423DB10EF}
    7/15/2013 09:16:50 [INFO] DeploymentManager - Starting to launch the Adobe Installer for uninstall mode.
    7/15/2013 09:16:50 [INFO] DeploymentManager - Obtained Adobe Common Folder Path.
    7/15/2013 09:16:50 [INFO] DeploymentManager - C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\Setup.exe
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - Build Version - 6.2.136.0
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - Logging Level verbosity Set  to 4
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - Start: Adobe Application Manager Uninstall...
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - Get RIBS Product count
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - RIBS Products install status
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - Get NON RIBS Product count
    7/15/2013 09:20:21 [INFO] Utilities - Folder does not exist
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - AAMRefs folder  does not exists. Non-Ribs products does not exist on the system
    7/15/2013 09:20:21 [INFO] PIM-Uninstall - NON RIBS Products install status
    7/15/2013 09:20:21 [INFO] Utilities - File does not exist
    7/15/2013 09:20:22 [INFO] Utilities - File does not exist
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Launching RemoveAAM from: C:\Program Files (x86)\Common Files\Adobe\RemoveAAM.bin
    7/15/2013 09:20:22 [INFO] UninstallAAM - argc: 2
    7/15/2013 09:20:22 [INFO] UninstallAAM - Loading PIM.dll from: C:\Program Files (x86)\Common Files\Adobe\AdobePIM.dll
    7/15/2013 09:20:22 [INFO] AAMEEUtilities - Process creation completed.
    7/15/2013 09:20:22 [INFO] DeploymentManager - The return code from the Adobe Installer Process is (0).
    7/15/2013 09:20:22 [INFO] DeploymentManager - Provisioning tool launch location is :: D:\Users\Vmbuild\AppData\Local\Temp\{0EAD2103-39AF-4D85-B942-CAC0E462C482}\\{731F139B-D8D 6-4870-AA90-9626C4D6D4E2}
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Build Version - 6.2.136.0
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Logging Level verbosity Set  to 4
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Killing all Non-Deployment workflows
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Check and wait on Adobe installer (Bootstrapper) if running...
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Check and wait on Adobe installer (RIBS) if running...
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Check and wait if ACF is locked...
    7/15/2013 09:20:22 [INFO] PIM-Uninstall - Check and close Adobe Application Manager notifiers...
    7/15/2013 09:20:22 [INFO] Utilities - Semaphore is not locked
    7/15/2013 09:20:22 [INFO] PIM - Executing install modifiers
    7/15/2013 09:20:22 [INFO] PIM - Build Version - 6.2.136.0
    7/15/2013 09:20:22 [INFO] PIM - Logging Level verbosity Set  to 4
    7/15/2013 09:20:22 [INFO] PIM - CREATE PIM Instance ...
    7/15/2013 09:20:22 [INFO] Utilities - File does not exist
    7/15/2013 09:20:22 [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    7/15/2013 09:20:22 [INFO] PIM - Current db schema version on machine 1.
    7/15/2013 09:20:22 [INFO] PIM - Current db schema version to install 1.
    7/15/2013 09:20:22 [INFO] PIM - PIM DB Schema is up to date. Current schema version is 1.
    7/15/2013 09:20:22 [INFO] PIM - PIM Database is Up To Date.
    7/15/2013 09:20:23 [INFO] Utilities - Path to Process :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe Process Directory :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities arguments being passed :"C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe" --unregister=true --deleteShortcut=true
    7/15/2013 09:20:23 [INFO] Utilities - Success in CreateProcess
    7/15/2013 09:20:23 [INFO] AAMEEUtilities - Process creation completed.
    7/15/2013 09:20:23 [INFO] DeploymentManager - The return Code from Provisioning Tool (0).
    7/15/2013 09:20:23 [INFO] DeploymentManager - Provisioning Tool has successfully UnSerialize the product.
    7/15/2013 09:20:23 [INFO] DeploymentManager - The install workflow is terminating.
    7/15/2013 09:20:25 [INFO] Utilities - Sucessfully launched and executed process...
    7/15/2013 09:20:25 [INFO] PIM - Successfully executed uninstall modifier at path: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe'
    7/15/2013 09:20:25 [INFO] PIM - PIMSqlite closeDB status 0
    7/15/2013 09:20:25 [INFO] PIM - FREE PIM Instance ...
    7/15/2013 09:20:33 [INFO] UninstallAAM - Self delete called to delete RemoveAAM.bin and AdobePIM.dll...

    Office 2010 64 bit as dependency.
       2. Registry used to fool the application that 64 bit version of PowerPoint is already installed.
    Although source works with 32 bit powerPoint . but MSI need 64 bit powerpoint .

  • How can I call Adobe Reader from inside my Application and prevent operator to access Open/save opt

    Can Anyone help to find a way?
    http://answers.acrobatusers.com/How-call-Adobe-Reader-inside-application-avoid-operator-op en-save-doc-q13487.aspx
    From inside my application that run on an Automation PC, under Windows O.S, I want to call Adobe Reader using a shell command to open up an PDF Document containing some informations.
    Shell command like these
    "C:\Program Files\Adobe\Reader 10.0\Reader\AcroRd32.exe" /A "<options>" "C:\mydoc.pdf"
    or
    cmd  /c "C:\mydoc.pdf"
    Operator is using a touchscreen.
    I want to prevent user to access any option that can give him acces to filesystem (Open/save/save as).
    I want also to prevent any change/add information to PDF document
    Thank you in advance for the time you will spend for me.

    You can use the Installation Tuner for Reader to customize the UI elements provided to the user.  Details on the Adobe web site.

  • Connecting to two different database instances from a swing application.

    Hi All,
    I am developing a swing application which needs to interact with two different database instances of two different weblogic servers.
    More eloborately,
    I have some data in DB_Instance1 running on[b] Weblogic_Server1 and I need to insert the same data into DB_instance2 running on Weblogic_server2. Is it possible. Could some explain me how to do that..
    Thanks in advance...
    Sreekanth.

    Hi Rick,
    Try logging onto both Server first. You'll have to use either 2 separate ODBC DSN's or 2 separate OLE DB connections. Set them both for Trusted Authentication, you'll have to configure that on the Server also.Then try your query.
    If that doesn't work then you'll have to create a Stored Procedure or View that can link the 2 Server side.
    Thank you
    Don

  • Launch oracle form from an ADF application

    Hi All,
    I am using Jdeveloper 11.1.1.7.
    Is there an integration process where in I can launch an oracle from from an ADF web application?
    Best Regards,
    Ankit Gupta

    ankit481
    I think you might be interested in http://formadfapp.com/.
    Stoyan

  • How do I invoke a Adobe Plugin from another Client application

    Hi,
    I have written a plug in for Adobe.
    I need to know how do i invoke this plug in from an external application
    For
    e.g a VB.NET Form has a button which on clicked would invoke this plug in
    Thanks for your suggestions in advance

    Leonard
    I would like to know how to do it
    I know that you can use IAC to call a plug-in
    I need to know the function call that i need to make in order make it happen
    MenuItemExecute doesnt seem to work for me.. or maybe i am doing something wrong there
    I can call menuitemexecute("SaveAs") but menuItemExecute("MyMenuItem")
    doesnt work
    Please advise

  • Opening a PDF file from a swing application in MAC

    HI everyone,
    Actually I am developing a swing application which should be executable in both windows and Mac (even other) platformes. In my panel I have an icon which leads to a pdf file. I saw in the following thread:
    http://forum.java.sun.com/thread.jspa?forumID=17&threadID=617767
    that we can use
    Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler " + file);to open what ever file in windows. I want to know what should I do if this application is running on Mac or Linux! I have never worked with these OS so I do not have any idea how to resolve the problem.
    Can anyone help me with this matter?? That would be really nice of you to reply :)
    Thanx and have a great day.

    Thank you for replaying so soon..
    Well you are right by using a widget and etc.. but the problem is that I have been told that this application should open a PDF file that has bookmarks to each chapter of the text and one can make a search on this text by using pdf search.. So I do not have any other choice than opening a pdf :D and my time is unfortunately limit.
    For solving the problem that the user may not have PDF reader.. well I have been told that user should install the pdf reader, so in my application package I am putting the installation file of PDF.
    But going back to my problem.. I guess is someway I have to get the OS type of the user and I have to do a SWITCH or something on the OS type and then change the content of the Runtime.exec(). But the question is how can I get the OS type and what should I change in Runtime.exec().
    So now any idea? any solution??

  • Error Installing Adobe Air from Story Desktop Application Installer

    This is truly driving me nuts already.
    Every time I try to install the Desktop Application from the Story website, it says I must install Adobe Air. So I click Install, it shows the progress bar to 100%, then errors out with a window. The window header reads "Adobe AIR Installer" and the main section of the window reads "Couldn't write the application to the hard disk. Please verify the hard disk is available and try again." - There is a Retry and Cancel. Retry does it all again with same results.
    No, I had no previous versions of Adobe Air. So I tried installing AIR direct from the Adobe website, and it installs fine. So I go back to the Story webpage and try installing the Desktop Application again and the exact same set of events as described above happens. I uninstalled the AIR install, tried again, same result.
    I had Production Premium CS3 previously, and installed Production Premium CS5 UPGRADE. All the programs in the suite work like a charm!
    I'm running Windows 7 64 bit with 208 Gig free on my C drive, as well as over 500 gig free spread out over two other drives. 8 Gig memory, and two Nvidia Qadro FX 3500 video cards (If that matters at all). Full admin rights to the PC, not limited in any way.
    A quick Google search shows plenty of other people having the same problem,  just no known fixes I've found!
    HELP!!!
    PS- I have a picture of the error message, but the insert picture link is greyed out and won't let me add anything to this post.

    Here is the installer log entries as requested:
    9/3/10 11:34:54 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] Starting app install of file:///Users/Shared/Downloads/AdobeStory.air
    9/3/10 11:34:54 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] UI SWF load is complete
    9/3/10 11:34:55 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] UI initialized
    9/3/10 11:34:55 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] beginning UI styling
    9/3/10 11:34:55 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] UI styling complete
    9/3/10 11:34:55 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] Unpackaging to /private/var/folders/dJ/dJl0jNt6GK4MiC2esOh-GU+++TM/TemporaryItems/FlashTmp0
    9/3/10 11:34:58 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] unpackaging/validation is complete
    9/3/10 11:34:58 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] application is bound to this version of the runtime
    9/3/10 11:34:58 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] app id com.adobe.AdobeStory
    9/3/10 11:34:58 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] pub id 4875E02D9FB21EE389F73B8D1702B320485DF8CE.1
    9/3/10 11:34:58 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] Application located at /Applications
    9/3/10 11:34:58 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] The certificate of the installed app fails to match either the signature or migration signature of the AIR file
    9/3/10 11:35:01 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] starting cleanup of temporary files
    9/3/10 11:35:02 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] application installer exiting
    9/3/10 11:35:02 AM /Applications/Utilities/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[344] application installer exiting
    9/3/10 11:35:02 AM com.apple.launchd[223] ([0x0-0x40040].com.adobe.air.ApplicationInstaller[344]) Exited with exit code: 9
    Thank you for your help.

Maybe you are looking for