Database will not update! grr

I am using an excel database to store a string "Verb" and a number "Type".
Heres the thing:
The update works IF excel has the database open and is displaying it. Then when i click the save button, I can see in excel that my verb has popped up. Then, when i close out of excel, it asks me to save, even though i have done nothing using excel. if i save, the data sent from my program remains, if i do not, it is not there when i open it again.
If excel is never open, the function executeUpdate returns 1 which means it was successful, but if i open the database in my program in excel, the data is not there. Here's my functions:
getConnection:
          String Driver = "";
          String Url = "";
          String Username = "";
          String Password = "";
          Connection Con = null;
          try
               Driver = "sun.jdbc.odbc.JdbcOdbcDriver";
               Url = "jdbc:odbc:Excel Files;DBQ=";
               Url += FilePath+"\\"+FileName;
               Username = "";
               Password = "";
               Class.forName(Driver); // load JDBC-ODBC driver
               return DriverManager.getConnection(Url, Username, Password);
          catch (Exception e) {System.out.println("getConnection:  "+e.getMessage());}
          return(Con);
and one that updates the data:
     String FilePath = DataBases.getRootDirectory();
     String FileName = "StemChange.xls";
     Connection Con = DataBases.getConnection(FilePath, FileName);
     Statement Command = null;
     String Update = "insert into [Sheet1$] (Verb, Type) values ('Acostar', 3)";
     System.out.println(Update);
     int i = 0;
     try
          Command = Con.createStatement();
          i = Command.executeUpdate(Update);
     } catch (SQLException e) {System.out.println("Execute: "+e.getMessage());}
     if (i == 1)
          System.out.println("Success");
     else
          System.out.println("Failed");
Does anyone know how i can get this to update without ever using excel, otherwise the program is useless because you could just do it through excel anyway and i REALLY REALLY don't want that.
thanks, lateralus

1) Give due consideration to not using Excel. Access might be a good alternative. Excel is really not a database and thus can have all sorts of weirdness when you try and use it as a database.
2) Close your connection. Due to ODBC shenanigans if you use a file based ODBC datasource then you need to close the connection in order to flush the changes to the file. Simply close the connection (which you should be doing anyway) and see if that helps ( it may). I would recommend not having the file also open in Excel at the same time.

Similar Messages

  • Installing maverics: mail-database will not update - it 'hangs'

    Just updated to mavericks
    all seems to work, except that Mail will not start: the database update process seems to hang.
    Is anything known about this? How can I re-start this process manually and re-import the mail data from my ccc backup?
    I am upgrading from mountain-Lion on a 2nd partition of the same disk, just to see if all will work nicely. I did the same thing with my macbook and this worked fine.
    Any intelligence out there?

    Do a backup.
    Quit Mail.
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder. Go to Library/Containers/com.apple.mail.  Move the folder com.apple.mail to your desktop. You must move the entire folder, not just the contents.
    Restart, re-launch Mail and test. If the problem is solved, recreate any required Mail settings and import any emails you want to save from the folder on the desktop. You can then put the folder in the Trash. If the problem remains, return the folder to where you got it replacing the one that is there. 
    Information learned from Linc Davis. Thanks to leonie for some information contained in this.

  • Illustrator 64 will not update to 16.0.2

    I have Adobe Master Collection CS6 installed and updated many of the programs today. Among them Illustrator 32 updated fine to 16.0.2, but Illustrator 64 failed to update and even deleted the EXE file.
    I recovered the EXE file from a backup file, and it (16.0.1) seems to run fine, but will not update to 16.0.2 either through the update program or manually.
    I looked at the install file, but nothing was obvious to me. It is copied below for more experienced eyes.
    Thanks in advance.
    AJB
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    deploymentFile option not given
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 18.451 milliseconds (0.018451 seconds)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup
    Updating media info for: {F861E540-8C1D-4052-9877-61CB41C02B7A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,6.2.10.0]
    ----------------- CreatePayloadSession: machine is x64 ---------------
    [    8624] Wed Oct 03 09:02:47 2012  INFO
    Setting ignore refcount for '{A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0' getting upgraded by '{F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0'
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0: 0 (0,0)
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: 0 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Patch {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0 can be applied to product {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582} Adobe Illustrator CS6 Core (64 Bit) 16.0.0.0
    Patch {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 can be applied to product {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582} Adobe Illustrator CS6 Core (64 Bit) 16.0.0.0
    Overwrite property "extensionsOnly" to: 1
    Overwrite property "mode" to: silent
    Overwrite property "patchesOnly" to: 1
    Overwrite property "workflow" to: updater
    Found payload actions:
    Deciding what installer mode to use...
    [    8624] Wed Oct 03 09:02:48 2012  INFO
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0 is: true
    Action string for {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0  is install
    Value returned on lookup of payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 is: false
    Action string for {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0  is install
    END Setting requested payload actions
    Collected advanced path check information for INSTALLDIR
    INSTALLDIR is a well-formed path
    INSTALLDIR is not the root path
    INSTALLDIR is on a local volume
    INSTALLDIR is on a writable volume
    INSTALLDIR is not on a case sensitive volume
    INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    BEGIN InstallOperationsQueue Unordered operations
      {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0:  with operation remove
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0:  with operation remove
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    BEGIN InstallOperationsQueue Unordered operations
      {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0:  with operation remove
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0:  with operation remove
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Calling the custom action code for pre-remove for payload {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0
    ::START TIMER:: [Payload Operation :{A7D9641D-E152-4026-B2F3-745A67DDBC64}]
    [     152] Wed Oct 03 09:02:48 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadUninstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Session {F861E540-8C1D-4052-9877-61CB41C02B7A} modify request for AdobeCode: {A7D9641D-E152-4026-B2F3-745A67DDBC64}
    Effective AdobeCode for: {A7D9641D-E152-4026-B2F3-745A67DDBC64} is {A7D9641D-E152-4026-B2F3-745A67DDBC64}
    Uninstalling payload
    Payload {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    CustomizedPatch property not found in database
    Beginning un-installation for payload at C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{A7D9641D-E152-4026-B2F3-745A67DDBC64}.db
    [     152] Wed Oct 03 09:02:53 2012  INFO
    Completing un-installation for payload at C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{A7D9641D-E152-4026-B2F3-745A67DDBC64}.db
    Physical payload uninstall result:0
    [    8624] Wed Oct 03 09:02:53 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{A7D9641D-E152-4026-B2F3-745A67DDBC64}] took 4601.12 milliseconds (4.60112 seconds) DTR = 4707.55 KBPS (4.59721 MBPS)
    User specified overrideFile:
    Successfully updated the csu inventory for {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0 return values 0:0
    Calling the custom action code for post-remove for payload {A7D9641D-E152-4026-B2F3-745A67DDBC64} Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64 16.0.1.0
    Calling the custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    ::START TIMER:: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}]
    [    7476] Wed Oct 03 09:02:53 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    Extracting assets complete. Number assets: 1
    CustomizedPatch property not found in database
    Beginning installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    [    7476] Wed Oct 03 09:02:57 2012 ERROR
    DF044: Failed to restore ACL of file C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe , Error : 5(Seq 26)
    DW063: Command ARKPatchCommand failed.(Seq 26)
    [    7476] Wed Oct 03 09:02:57 2012  INFO
    Completing installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    [    8624] Wed Oct 03 09:02:58 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 2 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}] took 5403.62 milliseconds (5.40362 seconds) DTR = 1362.79 KBPS (1.33085 MBPS)
    User specified overrideFile:
    The csu inventory was not updated for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0, value of local var is -1
    Calling the ROLLBACK custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    No operation.  We're done:
    [    8624] Wed Oct 03 09:03:00 2012  INFO
    Total components installed: 0
    Total components repaired: 0
    Successfully removed 1 component:
    - Adobe Illustrator CS6 Core (64 Bit)_16.0.1_AdobeIllustrator16-mul_x64
    [    8624] Wed Oct 03 09:03:00 2012 ERROR
    DW050: The following payload errors were found during install:
    DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    [    8624] Wed Oct 03 09:03:00 2012  INFO
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Restarting your computer is recommended:
    In order to complete the installation, please restart the computer
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Call PostSession Custom Hook
    :: END TIMER :: [Total Timer] took 16166.7 milliseconds (16.1667 seconds) DTR = 883.791 KBPS (0.863077 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s), 0 warning(s)
    ----------- Payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 -----------
    ERROR: DF044: Failed to restore ACL of file C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe , Error : 5(Seq 26)
    ERROR: DW063: Command ARKPatchCommand failed.(Seq 26)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    [    8624] Wed Oct 03 09:03:01 2012  INFO
    Exit Code: 7 - Unable to complete Silent workflow.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DF044, DW063 ...
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    deploymentFile option not given
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 17.2089 milliseconds (0.0172089 seconds) DTR = 232.438 KBPS (0.22699 MBPS)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup
    Updating media info for: {F861E540-8C1D-4052-9877-61CB41C02B7A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,6.2.10.0]
    ----------------- CreatePayloadSession: machine is x64 ---------------
    [    9980] Wed Oct 03 09:07:39 2012  INFO
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: 0 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Patch {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 can be applied to product {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582} Adobe Illustrator CS6 Core (64 Bit) 16.0.0.0
    [    9980] Wed Oct 03 09:07:40 2012  INFO
    Overwrite property "extensionsOnly" to: 1
    Overwrite property "mode" to: silent
    Overwrite property "patchesOnly" to: 1
    Overwrite property "workflow" to: updater
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 is: false
    Action string for {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0  is install
    END Setting requested payload actions
    Collected advanced path check information for INSTALLDIR
    INSTALLDIR is a well-formed path
    INSTALLDIR is not the root path
    INSTALLDIR is on a local volume
    INSTALLDIR is on a writable volume
    INSTALLDIR is not on a case sensitive volume
    INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Calling the custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    ::START TIMER:: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}]
    [   10008] Wed Oct 03 09:07:40 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    Extracting assets complete. Number assets: 1
    CustomizedPatch property not found in database
    Beginning installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    [   10008] Wed Oct 03 09:07:42 2012 ERROR
    DF022: Pre checksum mismatch for file "C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe"(Seq 26)
    DW063: Command ARKPatchCommand failed.(Seq 26)
    [   10008] Wed Oct 03 09:07:42 2012  INFO
    Completing installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    [    9980] Wed Oct 03 09:07:44 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 2 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}] took 3603.06 milliseconds (3.60306 seconds)
    User specified overrideFile:
    The csu inventory was not updated for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0, value of local var is -1
    Calling the ROLLBACK custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    No operation.  We're done:
    [    9980] Wed Oct 03 09:07:46 2012  INFO
    Total components installed: 0
    Total components repaired: 0
    Total components removed: 0
    [    9980] Wed Oct 03 09:07:46 2012 ERROR
    DW050: The following payload errors were found during install:
    DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    [    9980] Wed Oct 03 09:07:46 2012  INFO
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Restarting your computer is recommended:
    In order to complete the installation, please restart the computer
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Call PostSession Custom Hook
    :: END TIMER :: [Total Timer] took 9089.42 milliseconds (9.08942 seconds) DTR = 1.32022 KBPS (0.00128927 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s), 0 warning(s)
    ----------- Payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 -----------
    ERROR: DF022: Pre checksum mismatch for file "C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe"(Seq 26)
    ERROR: DW063: Command ARKPatchCommand failed.(Seq 26)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    [    9980] Wed Oct 03 09:07:47 2012  INFO
    Exit Code: 7 - Unable to complete Silent workflow.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DF022, DW063 ...
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    deploymentFile option not given
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 34.6525 milliseconds (0.0346525 seconds)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64
    Updating media info for: {F861E540-8C1D-4052-9877-61CB41C02B7A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,6.2.10.0]
    ----------------- CreatePayloadSession: machine is x64 ---------------
    [    9440] Wed Oct 03 09:12:04 2012  INFO
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: 0 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Patch {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 can be applied to product {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582} Adobe Illustrator CS6 Core (64 Bit) 16.0.0.0
    [    9440] Wed Oct 03 09:12:05 2012  INFO
    Overwrite property "DEVersion" to: 6.0
    Overwrite property "extensionsOnly" to: 1
    Overwrite property "mode" to: silent
    Overwrite property "patchesOnly" to: 1
    Overwrite property "workflow" to: updater
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 is: false
    Action string for {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0  is install
    END Setting requested payload actions
    Collected advanced path check information for INSTALLDIR
    INSTALLDIR is a well-formed path
    INSTALLDIR is not the root path
    INSTALLDIR is on a local volume
    INSTALLDIR is on a writable volume
    INSTALLDIR is not on a case sensitive volume
    INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Calling the custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    ::START TIMER:: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}]
    [    5820] Wed Oct 03 09:12:05 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    [    5820] Wed Oct 03 09:12:06 2012  INFO
    Extracting assets complete. Number assets: 1
    CustomizedPatch property not found in database
    Beginning installation for payload at C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    [    5820] Wed Oct 03 09:12:08 2012 ERROR
    DF022: Pre checksum mismatch for file "C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe"(Seq 26)
    DW063: Command ARKPatchCommand failed.(Seq 26)
    [    5820] Wed Oct 03 09:12:08 2012  INFO
    Completing installation for payload at C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    [    9440] Wed Oct 03 09:12:09 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 2 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}] took 3708.19 milliseconds (3.70819 seconds) DTR = 138.073 KBPS (0.134837 MBPS)
    User specified overrideFile:
    The csu inventory was not updated for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0, value of local var is -1
    Calling the ROLLBACK custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    No operation.  We're done:
    [    9440] Wed Oct 03 09:12:11 2012  INFO
    Total components installed: 0
    Total components repaired: 0
    Total components removed: 0
    [    9440] Wed Oct 03 09:12:11 2012 ERROR
    DW050: The following payload errors were found during install:
    DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    [    9440] Wed Oct 03 09:12:11 2012  INFO
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Restarting your computer is recommended:
    In order to complete the installation, please restart the computer
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Call PostSession Custom Hook
    :: END TIMER :: [Total Timer] took 9880.02 milliseconds (9.88002 seconds) DTR = 52.6315 KBPS (0.0513979 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s), 0 warning(s)
    ----------- Payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 -----------
    ERROR: DF022: Pre checksum mismatch for file "C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe"(Seq 26)
    ERROR: DW063: Command ARKPatchCommand failed.(Seq 26)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    [    9440] Wed Oct 03 09:12:13 2012  INFO
    Exit Code: 7 - Unable to complete Silent workflow.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DF022, DW063 ...
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    deploymentFile option not given
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 30.256 milliseconds (0.030256 seconds)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64
    Updating media info for: {F861E540-8C1D-4052-9877-61CB41C02B7A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,6.2.10.0]
    ----------------- CreatePayloadSession: machine is x64 ---------------
    [    5900] Wed Oct 03 09:13:19 2012  INFO
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: 0 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Patch {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 can be applied to product {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582} Adobe Illustrator CS6 Core (64 Bit) 16.0.0.0
    Overwrite property "DEVersion" to: 6.0
    Overwrite property "extensionsOnly" to: 1
    Overwrite property "mode" to: silent
    Overwrite property "patchesOnly" to: 1
    Overwrite property "workflow" to: updater
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 is: false
    Action string for {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0  is install
    END Setting requested payload actions
    Collected advanced path check information for INSTALLDIR
    INSTALLDIR is a well-formed path
    INSTALLDIR is not the root path
    INSTALLDIR is on a local volume
    INSTALLDIR is on a writable volume
    INSTALLDIR is not on a case sensitive volume
    INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    [    5900] Wed Oct 03 09:13:20 2012  INFO
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Calling the custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    ::START TIMER:: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}]
    [    9380] Wed Oct 03 09:13:20 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    Extracting assets complete. Number assets: 1
    CustomizedPatch property not found in database
    Beginning installation for payload at C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    [    9380] Wed Oct 03 09:13:23 2012 ERROR
    DF022: Pre checksum mismatch for file "C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe"(Seq 26)
    DW063: Command ARKPatchCommand failed.(Seq 26)
    [    9380] Wed Oct 03 09:13:23 2012  INFO
    Completing installation for payload at C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    [    5900] Wed Oct 03 09:13:24 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 2 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}] took 3706.87 milliseconds (3.70687 seconds)
    User specified overrideFile:
    The csu inventory was not updated for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0, value of local var is -1
    Calling the ROLLBACK custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    No operation.  We're done:
    [    5900] Wed Oct 03 09:13:26 2012  INFO
    Total components installed: 0
    Total components repaired: 0
    Total components removed: 0
    [    5900] Wed Oct 03 09:13:26 2012 ERROR
    DW050: The following payload errors were found during install:
    DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    [    5900] Wed Oct 03 09:13:26 2012  INFO
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Restarting your computer is recommended:
    In order to complete the installation, please restart the computer
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Call PostSession Custom Hook
    :: END TIMER :: [Total Timer] took 9986.08 milliseconds (9.98608 seconds) DTR = 0.801116 KBPS (0.000782339 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s), 0 warning(s)
    ----------- Payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 -----------
    ERROR: DF022: Pre checksum mismatch for file "C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Illustrator.exe"(Seq 26)
    ERROR: DW063: Command ARKPatchCommand failed.(Seq 26)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    [    5900] Wed Oct 03 09:13:28 2012  INFO
    Exit Code: 7 - Unable to complete Silent workflow.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DF022, DW063 ...
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    [    3212] Wed Oct 03 09:30:21 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    deploymentFile option not given
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 20.4218 milliseconds (0.0204218 seconds)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64
    Updating media info for: {F861E540-8C1D-4052-9877-61CB41C02B7A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,6.2.10.0]
    ----------------- CreatePayloadSession: machine is x64 ---------------
    [    3212] Wed Oct 03 09:30:23 2012  INFO
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: 0 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Patch {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 can be applied to product {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582} Adobe Illustrator CS6 Core (64 Bit) 16.0.0.0
    Overwrite property "DEVersion" to: 6.0
    Overwrite property "extensionsOnly" to: 1
    Overwrite property "mode" to: silent
    Overwrite property "patchesOnly" to: 1
    Overwrite property "workflow" to: updater
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 is: false
    Action string for {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0  is install
    END Setting requested payload actions
    Collected advanced path check information for INSTALLDIR
    INSTALLDIR is a well-formed path
    INSTALLDIR is not the root path
    INSTALLDIR is on a local volume
    INSTALLDIR is on a writable volume
    INSTALLDIR is not on a case sensitive volume
    INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    [    3212] Wed Oct 03 09:30:24 2012  INFO
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Calling the custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    ::START TIMER:: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}]
    [    7544] Wed Oct 03 09:30:24 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    Extracting assets complete. Number assets: 1
    CustomizedPatch property not found in database
    Beginning installation for payload at C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    [    7544] Wed Oct 03 09:30:26 2012 ERROR
    DW063: Command ARKPatchCommand failed.(Seq 26)
    [    7544] Wed Oct 03 09:30:26 2012  INFO
    Completing installation for payload at C:\Users\Arnold\Downloads\AdobeIllustrator16.0.2_x64\payloads\AdobeIllustrator16-mul_x64- 170912172642\Install.db
    [    3212] Wed Oct 03 09:30:28 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 2 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}] took 3606.98 milliseconds (3.60698 seconds) DTR = 63734.2 KBPS (62.2404 MBPS)
    User specified overrideFile:
    The csu inventory was not updated for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0, value of local var is -1
    Calling the ROLLBACK custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    No operation.  We're done:
    [    3212] Wed Oct 03 09:30:30 2012  INFO
    Total components installed: 0
    Total components repaired: 0
    Total components removed: 0
    [    3212] Wed Oct 03 09:30:30 2012 ERROR
    DW050: The following payload errors were found during install:
    DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    [    3212] Wed Oct 03 09:30:30 2012  INFO
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Restarting your computer is recommended:
    In order to complete the installation, please restart the computer
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Call PostSession Custom Hook
    :: END TIMER :: [Total Timer] took 9847.33 milliseconds (9.84733 seconds) DTR = 23348.1 KBPS (22.8008 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 2 error(s), 0 warning(s)
    ----------- Payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 -----------
    ERROR: DW063: Command ARKPatchCommand failed.(Seq 26)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    [    3212] Wed Oct 03 09:30:32 2012  INFO
    Exit Code: 7 - Unable to complete Silent workflow.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW050, DW063 ...
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    deploymentFile option not given
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 17.1592 milliseconds (0.0171592 seconds)
    Ready to initialize session to start with ...
    ::START TIMER:: [CreatePayloadSession]
    -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    Updated source path: C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup
    Updating media info for: {F861E540-8C1D-4052-9877-61CB41C02B7A}
    Ignoring original data since install source is local
      Type: 0, Volume Order: 1, Media Name:
      Path: C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    --------------------  END  - Updating Media Sources -  END  --------------------
    Supported RIBS version range: [0.0.66.0,6.2.10.0]
    ----------------- CreatePayloadSession: machine is x64 ---------------
    [    2092] Wed Oct 03 09:31:57 2012  INFO
    ______ Verify Dependency Subscribers ______
    BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: 0 (0,0)
    END Operation order for all session payloads: mediaGroup (requires,satisfies)
    Patch {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 can be applied to product {9D3BB9DA-1F59-4DCF-A0BB-691FA8EA2582} Adobe Illustrator CS6 Core (64 Bit) 16.0.0.0
    Overwrite property "extensionsOnly" to: 1
    Overwrite property "mode" to: silent
    Overwrite property "patchesOnly" to: 1
    Overwrite property "workflow" to: updater
    Found payload actions:
    Deciding what installer mode to use...
    BEGIN Setting requested payload actions
    Value returned on lookup of payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 is: false
    Action string for {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0  is install
    END Setting requested payload actions
    Collected advanced path check information for INSTALLDIR
    INSTALLDIR is a well-formed path
    INSTALLDIR is not the root path
    INSTALLDIR is on a local volume
    INSTALLDIR is on a writable volume
    INSTALLDIR is not on a case sensitive volume
    INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Payloads passed preflight validation.
    Call PreSession Custom Hook
    BEGIN InstallOperationsQueue Unordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Unordered operations
    BEGIN InstallOperationsQueue Ordered operations
      {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0:  with operation install
    END InstallOperationsQueue Ordered operations
    Calling the custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    ::START TIMER:: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}]
    [    6476] Wed Oct 03 09:31:57 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Installer Operation: PayloadInstaller
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Request to install payload
    Payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    Extracting assets...
    [    6476] Wed Oct 03 09:31:58 2012  INFO
    Extracting assets complete. Number assets: 1
    CustomizedPatch property not found in database
    Beginning installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    [    6476] Wed Oct 03 09:32:00 2012 ERROR
    DW063: Command ARKPatchCommand failed.(Seq 26)
    [    6476] Wed Oct 03 09:32:00 2012  INFO
    Completing installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator16-mul_x64\16.3\Setup \payloads\AdobeIllustrator16-mul_x64-170912172642\Install.db
    [    2092] Wed Oct 03 09:32:01 2012  INFO
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 2 =*=*=*=*=*=*=*=*=*=*=*=*=*
    :: END TIMER :: [Payload Operation :{F861E540-8C1D-4052-9877-61CB41C02B7A}] took 3703.05 milliseconds (3.70305 seconds)
    User specified overrideFile:
    The csu inventory was not updated for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0, value of local var is -1
    Calling the ROLLBACK custom action code for pre-install for payload {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0
    No operation.  We're done:
    [    2092] Wed Oct 03 09:32:03 2012  INFO
    Total components installed: 0
    Total components repaired: 0
    Total components removed: 0
    [    2092] Wed Oct 03 09:32:03 2012 ERROR
    DW050: The following payload errors were found during install:
    DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    [    2092] Wed Oct 03 09:32:03 2012  INFO
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Restarting your computer is recommended:
    In order to complete the installation, please restart the computer
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Call PostSession Custom Hook
    :: END TIMER :: [Total Timer] took 9202.39 milliseconds (9.20239 seconds) DTR = 0.869339 KBPS (0.000848964 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 2 error(s), 0 warning(s)
    ----------- Payload: {F861E540-8C1D-4052-9877-61CB41C02B7A} Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64 16.0.2.0 -----------
    ERROR: DW063: Command ARKPatchCommand failed.(Seq 26)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Illustrator CS6 Core (64 Bit)_16.0.2_AdobeIllustrator16-mul_x64: Install failed
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    [    2092] Wed Oct 03 09:32:04 2012  INFO
    Exit Code: 7 - Unable to complete Silent workflow.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW050, DW063 ...
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    END - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Visit http://www.adobe.com/go/loganalyzer/ for more information
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    START - Installer Session
    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    RIBS version: 6.2.10.0
    Win OS version: 6.1.1.0 64 bit Type: 1
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    deploymentFile option not given
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming install mode
    Looking up install source path
    Sync Media DB ...
    ::START TIMER:: [Sync Media DB]
    Pre check media db sync
    End of Pre check media db sync. Exit code: 0
    :: END TIMER :: [Sync Media DB] took 29.3211 milliseconds (0.0293211 seconds)
    Ready to initialize session

    It appears you are running into a permission issue writing to your temp directory.
    Beginning installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator1 6-mul_x64\16.3\Setup\payloads\AdobeIllustrator16-mul_x64-170912172642\ Install.db
    [    5568] Wed Oct 03 09:57:38 2012 ERROR
    DW063: Command ARKPatchCommand failed.(Seq 26)
    [    5568] Wed Oct 03 09:57:38 2012  INFO
    Completing installation for payload at C:\Users\Arnold\AppData\Local\Temp\Adobe\AAMUpdater\AdobeIllustrator1 6-mul_x64\16.3\Setup\payloads\AdobeIllustrator16-mul_x64-170912172642\ Install.db
    You can try adjusting the permissions for C:\Users\Arnold\AppData\Local\Temp and all associated child objects.
    Error "Exit 6" or "Exit 7" | Install log | Read, write, system file errors | CS5, CS5.5 - http://helpx.adobe.com/creative-suite/kb/error-exit-6-exit-7.html contains information on how you can adjust your permissions.

  • When is nokia map database will be updated?

    some place in my country exist for a long time more then 5 years but yet in the nokia map doesnt seems to appear. fully blank at that part. i need go to there but there is no map for me. anyone know when nokia maps database will gonna update for malaysia?

    Hi
    Maybe this helps:
    http://www.neowin.net/news/internet-explorer-12-ui-overhaul-is-a-blend-of-chrome-and-firefox-adds-extension-support
    Hope this helps. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Apple tv 2.3 will not update to 3.0

    Hey everyone... I have an Apple tv that will not update to version 3.0 event though i can watch Youtube from it and it has a solid connection. I get a message:
    There is no update available.
    Apple TV can't check right now. Try again later.
    So if someone can help me with that and also try and explain this to me... I am going to leave the TV connected to the Internet and a big tv set on the top floor of the house... There are many other computers and screens throughout the lower floors and a large database as well... If I connect a Mashine running Itunes and then convert a lot of the stuff is there I can use the Apple tv to stream content to the other computers and screens?

    Welcome to the  Discussion Forums.
    Try a factory restore or check that the router isn't blocking any ports used by the tv.
    See the ports required by the Apple TV
    The tv will not stream to any other device.

  • Update Model from database does not update Nullable Property -- Possible bug?

    Hi,
    I don't know if this is the correct forum.
    When updating Model from database seems does not update the entity nullable property.
    and it will not update the Default Value from the Backend (MSSQL) also.
    I am using VS2008 SP1 3.5EF, XP64Bit Machine.
    Thanks
    vb.net GUI

    maybe related..
    today.. i changed the PK size.. from char(10) to char(36)
    got many problems.. easy to fix...
    but some query stop working:
    Table1Record.Table2Reference.Load(); //i'm trying to load table2 from table1..
    throw this error: A relationship multiplicity constraint violation occurred: An EntityReference expected at least one related object, but the query returned no related objects from the data store.
    i get this error only when PK is greater than char(10)...
    with SQL profiler.. i saw that PK was truncated to char(10) :
    exec sp_executesql N'SELECT [... some fields...]
    FROM  [dbo].[Table1] AS [Extent1]
    INNER JOIN [dbo].[Table2] AS [Extent2] ON [Extent1].[NoTable2] = [Extent2].[NoTable2]
    WHERE [Extent1].[NoTable1] = @EntityKeyValue1',N'@EntityKeyValue1 char(10)',@EntityKeyValue1='a2164b14-e'
    (NoTable1 is the PK changed from char(10) to char(36))
    i'm working with VS.NET 2008
    so, i looked at Model1.Edmx... in notepad
    CSDL was not changed when i did the "Update Model from Database" !!!
    here is SSDL part:
            <EntityType Name="Table1">
              <Key>
                <PropertyRef Name="NoTable1" />
              </Key>
              <Property Name="NoTable1" Type="char" Nullable="false" MaxLength="36" />
    here is CSDL part:
            <EntityType Name="Table1">
              <Key>
                <PropertyRef Name="NoTable1" />
              </Key>
              <Property Name="NoTable1" Type="String" Nullable="false" MaxLength="10" Unicode="false" FixedLength="true" />
    Cool.. i found the prob.... but why ? and how to correct this ? manually change Model1.Edmx in notepad ??
    why the maxlength property is readonly in Model Browser pane ??
    what about VS.NET 2010 ?! same prob ??
    is it a bug or by design ?
    I hope this can help someone.. I spent a few hours on this prob
    Patrick

  • HT4623 phone will not update error code1015

    I am currently having problems with my I phone
    it will not update and has frozen on the itunes logo
    Thanks in advance for any help

    1015 error: There are 4 possible causes of this error:
    The activation server truly is unavailable. Rare, usually fixed within minutes.
    Your antivirus or firewall or router's firewall is blocking access to
    gs.apple.com on ports 80 and 443.
    Your iPhone is jailbroken or otherwise hacked.
    The computer you connected to during the restore/update was
    used to hack/jailbreak some other iOS device, and its
    network database was corrupted during the process.
    (Thanks to Lawrence Finch for the wording in
    https://discussions,apple.com/thread/4793244?start=90 )

  • IPod 4,1 will not update to iOS 7. I updated my iMac to 10.9.1 (maverick). Latest Numbers version on iMac is not compatible with Numbers on iPod. Ideas? Can I go back a version with Numbers?

    iPod 4,1 will not update to iOS 7. I updated my iMac to 10.9.1 (maverick). Latest Numbers version on iMac is not compatible with Numbers on iPod. Ideas? Can I go back a version with Numbers? I downloaded old version of Numbers 2.0.1 from DVD but with both versions the 2.0.1 will not open.  So both versions are present but only the new version functions. I tried to drag the new version to the trash but the old version still runs error message and will not open. I did not try to restart with the new version in the trash.

    Maybe. See:
    Reverting to previous version of Numbers

  • HT4623 My iPad will not update to 5 at all. I don't even have the option of software update in settings. I've tried to update over iTunes and it doest work there either.

    My iPad will not update to 5 at all. I don't even have the option of software update in settings. I've tried to update over iTunes and it doest work there either.

    If you have an iPad 1, the max iOS is 5.1.1. For newer iPads, the current iOS is 6.1. The Settings>General>Software Update only appears if you have iOS 5.0 or higher currently installed.
    iOS 5: Updating your device to iOS 5 or Later
    http://support.apple.com/kb/HT4972
    How to install iOS 6
    http://www.macworld.com/article/2010061/hands-on-with-ios-6-installation.html
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    If you are currently running an iOS lower than 5.0, connect the iPad to the computer, open iTunes. Then select the iPad under the Devices heading on the left, click on the Summary tab and then click on Check for Update.
    Tip - If connected to your computer, you may need to disable your firewall and anitvirus software temporarily.  Then download and install the iOS update. Be sure and backup your iPad before the iOS update. After you update an iPad (except iPad 1) to iOS 6.x, the next update can be installed via wifi (i.e., not connected to your computer).
     Cheers, Tom

  • My iPhone 4s iOS 7.0.4 will not update music or apps from iTunes 11.1.3.  this was true of my pc and the new MacPro.

    My iphone 4s ios 7/0/4 will not update music or apps from itunes 11.1.3.  this was true with my pc since ios 7.0.3 even with update 7.0.4 and now continues with my new MacPro also runing itunes 11.1.3.   as most state in previous threads, syncs all non itunes related data with no issue and appears to work correctly on itunes data but then hangs on the last step of updating until it times out.  i have tried marking specific music to transfer, setting up new playlist, deleting some old playlist on phone but stopped short of restoring my phone back to new due to the amount of non itunes data that i will lose.  The itunes setup on the macpro was completely with the download of all music from a previous external backup and the creation of new playlist - on the first sync with existing phone it did ask to overwrite all phone itunes data with macpro itunes data which i did accept - no different result - no changes on phone.

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved. 
    If the problem continues, take the device to Apple for evaluation and possible replacement.

  • Itunes will not update.  I get an message saying that it cannot verify signature and it will not install, itunes will not update.  I get an message saying that it cannot verify signature and it will not install

    iTunes will not update.  I get an error message saying that it cannot verify signature and it will be unable to install.

    Yeah me too try going through the apple website in (firefox) and download iTunes there. Currently that's what I'm doing.

  • Firefox problems - Can't open from Downloads - Can't print - FF will not update and more and more...

    I've been having several problems with Firefox, to the point that I almost can't use it anymore. In no particular order, they include:
    1. When I download something, 'Downloads' opens. When a d/l finishes I used to be able to run an install or open an image from there, but now I get this error message,
    Windows cannot access the specified device, path of file. You may not have the appropriate permissions to access the item.
    ...but I can go to my Downloads directory and run or open it from there.
    2. If I go to File > Print or File > Print Preview, I get this
    Printing Error:
    "Before you can perform printer-related tasks such as page setup or printing a document, you need to install a printer. Do you want to install a printer now?"
    and if I click yes, i get this,
    "Operation could not be completed."
    3. Firefox will not update itself. I go to About, it downloads the new update, and I click the Apply Update button. Firefox closes, and nothing happens. A few minutes later I click to run it, and it opens with a 'Software Update' window that says,
    Update Failed
    "The partial update could not be applied. Firefox will try again by downloading a complete Update"
    ...and that does not work.
    I download the new version, and when trying to run it from Downloads, I get the error (as in #1 above):
    "Windows cannot access the specified device, path of file. You may not have the appropriate permissions to access the item."
    When I go to the folder it's in and run it from there, it installs, but the problems persist.
    4. I go to Help|Troubleshooting Information, and clicking the Reset Firefox button only closes Firefox. Clicking the Show Folder button doesn't do anything.
    5. I used to be able to drag a url to the desktop, a folder or even a email, but now all I get the the O with a / through it.
    6. I also used to be able to, when I click Browse on a site to upload a jpg or a gif, I could right click the file and open it in a photo viewing program (Irfanview or Paint), and now I get
    "Windows cannot access the specified drive, path or file. You may not have the appropriate permissions to access the item."
    I've created a new profile and it makes no difference.
    I've disabled all add-ons and it makes no difference (I have to disable them manually).
    The problems are there for different user accounts in Windows.
    I've uninstalled Firefox, and removed the profile - rebooted and reinstalled it, but the problems persist.
    What more do I have to do more to completely uninstall it?
    I've kinda saved myself by using Firefox Portable, which I'm running from it's own directory. It runs as it should, but I'd prefer not to have to use it.
    If i can't fix it, I'd like to completely uninstall Firefox, and just install it new and have it work properly. I have no (or only occasional minor) problems with Firefox on other computers. This computer is Win XP, fully updated

    The post I was responding to said,
    "Try to boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps. "
    Somehow, I think that means Windows...
    I've tried Firefox in Safe Mode - it makes no difference.

  • HT1338 my MAc Book PRO 13" Retina display will not update.  It crashes every time I try to do an update.  I have sent in the information on each update but so far nothing back from Apple.

    my MAc Book PRO 13" Retina display will not update.  It crashes every time I try to do an update.  I have sent in the information on each update but so far nothing back from Apple.  Also it does not matter what I am trying to update, the operating system, and application, each caused the same crash.   This mac book is less than a month old.

    That is the highest you will be able to go with 3g. You need 3gs or 4 to go any higher (multi processors and more memory needed).  Version 4.2.1 marks the end of your updates for that device.

  • Pages on iPhone5S will not update to new version

    My iPhone5S will not update to the latest version: 2.5.2. I tried a dozen times to update it, as well as Numbers. Finally, Numbers updated but Pages still wouldn't. What happens is that I click on Update, and it seems to be updating, then when it finishes and I click on Open, it reverts to Update. I checked the version under Settings, and it was still the older version. I was able to access all my Pages documents, but I was annoyed at seeing the Update reminder, so today I deleted Pages from my phone and intended to re-install it. Now when I bring it up and click on Free and then Install, it just goes back to Free..refuses to budge, so now I don't have any of my Pages docs on my phone. I've tried rebooting, doesn't help. I'm running iOS 8.1.2. All those docs are still there in the Cloud, and Pages appears correctly on my MBP and iPad, but I can't seem to update it---or now, even install it---on my phone. Does anyone have any suggestions? This seems so random.

    i would try restoring it or downgrading it and then try it again, if that doesnt work i really dont know.

  • HT4623 My iPad 4 will not update. I keep getting an error message. I have reset my device. Used iTunes. I still get the same message

    My I pad4 will not update. Keep getting error message. I have reset it and hooked up to iTunes . I still get the same message.

    Have you taken a look at this?
    http://support.apple.com/kb/TS3694

Maybe you are looking for

  • Lack of intelligent assistance when a fault is rep...

    My elderly neighbour lives alone (her dog died yesterday to make things worse).  Her phone stopped working on Monday and since then she has been housebound without any form of means of contact whatsoever.   No mobile works at her cottage as it is dee

  • SolMan 4.0 Installation

    Hi, Can anyone tell me what is the version of java needed for windows 2003 server with oracle 10g to install solution manager 4.0. Then, should we need to install JCE policy also. What is it, how to go about it? Thanks in advance, Sailesh K

  • My ipod wont mount

    I plug my ipod into my computer useing my USB cord. itunes does not load, also my computer does not pick up the ipod. I know my USB cord is fine because my ipod's battery starts to charge. This ipod has never been used on this computer becasue a frie

  • Memory board

    Is there anyway i can tell how much memory boards installed on a M5000 servers on OS level? I don't think prtdiag show that info

  • Changing macro for master data files

    Hi experts!! we maintain master data(attributes,texts,hierarchy) for one infoobject in a Macro work book.The work book contains many sheets and we maintain data in one sheet and then click on 'do it all ' .....it updates all other sheets and at the s