Manually Create Packages

I know this may sound a little strange, and you'll be wondering... "Why don't you just use makepkg?
Well, I don't actually use Arch Linux, and have always used FreeBSD, but I was interested in pacman , which I decided to port and run on FreeBSD, all is well, but now I'm stuck at creating packages from within the ports.
The idea was to make a script, which would build the port, then package up the binary files that are in 'work/$portname-$portversion' and create packages that would be compatible with pacman .
I was wondering if anyone knew the steps to manually create packages from a compiled source, so then I can implement it into a working script to use with my port tree.
Any help would be greatly appreciated.
[amzo@Bahamut ~]$ uname -a ; pacman -V
FreeBSD Bahamut 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 [email protected]:/usr/obj/usr/src/sys/GENERIC i386
.--. Pacman v4.0.3 - libalpm v7.0.3

The reason I won't use Makepkg, is because the PKGBUILDS, won't build under FreeBSD. I've kinda made a working script to make packages, but it's no where near advance as makepkg is.
Well, it seems to be working fine for now, but doesn't handle dependencies well.
#!/bin/bash
me=`basename $0`
myver='1.0'
startdir=`pwd`
pkgname=`grep PORTNAME= Makefile | awk '{print $2}'`
pkgver=`grep PORTVERSION= Makefile | awk '{print $2}'`
[ -f /etc/makepkg.conf ] && . /etc/makepkg.conf
strip_url() {
echo $1 | sed 's|^.*://.*/||g'
if [ ! -f $startdir/Makefile ]; then
echo "error: Are you in the port directory?"
exit
fi
# Make pkg dir
mkdir -p pkg
# build
echo "==> Building Package..."
make PREFIX=$startdir/pkg install
# write the .PKGINFO file
echo "==> Generating .PKGINFO file..."
cd $startdir/pkg
echo "# Generated by makepkg $myver" >.PKGINFO
echo -n "# " >>.PKGINFO
date >>.PKGINFO
echo "pkgname = $pkgname" >>.PKGINFO
echo "pkgver = $pkgver" >>.PKGINFO
# remove info files
cd $startdir
rm -rf pkg/usr/info pkg/usr/share/info
# strip binaries
cd $startdir
echo "==> Stripping debugging symbols from libraries..."
find pkg/{,usr,usr/local}/lib -type f \
-exec /usr/bin/strip --strip-debug '{}' ';'
echo "==> Stripping symbols from binaries..."
find pkg/{,usr,usr/local}/{bin,sbin} -type f \
-exec /usr/bin/strip '{}' ';'
# tar it up
echo "==> Compressing package..."
cd $startdir/pkg
tar czvf $startdir/$pkgname-$pkgver.pkg.tar.gz .PKGINFO *
cd $startdir
echo "==> Finished";
And the packages play fine with pacman. Wooo
[amzo@Bahamut /usr/ports/x11-wm/dwm]$ sudo pacman -U dwm-6.0.pkg.tar.gz
loading packages...
resolving dependencies...
looking for inter-conflicts...
Targets (1): dwm-6.0
Proceed with installation? [Y/n] y
(1/1) checking package integrity [#############################################################################] 100%
(1/1) loading package files [#############################################################################] 100%
(1/1) checking for file conflicts [#############################################################################] 100%
(1/1) checking available disk space [#############################################################################] 100%
(1/1) installing dwm [#############################################################################] 100%
The only problem that this brings to the field, is that it doesn't play nice with the database:
error: invalid name for database entry 'dwm-6.0'
Maybe someone could help me here a bit, someone who's more experienced with creating packages?
Last edited by Amzo2 (2012-06-03 13:42:07)

Similar Messages

  • Delete chackbox for manually create report region

    Hi guys,
    First of all I want to say you're providing excellent support. I did research the topic but didn't come accross anything that worked (not to say I couldn't have missed something either). My challenge for the moment is that I've manually created a couple of multi-row report regions which appear on the same page & need to flag records for deletion. As I'm sure you know - I used the htmldb_item package to accomplish this - but the htmldb_item package doesn't support chekboxes. Is there a workaround?
    Kind Regards,
    Sabrina

    Okay - here is one example of something I tried. You're right it's not necessarily a "bug", but as this note is made from the following how-to link "not supported".
    http://www.oracle.com/technology/products/database/htmldb/howtos/tabular_form.html
    Note: Checkbox, popup calendar, and popup key LOV
    are not supported under updateable column attributes in report attributes section.
    Example:
    Select
    x.address_line1,
    x.address_line2,
    x.town,
    x.postal_code,
    x.cntry_code
    from
    (Select
    htmldb_item.text(1,address_line1,10) address_line1,
    htmldb_item.text(2,address_line2,10) address_line2,
    htmldb_item.text(3,town,10) town,
    htmldb_item.text(4,postal_code,10)postal_code,
    htmldb_item.text(4,cntry_code,10) cntry_code,
    htmldb_item.checkbox(5,del_flag,decode( del_flag, 'Y', 'CHECKED', NULL )) del_flag
    from addresses
    where a_pid = :P7_PID
    union all
    Select
    htmldb_item.text(1,null,10) address_line1,
    htmldb_item.text(2,null,10) address_line2,
    htmldb_item.text(3,null,10) town,
    htmldb_item.text(4,null,10) postal_code,
    htmldb_item.text(4,null,10) cntry_code,
    htmldb_item.checkbox(5,null) del_flag
    from all_objects where rownum < nvl(:P7_ROWS,2)) x

  • Help with Transaction POP1: Create Packaging Instruction Initial

    When ever I try to create packaging instruction through POP1, I get the error:
    Manually-entered packing instruction ID cannot be checked
    Can somebody please help?
    With regards,
    Ketan

    Hi Ketan,
    This has something to do with the number range objects.
    Check in Customizing (SPRO->Logistics General->Handling Unit Management -> Automatic Packing -> Packing Instructions Master Data -> Define Number Ranges for Packing Instructions (or transaction OPIN) whether the following intervals are defined:
    Give a number which is within the number range you have defined.
    If your number range is not external, then just go to POP1 and enter, it will automatically assign a number to the packaging instruction
    Hope this helps you. Reward if this helps.
    Added for external number range
    -Refined the path--

  • Effect of manually created proposal on MRP Run

    if there is any proposal which might have been created by the user manually & not via MRP run, does it have effect on the results of MRP.
    will the system ignores the requirement as it has been covered already via manually created proposal.

    Dear Geetika,
    if there is any proposal which might have been created by the user manually & not via MRP run,
    does it have effect on the results of MRP.
    Yes definitely it have effect on MRP
    MRP checks All Firmed Receipts & creates procurement proposals
    will the system ignores the requirement as it has been covered already via manually created proposal.
    Say for example demand is there for material as 50 PCS
    Now manually user created Production order for that 50 pcs
    Now if run MRP than system will not create any plan order as already Production order consists for 50 pcs
    Again we have add demand for the same as for another 50 pcs
    so now total demand became for that material is 100pcs
    Now Run MRP system will create plan order for 50 pcs
    As we have already 50 pcs of production order which is created manually
    Hope the above clarifies
    Regards
    Madhu

  • Need to personalize the Remittance screen making 'Manual Create' Button invisible

    Dear All,
    I highly appreciate you people responding to my before questions. All are solved/clarified.
    Below is the requirement from my friend, I am trying to help him. Please suggest.
    In Receivables>Receipts>Remittance screen
    Need to disable the 'Manual Create' button, if the user selects the 'Receipt Method' field as 'XX_REC_METH1'.
    I tried just to disable the 'Manual Create' without the receipt Method condition, even that also doesnt work.
    Version : R12.1.3
    Function Name: AR_ARXRWMAI_REMITTANCES
    Form Name: ARXRWMAI
    Manual Create Button: AR_BATCHES_SUM. REMIT_MANUAL_CREATION                               <block>.<field>
    Receipt Method: AR_BATCHES_SUM.M_REMIT_RECEIPT_METHOD_NAME                            <block>.<field>
    Kindly suggest any work around.
    Thanks a lot in advance.
    Regards,
    Afzal.

    Hi Afzal,
    your question is about an eBusiness Suite form.  Our forum here (and the team that moderates it) deals with Fusion Applications questions.
    Please repost this question in one of these forums that deal with EBS:
    Technology - General Discussion
    Financials
    Thanks for your understanding.
    Regards,
    Oliver
    Fusion Apps Developer Relations
    https://blogs.oracle.com/fadevrel

  • Error while creating package

    Hi,
    I am trying to create this procedure inside a package but i am getting the below mentioned error, but when i run the SELECT statement alone, it works fine
    but when creating package it throws the error, can anyone please help me in this.
    PROCEDURE Selections(
    p_Last IN VARCHAR2,
    p_CurrentTime IN VARCHAR2,
    p_Selections OUT     NUMBER
    IS
    BEGIN
         SELECT CODE, AMOUNT,INSERT_DATE FROM
         (SELECT b.CODE, a.AMOUNT,a.INSERT_DATE, ROW_NUMBER()
         OVER(PARTITION BY b.CODE ORDER BY a.INSERT_DATE) AS SEQ
         FROM PAYMENTS a,SB b
    WHERE a.INSERT_DATE > p_Last
    AND a.INSERT_DATE <= p_CurrentTime
    AND a.TYPE = 'X'
    AND a.P_CODE IS NULL
    AND a.ACCT=b.C_CODE)
         WHERE SEQ = 1;
    END Selections;
    After throwing the error the cursor is positioned between OVER[CURSOR](PARTITION BY b.CODE ORDER BY a.INSERT_DATE) AS SEQ
    Error Message:
    PLS-00103: Encountered the symbol "(" when expecting one of the following:
    , from
    Thanks

    If you have to use dynamic SQL because of V 8i, try this (not tested):
    PROCEDURE Selections( 
       p_Last IN VARCHAR2,
       p_CurrentTime IN VARCHAR2,
       p_Selections OUT NUMBER
    IS
       l_code NUMBER;
       l_amount NUMBER;
       l_insert_date DATE;
    BEGIN
       execute immediate
       'SELECT code,'||
              'amount,'||
              'insert_date '||
       'FROM   ('||
              'SELECT b.code,'||
                     'a.amount,'||
                     'a.insert_date,'||
                     'row_number() over(PARTITION BY b.code ORDER BY a.insert_date) AS seq '||
              'FROM   payments a,'||
                     'sb b '||
              'WHERE  a.insert_date > p_last '||
              'AND    a.insert_date <= p_currenttime '||
              'AND    a.type = '||''''||'X '||''''||
              'AND    a.p_code IS NULL '||
              'AND    a.acct = b.c_code'||
              ') '||
       'WHERE  seq = 1'
       INTO   l_code,
              l_amount,
              l_insert_date
       dbms_output.put_line(l_code);
       dbms_output.put_line(l_amount);
       dbms_output.put_line(l_insert_date);
    END selections;Regards,
    Gerd

  • Manual created PO not showing up in the shopping cart for non-catalog scena

    In non-catalog scenario within SRM, the shopping cart shows the purchase requisition and not the manual created PO after
    running the program BBP_GET_STATUS_2. Do I need to run the program CLEAN_REQREQ_UP to retrieve the manual created PO on ECC 6.0 after BBP_GET_STATUS_2? What is the selection criteria for both of these programs?
    Thanks
    Chris Htizke

    Hi,
    I'm not clear you issue. Is it SC -> PR(backend) -> PO(backend) classic scenario ? or You just created a PO in backend system?
    BBP_GET_STATUS_2 will update SC follow-on doc information from backend.
    Regards,
    Masa

  • A question about creating packages as local objects in ABAP

    Hi,
    I have a question about creating packages with SE80. Whenever I create a new package it is assigned a new transport request. After that, I can create new programs inside this package, and each time I can choose whether to assign the new program to a transport request or just save it as a local object (I often do this for test programs that I don't transport and I remove them once my tests have been done).
    What I would like to ask is that, is it possible to create a package (and not just programs inside a given package) as a local object? so that every new object created in this package will be considered as a local object?
    Thanks in advane,
    Kind Regards,
    Dariyoosh

    Thomas Zloch wrote:
    Please also check the F1 help for the package field e.g. in SE80, SAP standard is in range A-S and U-X, namespaces start with "/", so you should be save. I am using the T namespace for temporary stuff since a long time and did not have a problem so far.
    > Thomas
    >
    > P.S. this applies to the package name only, of course
    Thank you very much for this remark, I checked F1 help for the package field and in fact as you mentioned these ranges are for local objects.
    Once again, thank you very much for your help.
    Kind Regards,
    Dariyoosh

  • 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 .

  • "Manually" creating U3D files to import into Acrobat XI

    Has anyone here ever successfully tried to "manually" create a U3D file and open it in a Acrobat XI to save it as a PDF file?
    I am currently coding an U3D export filter for our self-developed CAD application. The resulting files (containing simple polygon meshes) can be opened and displayed by a commercial U3D viewer (SAP Visual Enterprise Viewer 7.0), but Acrobat X and Acrobat XI cannot open them. They only display useless standard "Unable to open" message.
    Sample U3D files from the web open correctly in Acrobat XI although I fail to see any relevant difference when comparing them to the files my filter creates.
    Our U3D files only feature a default view and a few, simple polygon meshes created using CLOD Mesh Declaration and CLOS Base Mesh Continuation. Everything is correctly contained in modifier chains. The file does not use compression.
    I checked the "U3D Supported Elements" documents from Adobe and I'm sure to have met all conditions therein.
    Any help or tip would be very much appreciated because I am out of ideas what to try...
    Best regards
    Stefan Malz

    For an illustration of my problem, here is a most simple file that I created:
    http://www.cad6.com/archive/Merge1.u3d
    This file opens correctly in SAP Visual Enterprise Viewer 7.0, but not in Acrobat XI Pro. A similiar file destilled from a sample file found on the web, however, works:
    http://www.cad6.com/archive/Merge2.u3d
    The only difference I can see is that is uses compression and a CLOD Progressive Mesh Continuation instead of a CLOD Base Mesh Continuation. But according to the latest version of "U3D Supported Elements", this should not make any difference.
    Any idea why Merge1.u3d does not open? Please?!
    Best regards
    Stefan Malz

  • How To Use Dynamic Menus To Place Manually Created Jspx Pages On Sub-Level

    JHeadstarters,
    Back on the JHS trail and could use some help.
    I started using dynamic menus (see section 9.2 JHS Dev Guide) to setup a custom menu structure and found it could not be easier however I need to solve 2 issues;
    1. How to get more than 2 levels deep on the menus (parent, child, grand-child, etc.)? In the menu structure setup I have created a menu that is 3-levels deep however when it runs you only get 2 levels. Perhaps a template needs to be changed.
    2. How can I assign manually created jspx pages to sub-level menus?
    Scenerio;
    I have JHS generated pages *** AND *** manually created pages. Using dynamic menus to place the JHS genned pages works fine, the problem is how to do it with manually created pages.
    Using Dynamic Menu's I created a top-level menu tab named "warp-core", below it on the next level I have two sub-menus, one named "search" and one named "form" for displaying the results of the search and modifying the rows (don't ask me why they are seperate).
    The problem is how to assign the manually created jspx pages to those sub-menus? Or am I going abouth this the wrong way? Perhaps I could use JHS to generate seperate search and display pages.
    Thanks!
    BG...

    Bill,
    1. Yes, you need to decide yourself how and where you want to render this third level menu. You then create a region file similar to dynamicMenu2Tabs.jspx, just replace the references to level2MenuItems with level3MenuItems. Then create a custom template to call this menu 3 region file.
    For example, you could create a bulleted vertical list for level 3 as illustrated in section 9.1.3 of the Developers Guide (that example is with static menu, but you can use similar technique for dynamic menu)
    2. Instead of a group name, you can specify a JSF Navigation action in the menu administration application. So, you create a global navigation case to your custom page, and you enter this navigation case id in the menu admin app.
    Note that if you want to generate separate search pages, you can do so by setting the advanced search property to "separatePage".
    Steven Davelaar,
    JHeadstart Team.

  • Creating Packages and Prefix in ABAP proxies

    HI,
    How to create Packages in ABAP .. while using custmized packages ZTAFE its giving the below error..
    Package ZTAFE has no use access to package
    interface SAI_TOOLS
    regards,
    Kishore

    Hi ,
    inculde the interface SAI_TOOLS under Use Access..
    check this doc creating a package....
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6066fbe8-edc4-2910-9584-a9601649747d
    hope this helps...

  • Manually created folders in the Home folder won't be hidden to other computer users

    First, I noticed this in Mountain Lion, so it's not Mavericks to be considered the responsible.
    All Mac users (ok, except guests and limited) come with a home folder, which contains some default created subfolders that are not accessible by other users on the same Mac. That said, I created a couple of folders under my home folder, in order to store some personal data there: I believed that every newly created folder in there would automatically become unaccessible to other users as well as the default ones. Actually not: after a co-worker of mine logged in, navigating to my user's home folder, I spotted the prohibition sign at every system created folder, but not at the folders I manually created! In fact they were accessible, with full rights to read and write. I manually set their permissions and now I hope noone may see those folders content.
    Is it a common behaviour? I expected different.
    Thanks

    hi there,
    yes it is common, since any newly created folder has the default set of permissions, which in current OSX versions and most other unixoid systems is "755" or "rwx r-x r-x".
    If you want to change this to the more private setting ("700" or "rwx --- ---"),  as used by the subfolders within your home directory in OSX, you need to use the terminal command "chmod" or the Info-Panel within the Finder to alter the permissions manually.
    hope this helps,
    Chris

  • Help with validation on a manually created tabbed form

    version 4.1.1.00.23
    Hello,
    I have a manually created tabbed form that I'm having trouble creating validation on.
    The page is a Resource Staffing page where PM's can forecast the Resources that will be needed for various projects. The forecast can be for 12 - 18 months.
    The requirement is to display a message to the user if they are trying to save a row without forecasting any time. It's possible they may not know how may Resources or the length of time needed when the row is created.  If they respond that they want to save the row without time the MRU will create the record. If they answer that they do not want to save the row they are returned to the page without loss of information.
    The month fields on the page are defaulting to 0 (zero).
    I've updated the Save button to Redirect to URL and in the URL Redirect I have: javascript:confirmNoTimeSaved()
    The javascript:
    [code]
    function confirmNoTimeSaved()
        var arr_jan,arr_feb,arr_mar,arr_apr,arr_may,arr_jun,arr_jul,arr_aug,arr_sep,arr_oct,arr_nov,arr_dec = new Array();
            arr_jan = document.wwv_flow.f07;
            arr_feb = document.wwv_flow.f08;
            arr_mar = document.wwv_flow.f09;
            arr_apr = document.wwv_flow.f10;
            arr_may = document.wwv_flow.f11;
            arr_jun = document.wwv_flow.f12;
            arr_jul = document.wwv_flow.f13;
            arr_aug = document.wwv_flow.f14;
            arr_sep = document.wwv_flow.f15;
            arr_oct = document.wwv_flow.f16;
            arr_nov = document.wwv_flow.f17;
            arr_dec = document.wwv_flow.f18;
        for(i = 0; i < arr_jan.length; i++)
            if(arr_jan[i].value == 0 && arr_feb[i].value == 0 && arr_mar[i].value == 0
                && arr_apr[i].value == 0 && arr_may[i].value == 0 && arr_jun[i].value == 0
                && arr_jul[i].value == 0 && arr_aug[i].value == 0 && arr_sep[i].value == 0
                && arr_oct[i].value == 0 && arr_nov[i].value == 0 && arr_dec[i].value == 0)
                txt = 'You have no time assigned to your Forecast. Do you want to save this Forecast without time entered?' + '\n' + '\n' + '"Yes" to save the Forecast.' + '\n' + '"No" to return with no changes.';
                caption = 'Confirm Saving With No Time';
                vbMsg(txt,caption)
                switch (isChoice)
                    case 6:
                        doSubmit('SUBMIT');
                        break;
                    case 7:
                        doSubmit('CANCEL2');
                        break;
            else
                doSubmit('SUBMIT');   
                break;
    </script>
    <script language="VBScript">
    <!--
    //Yes    = 6
    //No     = 7
        Function vbMsg(isTxt,isCaption)
            testVal = MsgBox(isTxt,vbYesNo,isCaption)
            isChoice = testVal
        End Function
    //-->
    </script>
    [/code]
    The 'CANCEL2' is just a Branch I'm using to branch back to the page without clearing Cache. I do have 'Cancel' button on the page and the Branch created for that clears the Cache.
    While debugging the javascript I get into the VB Script on the testVal = MsgBox(isTxt,vbYesNo,isCaption) line and the browser crashes.
    Can someone help with this requirement?
    What additional information can I provide?
    Thanks,
    Joe

    The code above is my attempt at this requirement, however, the browser crashes when it gets to the VBScript on the MsgBox call. I don't have to use this approach. Does someone have an idea how to solve this?
    Thanks,
    Joe

  • Why created package with SE80 can't be found in Transport Connection?

    We want to transport our custom InfoCubes from Developement environment to Test environment:
    RSA1 -> Transport Connection, select an InfoCube we created and drag it over to the right frame, group it by "In Dataflow Before and Afterwards".  The Package column shows it's attached to $TMP that we would have to change it to a custom package that it can be transported over.  We click the Package picture icon with a pencil trying to change the package attached from $TMP to a custom one, but can't find any custom package we created with SE80 from here.  Could someone tell us why?
    Thanks

    hey AHP,
    Yeh, if I run rsdcube and follow the menu you specified, I can assign the InfoCube to the custom package I created with SE80.  I wonder why it's to work in this way?  If clicking the Package picture icon with pencil in Transport Connection doesn't work or successfully to bring up the correct custom package we created, then why SAP has this stupid picture icon over there to mislead our developers?
    You asked me how we created the custom package, we created them with SE80. 
    BTW, someone says that's BASIS work to create package to do the transports in their companies, how about your company?  You don't have to create custom package and just assign the objects to the package BASIS creates for you?
    Also someone says the ideal transport strategy is to group by "Necessary" other than "Dataflow Before and Afterwards", how do you think?
    Thanks

Maybe you are looking for

  • A replacement for the Quicksort function in the C++ library

    Hi every one, I'd like to introduce and share a new Triple State Quicksort algorithm which was the result of my research in sorting algorithms during the last few years. The new algorithm reduces the number of swaps to about two thirds (2/3) of class

  • XML Document to String - Line Separator problem

    I�m facing a problem with line separator while converting a Document object to String. Scenario: I get an input XML having line separator say \n (hex: 0A). When I create the output XML using Transformer, the line separator is still \n. I have a requi

  • Substitute of alpha conversion routine

    Hi, Is there any routine as a substitute for the alpha conversion routine. I am getting problem in alpha conversion and the info object is filled by routine to infocube. I cannot overcome the problem by checking in the transfer rule. Please provide s

  • K9copy: where are the user configurations?

    Except to ~ / .kde4/share/config/k9copyrc are user configurations? I have a problem, if I change the Directory Work but k9copy not changed anything. Therefore I have decided to delete the configurations on .kde4/share/config/k9copyrc but nothing doin

  • How do i track all the apps installed on my iphone using icloud

    How do i track all the apps installed on my iphone using icloud