Problems Installing OS 9.1 on G4 Cube with 10.3.9

My G4 Cube's hard drive crashed a few months ago, and since then I've reinstalled Mac OS 10.3.9, but I wish to install OS 9 so i can use a few old applications I like, but when I boot from the OS 9 install CD and try to install OS 9 it won't allow me to because there is already OS 10, is there any way to reinstall OS 9 with OS 10.3.9 already on without doing a clean install?

Hi, EVWeb -
There is a problem that can appear when installing OS 9 on a volume that has OSX on it. The installer can be confused by a folder in OSX, believing it to be a System Folder, but one of unknown version.
A Clean Install should work for that - note that a Clean Install of OS 9 does not remove anything. It installs a brand new, 'clean' System Folder, renames any existing System Folder to Previous System Folder, installs a new set of standard OS 9 utilities if none are present, and little else.
Article #58176 - Mac OS 8, Mac OS 9: Performing a Clean Installation
Alternatively, while booted to the OS 9 Install CD, open the folder named System (that's OSX); open the folder named Library; open the folder named CoreServices. Locate the file named Finder and the file named System - move both to the desktop, and place each in a separate folder (do not place both in the same folder - they have to be kept separate).
Then run the OS 9 installer - there should be no protest. Once the installation is done, and while still booted to the OS 9 Install CD, move those two files back to where they had been, loose in the CoreServices folder (move the files, not the folders they had been placed into).
Note - an original OS 9.1 install (for example, one using a retail OS 9.1 Install CD) or any earlier OS 9 version includes a version of Startup Disk control panel which can not recognize OSX as a viable boot OS. It is necessary to either update the OS 9 install to OS 9.2.1 or higher, or update just the control panel. There is a download available for just the control panel needed (it works in OS 9.1 or any earlier OS 9 version) -
Startup Disk 9.2.1 Document and Software
Good luck -

Similar Messages

  • Problems in the creation of a MOLAP Cube with DBMS_AWM.

    I want to create a MOLAP Cube with the package DBMS_AWM. So I create the ROLAP Cube and the Dimensions with the Enterprise Manager Website, and all works perfectly. Then I executed the code to create the multidimensional dimensions and the multidimensional cube (awm dimensions/cubes), but I had some problems in the first dimension.
    This dimension has the name D_DESTIN, and has the following hierarchy:
    +DESTIN_DESC_H3
    |
    +---DESTIN_DESC_H2
    |
    +------DESTIN_DESC_H1
    |
    +---------DESTIN_DESC_H0
    The name of the hierarchy is H_D_DESTIN.
    The following code is the code that I used to create the first multidimensional dimension:
    set serveroutput on
    execute cwm2_olap_manager.set_echo_on;
    execute dbms_aw.execute ('aw create ''WTESTE''');
    execute dbms_awm.create_awdimension('EXEMPLO_OLAP', 'D_DESTIN', 'EXEMPLO_OLAP','WTESTE', 'WD_DESTIN');
    execute dbms_awm.create_awdimload_spec('D_DESTIN_LOAD', 'EXEMPLO_OLAP', 'D_DESTIN', 'FULL_LOAD');
    execute DBMS_AWM.SET_AWDIMLOAD_SPEC_PARAMETER ('D_DESTIN_LOAD','EXEMPLO_OLAP','D_DESTIN','UNIQUE_RDBMS_KEY','NO');
    execute dbms_awm.refresh_awdimension('EXEMPLO_OLAP', 'WTESTE', 'WD_DESTIN', 'D_DESTIN_LOAD');
    commit;
    execute cwm2_olap_manager.set_echo_off;
    execute cwm2_olap_manager.end_log
    When I executed the code above, I got the following error:
    PL/SQL procedure successfully completed.
    SP2-0103: Nothing in SQL buffer to run.
    PL/SQL procedure successfully completed.
    AMD-00001 created AWDimension "EXEMPLO_OLAP.WTESTE.WD_DESTIN"
    PL/SQL procedure successfully completed.
    AMD-00001 created AWDimLoad_Spec "D_DESTIN_LOAD.EXEMPLO_OLAP.D_DESTIN"
    PL/SQL procedure successfully completed.
    AMD-00002 set AWDimLoad_Spec_Parameter "D_DESTIN_LOAD.EXEMPLO_OLAP.D_DESTIN"
    UNIQUE_RDBMS_KEY to "NO"
    PL/SQL procedure successfully completed.
    ERROR Create_AWDimension. Problem refreshing dimension:
    WD_DESTIN
    Error
    Validating Dimension Mappings WD_DESTIN.DIMENSION. Key Expression
    DWH.D_DESTIN.DESTIN_KEY for Mapping Group
    WD_DESTIN.H_D_DESTIN.DESTIN_DESC_H0.DWH_D_DESTIN_WD_DESTIN_H_D_DESTIN
    DESTINDESC_H0.DIMENSIONMAPGROUP, Level WD_DESTIN.DESTIN_DESC_H0.LEVEL,
    Hierarchy WD_DESTIN.H_D_DESTIN.HIERARCHY is Incorrectly Mapped to
    RDBMS.
    (AW$XML) AW$XML
    In SYS.AWXML!__XML_HANDLE_ERROR PROGRAM:
    BEGIN dbms_awm.refresh_awdimension('EXEMPLO_OLAP', 'WTESTE',
    'WD_DESTIN', 'D_DESTIN_LOAD'); END;
    ERROR at line 1:
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "OLAPSYS.DBMS_AWM", line 1012
    ORA-06512: at line 1
    Commit complete.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    I don’t know what is wrong. The ROLAP Cube is valid according to Oracle Enterprise Manager Website, and it is possible to consult its data with "OracleBI Spreadsheet Add-In"
    What is wrong?
    Regards,
    Rui Torres

    I executed the same code in a different user and the MOLAP Cube was created successfully.
    But, I don’t know what is the privilege/role, that permits this second user to create a MOLAP cube with the package DBMS_AWM.
    The privileges/roles of the first user are:
    ROLES
    ======
    CONNECT
    OLAP_DBA
    OLAP_USER
    OWBR_EXEMPLO_OLAP
    OWB_EXEMPLO_OLAP
    SYSTEM PRIVILEGES
    =================
    ALTER SESSION     
    CREATE ANY PROCEDURE     
    CREATE DATABASE LINK     
    CREATE DIMENSION     
    CREATE INDEXTYPE     
    CREATE MATERIALIZED VIEW     
    CREATE PROCEDURE     
    CREATE PUBLIC DATABASE LINK     
    CREATE PUBLIC SYNONYM     
    CREATE ROLE     
    CREATE SEQUENCE     
    CREATE SESSION     
    CREATE SYNONYM     
    CREATE TABLE     
    CREATE TRIGGER     
    CREATE TYPE     
    CREATE VIEW     
    DROP ANY PROCEDURE     
    DROP PUBLIC SYNONYM     
    EXECUTE ANY PROCEDURE     
    GLOBAL QUERY REWRITE     
    SELECT ANY TABLE     
    SYSDBA     
    UNLIMITED TABLESPACE
    OBJECTS PRIVILEGES
    ==================
    Object      Privilege     |Schema |Object     
    =======================================================
    SELECT               |SYS     |DBA_ROLE_PRIVS     
    EXECUTE               |SYS     |DBMS_LOCK     
    SELECT               |SYS     |DBMS_LOCK_ALLOCATED     
    EXECUTE               |SYS     |DBMS_OBFUSCATION_TOOLKIT     
    EXECUTE               |SYS     |DBMS_SNAPSHOT     
    SELECT               |SYS     |V_$LOCK     
    SELECT               |SYS     |V_$MYSTAT     
    SELECT               |SYS     |V_$SESSION     
    SELECT               |SYS     |V_$SYSTEM_PARAMETER
    The privileges/roles of the second user are:
    ROLES
    ======
    AQ_ADMINISTRATOR_ROLE          
    DBA          
    MGMT_USER
    SYSTEM PRIVILEGES
    =================
    CREATE MATERIALIZED VIEW     
    CREATE TABLE     
    GLOBAL QUERY REWRITE     
    SELECT ANY TABLE     
    UNLIMITED TABLESPACE
    OBJECTS PRIVILEGES
    ==================
    Object Privilege     |Schema     |Object     
    =============================================
    EXECUTE               |SYS     |DBMS_ALERT     
    EXECUTE               |SYS     |DBMS_AQ     
    EXECUTE               |SYS     |DBMS_AQADM     
    EXECUTE               |SYS     |DBMS_AQELM     
    EXECUTE               |SYS     |DBMS_AQ_IMPORT_INTERNAL     
    EXECUTE               |SYS     |DBMS_DEFER_IMPORT_INTERNAL     
    EXECUTE               |SYS     |DBMS_REPCAT     
    EXECUTE               |SYS     |DBMS_RULE_EXIMP     
    EXECUTE               |SYS     |DBMS_SYS_ERROR     
    EXECUTE               |SYS     |DBMS_TRANSFORM_EXIMP     
    ALTER               |SYS     |INCEXP     
    DEBUG               |SYS     |INCEXP     
    DELETE               |SYS     |INCEXP     
    FLASHBACK          |SYS     |INCEXP     
    INDEX               |SYS     |INCEXP     
    INSERT               |SYS     |INCEXP     
    ON COMMIT REFRESH     |SYS     |INCEXP     
    QUERY REWRITE          |SYS     |INCEXP     
    REFERENCES          |SYS     |INCEXP     
    SELECT               |SYS     |INCEXP     
    UPDATE               |SYS     |INCEXP     
    ALTER               |SYS     |INCFIL     
    DEBUG               |SYS     |INCFIL     
    DELETE               |SYS     |INCFIL     
    FLASHBACK          |SYS     |INCFIL
    Which privilege/role permits the second user to create a MOLAP cube?
    Regards,
    Rui Torres

  • Problem installating Snow Leopard on old Macbook Pro with Intel Core 2 Duo. After creating partition on internal hard disk (Extended Journaled), installation starts but stops at half of the progress bar. Screen asking Restart appears.

    Hello:
    I have tried installing Snow Leopard via the installation disc on a Macbook Pro (2007) with an Intel Core 2 Duo, but I the installation has failed more than 5 times.
    I have first formatted and partitioned the internal hard disk with Mac Os Extended Journal format.
    Once the installation starts, it starts without a problem unti lthe progress bar gest until half completed then a screen asking for a Computer Restart shows up.
    It asks to press the power button for some time until it the computer shuts down and then, press again to turn it on.
    Once turned on, the installation disc gets readed, the installation screen appears again and asks again to start the whole installation process form the beginning.

    Then you have a Hardware Problem.
    Your system is Crashing part way through the install and Re-Booting because of the crash.
    Could be the drive itself or it could be some other hardware part in your system. Like the RAM.
    To check if it is the internal drive connect an External drive to the system by USB and do the install on that external. If the install completes then it more then likely the drive is bad. If it crashes again then it is more then likely some other piece of hardware in your system.

  • Problem installing win 7 on FM2-A85XA-G65 with Trinity AD560KWOA44HJ A8-5600K

    good day ............someone plz help
    i've been trying to install win7 on this mobo but all that happens it that it reach the 'Starting window' screen and the it restart and goes into a restarting loop reaching the same place each time
    i've gone into BIOS settings, the setting for SATA was set to AHCI and I changed it to IDE as some people posted might be the problem but the same thing keeps happening
    i was wondering if i need to update the bios since it is a win8 compatible mobo

    good day
    sorry about the lack of info on post
    Board: MSI FM2-A85XA-G65
    Bios: Version E7793AMS V1.1
    VGA:   from APU AMD A85X
    PSU:   Cooler Master Elite Power 500W (RS-500-PSAR-I3) (+3.3V@22A, +5V@20A, +12V1@20A, +12V2@20A, -12V@ 0.5A, 5VSB@ 2.5A)
    AMD A8-5600K APU 3.9GHz Max. Turbo Black Edition AD560KWOA44HJ (100W)
    MEM: G.SKILL Ripjaws Series 8GB (2 x 4GB) DDR3 1600 (PC3 12800) Model F3-12800CL9D-8GBRL
    HDD: WD Caviar green 1 Tb 64Mb Cache
    COOLER: Stock
    OS: trying to install Windows 7 64bit Professional
    This is a brand new set of parts i bought and now put together
    Steps take
    1.  Tried to install the os like normal............keeps restarting when reaches the starting windows logo while installin os
    2. changer setting in BIOS of SATA mode from AHCI to IDE still same problem
    3. used one RAM stick same problem
    4. I installed windows xp pro 32bit on IDE mode (thats what they said to do in manual), it installled but i was having problems wit the mouse when clicking........it was selecting multiple items.......also keyboard was only typin CAPS.......dunno if there were conflicts
    oh Btw Cpu temp is at about 67 degrees Celcius
    HELP!!! plz

  • Problem installing oracle in windows on a system with a share drive

    I am attempting to install oracle on windows at work. I have access to a share drive that has an oracle inventory. I do not have permission to write here.
    When I try to install oracle locally on my C: drive, by default the installation looks in the N: drive oracle inventory and since I do not have privileges to write there, it errors out.
    how do i set it so that the installer creates an oracle/inventory locally on my C: drive?

    On Windows registry key 'inst_loc' defines the Oracle inventory location,obviously a previous installation set this location to shared drive N: . Unfortunately it's NOT supported to change this , statement from Oracle:
    Development have stated that manually changing the "inst_loc" string in the Windows registry (under HKEY_LOCAL_MACHINE\Software\Oracle or HKLM\Software\Oracle) is officially unsupported.
    You could create a 'clean' machine (remove completely all Oracle components including registry keys and start again with a fresh installation)
    http://download.oracle.com/docs/cd/B19306_01/install.102/b14316/deinstall.htm#i1008427
    OR - maybe easier - ask your systemadminstrator to grant the necessary privilege.
    Werner

  • Problems Installing Oracle 8i on Gateway laptop W/ 1.6 GHz CPU

    I'm having problems installing Oracle 8i on a Gateway 600X with a 1.6 GHz CPU and Windows 2000 Professional. The Install/DeInstall screen appears, I click Install/Deinstall, the screen disappears, the hourglass disappears a couple seconds later, and the the install ends without any messages. I tried installing on slower machines and the software seems to install correctly. Is there an issue with Intel's new Mobile Pentium 4 processors or Gateway's laptops?
    Thanks,
    Mike

    have a look in your $ORACLE_HOME/dbs directory. If the init<ORACLE_SID>.ora file has remote_login_password=exclusive then you should also have a file called orapw<ORACLE_SID>. If you haven't, then create one by running "orapwd file=orapw<ORACLE_SID> password=internal entries=5".
    This has worked for me in the past, hope it helps.
    Stef

  • Problem installing Illustrator CS5.5. because of resolution.

    I have a problem installing Illustrator CS5.5. on a laptop with an Intel HD4400. The error message is that the resolution is too low, despite the fact that the resolution is 3200x1800. What to do?

    if windows, try compatibility mode.  System requirements | Illustrator

  • Problems installing Illustrator

    Hi! I am having problems installing Illustrator CS4 from CD onto computer with Windows 8. I keep getting an error message telling me to shut down Bridges before installation can continue. I've gone to my Control Panel and Adobe Bridges is not even listed there. So how can I shut it down to install AI?

    You probably want to open the Task Manager to shut it down (Ctrl-Alt-Delete -> Task Manager). 
    Closing Programs Interfering with Installation
    PC - Task Manager: (CTRL-ALT-Delete) http://support.microsoft.com/kb/323527

  • Problem Installing an application with wine(SOLVED)

    I made a directory and installed cinema 4D and for the most part it goes fine,when it's finished installing the app it comes up and i can use it,but when i exit and try to bring the app back up with       wine CINEMA 4D.exe   i get a message saying    wine: cannot find L"C:\\windows\\system32\\CINEMA.exe".Also when i'm installing C4D at the directory selection menu,there's a directory /home/cube/.wine/drive.C/Programs where i'm assuming  that's where the app is supposed to be installed,so i checked it with   ls -as  and the Dir wasn't there so i created it,but when i'm back at the directory selection menu in C4D the Dir isn't there because the .wine Dir is hidden and i'm not sure how to unhide it or if that will even fix the    wine: cannot find L"C:\\windows\\system32\\CINEMA.exe"    problem and execute the file.
    Any help with this will be very appreciated .Thx
    Last edited by unilx (2010-11-01 21:33:55)

    call wine as any other application that require a filename as argument. From your home directory:
    wine '.wine/drive_c/Program Files/.../CINEMA 4D.exe'
    (the quote are necessary because of the space in the filename).
    You can also specify a Windows path:
    wine 'C:\Program Files\..\CINEMA 4D.exe'

  • 10.6.8 update combined - problems installing

    Hi all,
    Currently having huge problems installing this update on my mac, have been trying for a couple of days now to get this machine back up and running again after I was told by the genius bar 2 years ago that after them spending nearly 900 pounds on new parts, that they "had no idea what the problem was, but could be something to do with the logic board". I finally decided to sell it, but as a parts and repair it will get £100 and fully working it could get a bit more, so it's in my interest to get it up and running again.
    I am by no means a computer expert, but I know a few things and can normally sort problems out by just simply using search, but alas I have finally been beaten, and have come here to ask for some assistance.
    After re-installing my macbook pro 3,1 (mid 2007) with it's original 10.4 tiger software probably 5 times before it worked, then moving on to 10.6 snow leopard which also took a couple of attempts, I am now completely stuck with no way to get this machine up to 10.6.8, so that I can make the jump to mountain lion. The software update program is either an absolute heap of dung, or my computer just won't have any of it. I have tried multiple solutions which I will list below:
    Using software update to install the 10.6.8 combined update - Failed
    Downloading the 10.6.8 combined update from apple support downloads - Failed
    Deleting the library/preferencecom.apple.softwareupdate etc. files - Still software update Failed
    Downloading 10.6.1 update and installing - Success after a few attempts
    Downloading 10.6.8 combined and trying again - Failed
    Downloading 10.6.2 update and installing - Failed
    Now this is where I am at. I have downloaded these files both on the macbook pro itself, and on my windows laptop - then transfering them across. I have never been more frustrated at a computer in my entire life, and am about 20 minutes away from throwing this laptop out of the window onto a poor bystander below. If anyone has any solution - (and don't say reformat and reinstall the OS - I've already tried that), then it would be greatly appreciated!
    I'll post the console message from my last install of just the 10.6.8 combined upate (without using software update) and if someone on here who can make sense of these messages can see a problem or offer a solution, then that would also be greatly appreciated, thanks!
    Console message after attempted install:
    06/03/2013 13:53:17        com.apple.ocspd[185]   dyld: shared cached file was build against a different libSystem.dylib, ignoring cache
    06/03/2013 13:53:25 Installer[182]      <ZeroSliderSplitView: 0x106dc2c70>: the delegate <TargetSelectPage: 0x106d6d9a0> was sent -splitView:resizeSubviewsWithOldSize: and left the subview frames in an inconsistent state:
    06/03/2013 13:53:25 Installer[182]      Split view bounds: {{0, 0}, {402, 104}}
    06/03/2013 13:53:25 Installer[182]          Subview frame: {{0, 0}, {0, 32}}
    06/03/2013 13:53:25 Installer[182]          Subview frame: {{0, 0}, {402, 104}}
    06/03/2013 13:53:25 Installer[182]      The outer edges of the subview frames are supposed to line up with the split view's bounds' edges. NSSplitView is working around the problem, perhaps at the cost of more redrawing. (This message is only logged once per NSSplitView.)
    06/03/2013 13:53:27 [0x0-0x17017].com.apple.installer[182]       dyld: shared cached file was build against a different libSystem.dylib, ignoring cache
    06/03/2013 13:53:37 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.Console"></bundle>
    06/03/2013 13:53:38 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.NetworkUtility"></bundle>
    06/03/2013 13:53:38 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.dashboardlauncher"></bundle>
    06/03/2013 13:53:38 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.frontrowlauncher"></bundle>
    06/03/2013 13:53:38 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.exposelauncher"></bundle>
    06/03/2013 13:53:38 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.QuickTimePlayerX"></bundle>
    06/03/2013 13:53:38 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.spaceslauncher"></bundle>
    06/03/2013 13:53:38 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.appstore"></bundle>
    06/03/2013 13:53:38 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.backup.launcher"></bundle>
    06/03/2013 13:53:38 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.BluetoothFileExchange"></bundle>
    06/03/2013 13:53:38 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.PodcastCapture"></bundle>
    06/03/2013 13:53:38 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.keychainaccess"></bundle>
    06/03/2013 13:53:38 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.PhotoBooth"></bundle>
    06/03/2013 13:53:38 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.VoiceOverUtility"></bundle>
    06/03/2013 13:53:38 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.Safari"></bundle>
    06/03/2013 13:53:38 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.Safari"></bundle>
    06/03/2013 13:53:38 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.remoteinstallmacosx"></bundle>
    06/03/2013 13:53:38 com.apple.installd[198]      dyld: shared cached file was build against a different libSystem.dylib, ignoring cache
    06/03/2013 13:53:50 com.apple.coreservicesd[50]      dyld: shared cached file was build against a different libSystem.dylib, ignoring cache
    06/03/2013 13:53:57 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.dashboardlauncher"></bundle>
    06/03/2013 13:53:57 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.frontrowlauncher"></bundle>
    06/03/2013 13:53:57 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.exposelauncher"></bundle>
    06/03/2013 13:53:57 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.QuickTimePlayerX"></bundle>
    06/03/2013 13:53:57 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.spaceslauncher"></bundle>
    06/03/2013 13:53:57 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.appstore"></bundle>
    06/03/2013 13:53:57 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.backup.launcher"></bundle>
    06/03/2013 13:53:57 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.BluetoothFileExchange"></bundle>
    06/03/2013 13:53:57 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.PodcastCapture"></bundle>
    06/03/2013 13:53:57 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.keychainaccess"></bundle>
    06/03/2013 13:53:57 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.PhotoBooth"></bundle>
    06/03/2013 13:53:57 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.VoiceOverUtility"></bundle>
    06/03/2013 13:53:57 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.Safari"></bundle>
    06/03/2013 13:53:57 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.Safari"></bundle>
    06/03/2013 13:53:57 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.Console"></bundle>
    06/03/2013 13:53:57 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.remoteinstallmacosx"></bundle>
    06/03/2013 13:53:57 Installer[182]      PackageKit: Missing bundle path, skipping: <bundle id="com.apple.NetworkUtility"></bundle>
    06/03/2013 13:53:57 Installer[182]      The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.

    There really shouldn't be any problem downloading that combo update unless you've got a very slow or flaky connection. And Windows doesn't play as well with Mac files as the Mac does with Windows files; who knows what Windows might have done to the update's file integrity.
    You might also try downloading the file using another browser such as Firefox. And when you have the updater, reboot into Safe Mode and then run the updater. That way you can be sure there isn't third party software somehow interfering with the update while it's tinkering with the guts of OS X.

  • Problems installing Adobe Air and BBC iPlayer Desktop

    Problems installing Adobe Air and BBC iPlayer Desktop
    I'm running Windows 7 32 bit on an ASUS netbook with 2mb ram. I installed both  Air 3.7 and BBC iPlayer Desktop using Google Chrome. I downloaded 3 BBC programmes. Two ran fine but the third wouldn't start and I kept getting a message to try again later. I deleted this programme and downloaded it again, with the same result.
    So I uninstalled both Air and the BBC iPlayer Desktop, the Air exe file and the two folders at the following locations:
    C:\Users\USERNAME\AppData\Roaming\Adobe\AIR\   and
    C:\Users\USERNAME\AppData\Roaming\BBCiPlayerDesktop.xxx
    Since doing this each time I try to install Air either on its own or with the BBC iPlayer software I get the message part way through installation:
    "Sorry, an error has occurred.
    An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator."
    I have run the Microsoft Fix it programme and still get the same result.
    I have tried everything on your Trouble Shooting page apart from the bit about the elevated command prompt, but as I'm the sole user and administrator, that seems unnecessary.
    I have closed Chrome and tried installation using Windows Explorer but with the same result.
    I have tried all the above with Microsoft Security Essentials running and disabled. And I have tried the same with Astrill on and off.
    I have had a response from the BBC with much the same advice as appears on your trouble shooting page.
    Here is the Air installation log, followed by the MSI log.
    [2013-04-25:06:53:46] Runtime Installer begin with version 3.7.0.1530 on
    Windows Vista x86
    [2013-04-25:06:53:46] Commandline is:
    [2013-04-25:06:53:46] No installed runtime detected
    [2013-04-25:06:53:57] Relaunching with elevation
    [2013-04-25:06:53:57] Launching subprocess with commandline c:\users
    \steve\appdata\local\temp\air79c1.tmp\adobe air installer.exe -ei
    [2013-04-25:06:54:02] Runtime Installer begin with version 3.7.0.1530 on
    Windows 7 x86
    [2013-04-25:06:54:02] Commandline is: -stdio \\.\pipe\AIR_1172_0 -ei
    [2013-04-25:06:54:02] No installed runtime detected
    [2013-04-25:06:54:03] Starting silent runtime install. Installing runtime version
    3.7.0.1530
    [2013-04-25:06:54:04] Installing msi at c:\users\steve\appdata\local\temp
    \air79c1.tmp\setup.msi with guid {A0087DDE-69D0-11E2-AD57-43CA6188709B}
    [2013-04-25:06:54:10] Error occurred during msi install operation; beginning
    rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2
    text="1603" errorID=0]
    [2013-04-25:06:54:10] Rolling back install of c:\users\steve\appdata\local
    \temp\air79c1.tmp\setup.msi
    [2013-04-25:06:54:10] Rollback complete
    [2013-04-25:06:54:10] Exiting due to error: [ErrorEvent type="error"
    bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:06:54:10] Exiting due to error: [ErrorEvent type="error"
    bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:06:54:10] Runtime Installer end with exit code 7
    [2013-04-25:06:54:20] Runtime Installer end with exit code 7
    [2013-04-25:06:55:38] Runtime Installer begin with version 3.7.0.1530 on
    Windows Vista x86
    [2013-04-25:06:55:38] Commandline is:
    [2013-04-25:06:55:38] No installed runtime detected
    [2013-04-25:06:55:45] Relaunching with elevation
    [2013-04-25:06:55:45] Launching subprocess with commandline c:\users
    \steve\appdata\local\temp\air30fe.tmp\adobe air installer.exe -ei
    [2013-04-25:06:55:48] Runtime Installer begin with version 3.7.0.1530 on
    Windows Vista x86
    [2013-04-25:06:55:48] Commandline is: -stdio \\.\pipe\AIR_1264_0 -ei
    [2013-04-25:06:55:48] No installed runtime detected
    [2013-04-25:06:55:49] Starting silent runtime install. Installing runtime version
    3.7.0.1530
    [2013-04-25:06:55:51] Installing msi at c:\users\steve\appdata\local\temp
    \air30fe.tmp\setup.msi with guid {A0087DDE-69D0-11E2-AD57-43CA6188709B}
    [2013-04-25:06:55:55] Error occurred during msi install operation; beginning
    rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2
    text="1603" errorID=0]
    [2013-04-25:06:55:55] Rolling back install of c:\users\steve\appdata\local
    \temp\air30fe.tmp\setup.msi
    [2013-04-25:06:55:55] Rollback complete
    [2013-04-25:06:55:55] Exiting due to error: [ErrorEvent type="error"
    bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:06:55:55] Exiting due to error: [ErrorEvent type="error"
    bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:06:55:55] Runtime Installer end with exit code 7
    [2013-04-25:06:55:59] Runtime Installer end with exit code 7
    [2013-04-25:07:05:12] Runtime Installer begin with version 3.7.0.1530 on
    Windows 7 x86
    [2013-04-25:07:05:12] Commandline is:
    [2013-04-25:07:05:12] No installed runtime detected
    [2013-04-25:07:05:18] Relaunching with elevation
    [2013-04-25:07:05:18] Launching subprocess with commandline c:\users
    \steve\appdata\local\temp\air953.tmp\adobe air installer.exe -ei
    [2013-04-25:07:05:24] Runtime Installer begin with version 3.7.0.1530 on
    Windows 7 x86
    [2013-04-25:07:05:24] Commandline is: -stdio \\.\pipe\AIR_3888_0 -ei
    [2013-04-25:07:05:24] No installed runtime detected
    [2013-04-25:07:05:24] Starting silent runtime install. Installing runtime version
    3.7.0.1530
    [2013-04-25:07:05:26] Installing msi at c:\users\steve\appdata\local\temp
    \air953.tmp\setup.msi with guid {A0087DDE-69D0-11E2-AD57-43CA6188709B}
    [2013-04-25:07:05:29] Error occurred during msi install operation; beginning
    rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2
    text="1603" errorID=0]
    [2013-04-25:07:05:29] Rolling back install of c:\users\steve\appdata\local
    \temp\air953.tmp\setup.msi
    [2013-04-25:07:05:29] Rollback complete
    [2013-04-25:07:05:29] Exiting due to error: [ErrorEvent type="error"
    bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:05:29] Exiting due to error: [ErrorEvent type="error"
    bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:05:29] Runtime Installer end with exit code 7
    [2013-04-25:07:05:31] Runtime Installer end with exit code 7
    [2013-04-25:07:06:12] Runtime Installer begin with version 3.7.0.1530 on
    Windows Vista x86
    [2013-04-25:07:06:12] Commandline is:
    [2013-04-25:07:06:12] No installed runtime detected
    [2013-04-25:07:06:21] Relaunching with elevation
    [2013-04-25:07:06:22] Launching subprocess with commandline c:\users
    \steve\appdata\local\temp\aire916.tmp\adobe air installer.exe -ei
    [2013-04-25:07:06:32] Runtime Installer begin with version 3.7.0.1530 on
    Windows 7 x86
    [2013-04-25:07:06:32] Commandline is: -stdio \\.\pipe\AIR_5884_0 -ei
    [2013-04-25:07:06:32] No installed runtime detected
    [2013-04-25:07:06:32] Starting silent runtime install. Installing runtime version
    3.7.0.1530
    [2013-04-25:07:06:33] Installing msi at c:\users\steve\appdata\local\temp
    \aire916.tmp\setup.msi with guid {A0087DDE-69D0-11E2-AD57-43CA6188709B}
    [2013-04-25:07:06:37] Error occurred during msi install operation; beginning
    rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2
    text="1603" errorID=0]
    [2013-04-25:07:06:37] Rolling back install of c:\users\steve\appdata\local
    \temp\aire916.tmp\setup.msi
    [2013-04-25:07:06:37] Rollback complete
    [2013-04-25:07:06:37] Exiting due to error: [ErrorEvent type="error"
    bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:06:37] Exiting due to error: [ErrorEvent type="error"
    bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:06:37] Runtime Installer end with exit code 7
    [2013-04-25:07:06:40] Runtime Installer end with exit code 7
    [2013-04-25:07:26:15] Runtime Installer begin with version 3.7.0.1530 on
    Windows Vista x86
    [2013-04-25:07:26:15] Commandline is:
    [2013-04-25:07:26:15] No installed runtime detected
    [2013-04-25:07:26:28] Relaunching with elevation
    [2013-04-25:07:26:28] Launching subprocess with commandline c:\users
    \steve\appdata\local\temp\air3063.tmp\adobe air installer.exe -ei
    [2013-04-25:07:26:37] Runtime Installer begin with version 3.7.0.1530 on
    Windows 7 x86
    [2013-04-25:07:26:37] Commandline is: -stdio \\.\pipe\AIR_2348_0 -ei
    [2013-04-25:07:26:37] No installed runtime detected
    [2013-04-25:07:26:37] Starting silent runtime install. Installing runtime version
    3.7.0.1530
    [2013-04-25:07:26:39] Installing msi at c:\users\steve\appdata\local\temp
    \air3063.tmp\setup.msi with guid {A0087DDE-69D0-11E2-AD57-43CA6188709B}
    [2013-04-25:07:26:48] Error occurred during msi install operation; beginning
    rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2
    text="1603" errorID=0]
    [2013-04-25:07:26:48] Rolling back install of c:\users\steve\appdata\local
    \temp\air3063.tmp\setup.msi
    [2013-04-25:07:26:48] Rollback complete
    [2013-04-25:07:26:48] Exiting due to error: [ErrorEvent type="error"
    bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:26:48] Runtime Installer end with exit code 7
    [2013-04-25:07:46:09] Runtime Installer end with exit code 7
    === Verbose logging started: 25/04/2013  08:34:51  Build type: SHIP UNICODE
    5.00.7601.00  Calling process: C:\windows\System32\msiexec.exe ===
    MSI (c) (68:6C) [08:34:51:397]: Font created.  Charset: Req=0, Ret=0, Font:
    Req=MS Shell Dlg, Ret=MS Shell Dlg
    MSI (c) (68:6C) [08:34:51:397]: Font created.  Charset: Req=0, Ret=0, Font:
    Req=MS Shell Dlg, Ret=MS Shell Dlg
    MSI (c) (68:70) [08:34:51:469]: Resetting cached policy values
    MSI (c) (68:70) [08:34:51:469]: Machine policy value 'Debug' is 0
    MSI (c) (68:70) [08:34:51:469]: ******* RunEngine:
               ******* Product: C:\Users\Steve\Downloads\MicrosoftFixit50381.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (68:70) [08:34:51:473]: Machine policy value 'DisableUserInstalls' is 0
    MSI (c) (68:70) [08:34:51:653]: SOFTWARE RESTRICTION POLICY: Verifying
    package --> 'C:\Users\Steve\Downloads\MicrosoftFixit50381.msi' against
    software restriction policy
    MSI (c) (68:70) [08:34:51:654]: SOFTWARE RESTRICTION POLICY: C:\Users
    \Steve\Downloads\MicrosoftFixit50381.msi has a digital signature
    MSI (c) (68:70) [08:34:51:966]: SOFTWARE RESTRICTION POLICY: C:\Users
    \Steve\Downloads\MicrosoftFixit50381.msi is permitted to run at the
    'unrestricted' authorization level.
    MSI (c) (68:70) [08:34:51:986]: Cloaking enabled.
    MSI (c) (68:70) [08:34:51:986]: Attempting to enable all disabled privileges
    before calling Install on Server
    MSI (c) (68:70) [08:34:52:001]: End dialog not enabled
    MSI (c) (68:70) [08:34:52:001]: Original package ==> C:\Users\Steve
    \Downloads\MicrosoftFixit50381.msi
    MSI (c) (68:70) [08:34:52:001]: Package we're running from ==> C:\Users
    \Steve\Downloads\MicrosoftFixit50381.msi
    MSI (c) (68:70) [08:34:52:010]: APPCOMPAT: Compatibility mode property
    overrides found.
    MSI (c) (68:70) [08:34:52:012]: APPCOMPAT: looking for appcompat database
    entry with ProductCode '{55D13F49-FCB8-4892-8266-05D373FCAA61}'.
    MSI (c) (68:70) [08:34:52:012]: APPCOMPAT: no matching ProductCode found
    in database.
    MSI (c) (68:70) [08:34:52:041]: MSCOREE not loaded loading copy from
    system32
    MSI (c) (68:70) [08:34:52:063]: Machine policy value 'TransformsSecure' is 0
    MSI (c) (68:70) [08:34:52:063]: User policy value 'TransformsAtSource' is 0
    MSI (c) (68:70) [08:34:52:064]: Note: 1: 2262 2: File 3: -2147287038
    MSI (c) (68:70) [08:34:52:064]: Note: 1: 2262 2: MsiFileHash 3: -2147287038
    MSI (c) (68:70) [08:34:52:065]: Machine policy value 'DisablePatch' is 0
    MSI (c) (68:70) [08:34:52:065]: Machine policy value 'AllowLockdownPatch' is
    0
    MSI (c) (68:70) [08:34:52:066]: Machine policy value 'DisableMsi' is 0
    MSI (c) (68:70) [08:34:52:066]: Machine policy value 'AlwaysInstallElevated' is
    0
    MSI (c) (68:70) [08:34:52:066]: User policy value 'AlwaysInstallElevated' is 0
    MSI (c) (68:70) [08:34:52:066]: Running product '{55D13F49-FCB8-4892-
    8266-05D373FCAA61}' with user privileges: It's not assigned.
    MSI (c) (68:70) [08:34:52:067]: Machine policy value 'DisableLUAPatching' is 0
    MSI (c) (68:70) [08:34:52:067]: Machine policy value
    'DisableFlyWeightPatching' is 0
    MSI (c) (68:70) [08:34:52:068]: Enabling baseline caching for this transaction
    since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor
    update patch is active
    MSI (c) (68:70) [08:34:52:071]: APPCOMPAT: looking for appcompat database
    entry with ProductCode '{55D13F49-FCB8-4892-8266-05D373FCAA61}'.
    MSI (c) (68:70) [08:34:52:072]: APPCOMPAT: no matching ProductCode found
    in database.
    MSI (c) (68:70) [08:34:52:072]: Transforms are not secure.
    MSI (c) (68:70) [08:34:52:073]: PROPERTY CHANGE: Adding MsiLogFileLocation
    property. Its value is 'C:\Users\Steve\AppData\Local\Temp\MSIa5745.LOG'.
    MSI (c) (68:70) [08:34:52:073]: Command Line: CURRENTDIRECTORY=C:\Users
    \Steve\Downloads CLIENTUILEVEL=0 CLIENTPROCESSID=9576
    MSI (c) (68:70) [08:34:52:073]: PROPERTY CHANGE: Adding PackageCode
    property. Its value is '{1C7C3009-013E-4A16-9A0F-0000FB80A613}'.
    MSI (c) (68:70) [08:34:52:073]: Product Code passed to Engine.Initialize:        
    MSI (c) (68:70) [08:34:52:073]: Product Code from property table before
    transforms: '{55D13F49-FCB8-4892-8266-05D373FCAA61}'
    MSI (c) (68:70) [08:34:52:073]: Product Code from property table after
    transforms:  '{55D13F49-FCB8-4892-8266-05D373FCAA61}'
    MSI (c) (68:70) [08:34:52:073]: Product not registered: beginning first-time
    install
    MSI (c) (68:70) [08:34:52:073]: PROPERTY CHANGE: Adding ProductState
    property. Its value is '-1'.
    MSI (c) (68:70) [08:34:52:073]: Entering
    CMsiConfigurationManager::SetLastUsedSource.
    MSI (c) (68:70) [08:34:52:073]: User policy value 'SearchOrder' is 'nmu'
    MSI (c) (68:70) [08:34:52:073]: Adding new sources is allowed.
    MSI (c) (68:70) [08:34:52:074]: PROPERTY CHANGE: Adding
    PackagecodeChanging property. Its value is '1'.
    MSI (c) (68:70) [08:34:52:074]: Package name extracted from package path:
    'MicrosoftFixit50381.msi'
    MSI (c) (68:70) [08:34:52:075]: Package to be registered:
    'MicrosoftFixit50381.msi'
    MSI (c) (68:70) [08:34:52:075]: Note: 1: 2262 2: Error 3: -2147287038
    MSI (c) (68:70) [08:34:52:078]: Note: 1: 2262 2: AdminProperties 3: -
    2147287038
    MSI (c) (68:70) [08:34:52:078]: Machine policy value 'AlwaysInstallElevated' is
    0
    MSI (c) (68:70) [08:34:52:078]: User policy value 'AlwaysInstallElevated' is 0
    MSI (c) (68:70) [08:34:52:079]: Running product '{55D13F49-FCB8-4892-
    8266-05D373FCAA61}' with user privileges: It's not assigned.
    MSI (c) (68:70) [08:34:52:079]: PROPERTY CHANGE: Adding
    CURRENTDIRECTORY property. Its value is 'C:\Users\Steve\Downloads'.
    MSI (c) (68:70) [08:34:52:079]: PROPERTY CHANGE: Adding CLIENTUILEVEL
    property. Its value is '0'.
    MSI (c) (68:70) [08:34:52:079]: PROPERTY CHANGE: Adding CLIENTPROCESSID
    property. Its value is '9576'.
    MSI (c) (68:70) [08:34:52:079]: PROPERTY CHANGE: Adding
    MsiSystemRebootPending property. Its value is '1'.
    MSI (c) (68:70) [08:34:52:079]: TRANSFORMS property is now:
    MSI (c) (68:70) [08:34:52:079]: PROPERTY CHANGE: Adding VersionDatabase
    property. Its value is '200'.
    MSI (c) (68:70) [08:34:52:081]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\AppData\Roaming
    MSI (c) (68:70) [08:34:52:082]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\Favorites
    MSI (c) (68:70) [08:34:52:084]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    MSI (c) (68:70) [08:34:52:085]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\Documents
    MSI (c) (68:70) [08:34:52:086]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    MSI (c) (68:70) [08:34:52:088]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\AppData\Roaming\Microsoft\Windows\Recent
    MSI (c) (68:70) [08:34:52:089]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (c) (68:70) [08:34:52:091]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\AppData\Roaming\Microsoft\Windows\Templates
    MSI (c) (68:70) [08:34:52:092]: SHELL32::SHGetFolderPath returned: C:
    \ProgramData
    MSI (c) (68:70) [08:34:52:093]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\AppData\Local
    MSI (c) (68:70) [08:34:52:094]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\Pictures
    MSI (c) (68:70) [08:34:52:097]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    \Administrative Tools
    MSI (c) (68:70) [08:34:52:098]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    \Startup
    MSI (c) (68:70) [08:34:52:099]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    MSI (c) (68:70) [08:34:52:101]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\AppData\Roaming\Microsoft\Windows\Start Menu
    MSI (c) (68:70) [08:34:52:102]: SHELL32::SHGetFolderPath returned: C:
    \Users\Steve\Desktop
    MSI (c) (68:70) [08:34:52:104]: SHELL32::SHGetFolderPath returned: C:
    \ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (c) (68:70) [08:34:52:106]: SHELL32::SHGetFolderPath returned: C:
    \ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (c) (68:70) [08:34:52:106]: SHELL32::SHGetFolderPath returned: C:
    \ProgramData\Microsoft\Windows\Start Menu\Programs
    MSI (c) (68:70) [08:34:52:107]: SHELL32::SHGetFolderPath returned: C:
    \ProgramData\Microsoft\Windows\Start Menu
    MSI (c) (68:70) [08:34:52:109]: SHELL32::SHGetFolderPath returned: C:
    \Users\Public\Desktop
    MSI (c) (68:70) [08:34:52:113]: SHELL32::SHGetFolderPath returned: C:
    \windows\Fonts
    MSI (c) (68:70) [08:34:52:115]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans
    Serif 4: 0 5: 16
    MSI (c) (68:70) [08:34:52:147]: MSI_LUA: Setting AdminUser property to 1
    because this is the client or the user has already permitted elevation
    MSI (c) (68:70) [08:34:52:147]: PROPERTY CHANGE: Adding AdminUser
    property. Its value is '1'.
    MSI (c) (68:70) [08:34:52:147]: PROPERTY CHANGE: Adding Privileged
    property. Its value is '1'.
    MSI (c) (68:70) [08:34:52:148]: Note: 1: 1402 2: HKEY_CURRENT_USER
    \Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (c) (68:70) [08:34:52:148]: PROPERTY CHANGE: Adding USERNAME
    property. Its value is 'Steve'.
    MSI (c) (68:70) [08:34:52:149]: Note: 1: 1402 2: HKEY_CURRENT_USER
    \Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (c) (68:70) [08:34:52:149]: PROPERTY CHANGE: Adding DATABASE
    property. Its value is 'C:\Users\Steve\Downloads\MicrosoftFixit50381.msi'.
    MSI (c) (68:70) [08:34:52:149]: PROPERTY CHANGE: Adding OriginalDatabase
    property. Its value is 'C:\Users\Steve\Downloads\MicrosoftFixit50381.msi'.
    MSI (c) (68:70) [08:34:52:149]: Machine policy value 'MsiDisableEmbeddedUI' is
    0
    MSI (c) (68:70) [08:34:52:149]: PROPERTY CHANGE: Adding SourceDir
    property. Its value is 'C:\Users\Steve\Downloads\'.
    MSI (c) (68:70) [08:34:52:149]: PROPERTY CHANGE: Adding SOURCEDIR
    property. Its value is 'C:\Users\Steve\Downloads\'.
    MSI (c) (68:6C) [08:34:52:153]: PROPERTY CHANGE: Adding VersionHandler
    property. Its value is '5.00'.
    === Logging started: 25/04/2013  08:34:52 ===
    MSI (c) (68:70) [08:34:52:171]: Note: 1: 2262 2: PatchPackage 3: -
    2147287038
    MSI (c) (68:70) [08:34:52:172]: Machine policy value 'DisableRollback' is 0
    MSI (c) (68:70) [08:34:52:172]: User policy value 'DisableRollback' is 0
    MSI (c) (68:70) [08:34:52:172]: PROPERTY CHANGE: Adding UILevel property.
    Its value is '5'.
    MSI (c) (68:70) [08:34:52:172]: Note: 1: 2262 2: Font 3: -2147287038
    MSI (c) (68:70) [08:34:52:174]: PROPERTY CHANGE: Adding ACTION property.
    Its value is 'INSTALL'.
    MSI (c) (68:70) [08:34:52:174]: Doing action: INSTALL
    Action 08:34:52: INSTALL.
    Action start 08:34:52: INSTALL.
    MSI (c) (68:70) [08:34:52:176]: UI Sequence table 'InstallUISequence' is
    present and populated.
    MSI (c) (68:70) [08:34:52:176]: Running UISequence
    MSI (c) (68:70) [08:34:52:176]: PROPERTY CHANGE: Adding EXECUTEACTION
    property. Its value is 'INSTALL'.
    MSI (c) (68:70) [08:34:52:176]: Doing action: Milestone_ERRCA_UIAN726
    Action 08:34:52: Milestone_ERRCA_UIAN726.
    Action start 08:34:52: Milestone_ERRCA_UIAN726.
    MSI (c) (68:70) [08:34:52:177]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT
    `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM
    `CustomAction` WHERE `Action` = 'Milestone_ERRCA_UIAN726'
    MSI (c) (68:70) [08:34:52:178]: PROPERTY CHANGE: Adding Milestone
    property. Its value is 'ERRCA_UIANDADVERTISED'.
    Action ended 08:34:52: Milestone_ERRCA_UIAN726. Return value 1.
    MSI (c) (68:70) [08:34:52:178]: Skipping action: ERRCA_UIANDADVERTISED
    (condition is false)
    MSI (c) (68:70) [08:34:52:178]: Doing action: Milestone_AppSearch122
    Action 08:34:52: Milestone_AppSearch122.
    Action start 08:34:52: Milestone_AppSearch122.
    MSI (c) (68:70) [08:34:52:180]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT
    `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM
    `CustomAction` WHERE `Action` = 'Milestone_AppSearch122'
    MSI (c) (68:70) [08:34:52:180]: PROPERTY CHANGE: Modifying Milestone
    property. Its current value is 'ERRCA_UIANDADVERTISED'. Its new value:
    'AppSearch'.
    Action ended 08:34:52: Milestone_AppSearch122. Return value 1.
    MSI (c) (68:70) [08:34:52:181]: Doing action: AppSearch
    Action 08:34:52: AppSearch. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 08:34:52: AppSearch.
    MSI (c) (68:70) [08:34:52:182]: Note: 1: 2262 2: AppSearch 3: -2147287038
    Action ended 08:34:52: AppSearch. Return value 1.
    MSI (c) (68:70) [08:34:52:183]: Doing action: FindRelatedProducts
    Action 08:34:52: FindRelatedProducts. {\FinalUIFont}
    [PROGRESS_RESTORE_TXT]
    Action start 08:34:52: FindRelatedProducts.
    Action ended 08:34:52: FindRelatedProducts. Return value 1.
    MSI (c) (68:70) [08:34:52:185]: Doing action: Milestone_EulaForm201
    Action 08:34:52: Milestone_EulaForm201.
    Action start 08:34:52: Milestone_EulaForm201.
    MSI (c) (68:70) [08:34:52:186]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT
    `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM
    `CustomAction` WHERE `Action` = 'Milestone_EulaForm201'
    MSI (c) (68:70) [08:34:52:187]: PROPERTY CHANGE: Modifying Milestone
    property. Its current value is 'AppSearch'. Its new value: 'EulaForm'.
    Action ended 08:34:52: Milestone_EulaForm201. Return value 1.
    MSI (c) (68:70) [08:34:52:187]: Doing action: EulaForm
    Action 08:34:52: EulaForm.
    Action start 08:34:52: EulaForm.
    MSI (c) (68:70) [08:34:52:193]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT
    `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM
    `CustomAction` WHERE `Action` = 'EulaForm'
    MSI (c) (68:6C) [08:34:52:205]: Note: 1: 2262 2: Error 3: -2147287038
    Info 2898.For VSI_MS_Sans_Serif13.0_0_0 textstyle, the system created a 'MS
    Sans Serif' font, in 0 character set, of 13 pixels height.
    MSI (c) (68:6C) [08:34:52:221]: Note: 1: 2262 2: Error 3: -2147287038
    Info 2898.For VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400
    textstyle, the system created a 'MS Sans Serif' font, in 0 character set, of 13
    pixels height.
    MSI (c) (68:6C) [08:34:52:225]: Note: 1: 2262 2: Error 3: -2147287038
    Info 2898.For VSI_MS_Sans_Serif16.0_1_0 textstyle, the system created a 'MS
    Sans Serif' font, in 0 character set, of 20 pixels height.
    MSI (c) (68:6C) [08:34:52:301]: Note: 1: 2262 2: CheckBox 3: -2147287038
    Action 08:34:52: EulaForm. Dialog created
    MSI (c) (68:10) [08:34:52:312]: Note: 1: 2731 2: 0
    MSI (c) (68:6C) [08:34:55:670]: PROPERTY CHANGE: Adding EulaForm_Property
    property. Its value is '1'.
    Action ended 08:34:56: EulaForm. Return value 1.
    MSI (c) (68:70) [08:34:56:881]: Doing action: EULAACCEPTED_ACTION
    Action 08:34:56: EULAACCEPTED_ACTION.
    Action start 08:34:56: EULAACCEPTED_ACTION.
    MSI (c) (68:70) [08:34:56:883]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT
    `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM
    `CustomAction` WHERE `Action` = 'EULAACCEPTED_ACTION'
    MSI (c) (68:70) [08:34:56:883]: PROPERTY CHANGE: Adding EULAACCEPTED
    property. Its value is '1'.
    Action ended 08:34:56: EULAACCEPTED_ACTION. Return value 1.
    MSI (c) (68:70) [08:34:56:884]: Doing action: Milestone_LaunchCond24
    Action 08:34:56: Milestone_LaunchCond24.
    Action start 08:34:56: Milestone_LaunchCond24.
    MSI (c) (68:70) [08:34:56:886]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT
    `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM
    `CustomAction` WHERE `Action` = 'Milestone_LaunchCond24'
    MSI (c) (68:70) [08:34:56:887]: PROPERTY CHANGE: Modifying Milestone
    property. Its current value is 'EulaForm'. Its new value: 'LaunchConditions'.
    Action ended 08:34:56: Milestone_LaunchCond24. Return value 1.
    MSI (c) (68:70) [08:34:56:889]: Doing action: LaunchConditions
    Action 08:34:56: LaunchConditions. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 08:34:56: LaunchConditions.
    Action ended 08:34:56: LaunchConditions. Return value 1.
    MSI (c) (68:70) [08:34:56:891]: Doing action: CCPSearch
    Action 08:34:56: CCPSearch. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 08:34:56: CCPSearch.
    MSI (c) (68:70) [08:34:56:892]: Note: 1: 2262 2: CCPSearch 3: -2147287038
    Action ended 08:34:56: CCPSearch. Return value 1.
    MSI (c) (68:70) [08:34:56:892]: Doing action: RMCCPSearch
    Action 08:34:56: RMCCPSearch. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 08:34:56: RMCCPSearch.
    MSI (c) (68:70) [08:34:56:893]: Note: 1: 2262 2: CCPSearch 3: -2147287038
    Action ended 08:34:56: RMCCPSearch. Return value 0.
    MSI (c) (68:70) [08:34:56:894]: Doing action: ValidateProductID
    Action 08:34:56: ValidateProductID. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 08:34:56: ValidateProductID.
    Action ended 08:34:56: ValidateProductID. Return value 1.
    MSI (c) (68:70) [08:34:56:895]: Doing action: Milestone_DIRCA_TARG947
    Action 08:34:56: Milestone_DIRCA_TARG947.
    Action start 08:34:56: Milestone_DIRCA_TARG947.
    MSI (c) (68:70) [08:34:56:897]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT
    `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM
    `CustomAction` WHERE `Action` = 'Milestone_DIRCA_TARG947'
    MSI (c) (68:70) [08:34:56:897]: PROPERTY CHANGE: Modifying Milestone
    property. Its current value is 'LaunchConditions'. Its new value:
    'DIRCA_TARGETDIR'.
    Action ended 08:34:56: Milestone_DIRCA_TARG947. Return value 1.
    MSI (c) (68:70) [08:34:56:897]: Doing action: DIRCA_TARGETDIR
    Action 08:34:56: DIRCA_TARGETDIR. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 08:34:56: DIRCA_TARGETDIR.
    MSI (c) (68:70) [08:34:56:899]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT
    `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM
    `CustomAction` WHERE `Action` = 'DIRCA_TARGETDIR'
    MSI (c) (68:70) [08:34:56:900]: PROPERTY CHANGE: Adding TARGETDIR
    property. Its value is 'C:\Program Files\Microsoft\Microsoft Fix it 50381'.
    Action ended 08:34:56: DIRCA_TARGETDIR. Return value 1.
    MSI (c) (68:70) [08:34:56:900]: Doing action: CostInitialize
    Action 08:34:56: CostInitialize. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 08:34:56: CostInitialize.
    MSI (c) (68:70) [08:34:56:901]: Machine policy value 'MaxPatchCacheSize' is
    10
    MSI (c) (68:70) [08:34:56:901]: Baseline: Sorting baselines for {55D13F49-
    FCB8-4892-8266-05D373FCAA61}.
    MSI (c) (68:70) [08:34:56:901]: Baseline: New baseline 2.1.3 from transaction.
    MSI (c) (68:70) [08:34:56:902]: Baseline: Sorted order Native: Order 0.
    MSI (c) (68:70) [08:34:56:902]: Baseline Data Table:
    MSI (c) (68:70) [08:34:56:902]: ProductCode: {55D13F49-FCB8-4892-8266-
    05D373FCAA61} Version: 2.1.3 Attributes: 0 PatchId: Native BaselineId: -
    2147483648 Order: 0
    MSI (c) (68:70) [08:34:56:902]: Baseline File Table:
    MSI (c) (68:70) [08:34:56:912]: PROPERTY CHANGE: Adding ROOTDRIVE
    property. Its value is 'D:\'.
    MSI (c) (68:70) [08:34:56:913]: PROPERTY CHANGE: Adding CostingComplete
    property. Its value is '0'.
    Action ended 08:34:56: CostInitialize. Return value 1.
    MSI (c) (68:70) [08:34:56:914]: Doing action: FileCost
    Action 08:34:56: FileCost. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 08:34:56: FileCost.
    MSI (c) (68:70) [08:34:56:915]: Note: 1: 2262 2: MsiAssembly 3: -2147287038
    MSI (c) (68:70) [08:34:56:916]: Note: 1: 2262 2: RemoveFile 3: -2147287038
    MSI (c) (68:70) [08:34:56:916]: Note: 1: 2262 2: MoveFile 3: -2147287038
    MSI (c) (68:70) [08:34:56:916]: Note: 1: 2262 2: DuplicateFile 3: -2147287038
    MSI (c) (68:70) [08:34:56:916]: Note: 1: 2262 2: Shortcut 3: -2147287038
    MSI (c) (68:70) [08:34:56:917]: Note: 1: 2262 2: Class 3: -2147287038
    MSI (c) (68:70) [08:34:56:917]: Note: 1: 2262 2: Extension 3: -2147287038
    MSI (c) (68:70) [08:34:56:917]: Note: 1: 2262 2: TypeLib 3: -2147287038
    MSI (c) (68:70) [08:34:56:917]: Note: 1: 2262 2: IniFile 3: -2147287038
    MSI (c) (68:70) [08:34:56:917]: Note: 1: 2262 2: ReserveCost 3: -2147287038
    Action ended 08:34:56: FileCost. Return value 1.
    MSI (c) (68:70) [08:34:56:917]: Doing action: IsolateComponents
    Action 08:34:56: IsolateComponents. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 08:34:56: IsolateComponents.
    MSI (c) (68:70) [08:34:56:919]: Note: 1: 2262 2: BindImage 3: -2147287038
    MSI (c) (68:70) [08:34:56:919]: Note: 1: 2262 2: IsolatedComponent 3: -
    2147287038
    MSI (c) (68:70) [08:34:56:919]: Note: 1: 2262 2: Patch 3: -2147287038
    Action ended 08:34:56: IsolateComponents. Return value 1.
    MSI (c) (68:70) [08:34:56:920]: Skipping action: ResumeForm (condition is
    false)
    MSI (c) (68:70) [08:34:56:920]: Skipping action: MaintenanceForm (condition
    is false)
    MSI (c) (68:70) [08:34:56:920]: Doing action: CostFinalize
    Action 08:34:56: CostFinalize. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    Action start 08:34:56: CostFinalize.
    MSI (c) (68:70) [08:34:56:920]: PROPERTY CHANGE: Adding OutOfDiskSpace
    property. Its value is '0'.
    MSI (c) (68:70) [08:34:56:920]: PROPERTY CHANGE: Adding
    OutOfNoRbDiskSpace property. Its value is '0'.
    MSI (c) (68:70) [08:34:56:920]: PROPERTY CHANGE: Adding
    PrimaryVolumeSpaceAvailable property. Its value is '0'.
    MSI (c) (68:70) [08:34:56:920]: PROPERTY CHANGE: Adding
    PrimaryVolumeSpaceRequired property. Its value is '0'.
    MSI (c) (68:70) [08:34:56:921]: PROPERTY CHANGE: Adding
    PrimaryVolumeSpaceRemaining property. Its value is '0'.
    MSI (c) (68:70) [08:34:56:921]: Note: 1: 2262 2: Patch 3: -2147287038
    MSI (c) (68:70) [08:34:56:921]: Note: 1: 2262 2: Condition 3: -2147287038
    MSI (c) (68:70) [08:34:56:923]: PROPERTY CHANGE: Modifying TARGETDIR
    property. Its current value is 'C:\Program Files\Microsoft\Microsoft Fix it 50381'.
    Its new value: 'C:\Program Files\Microsoft\Microsoft Fix it 50381\'.
    MSI (c) (68:70) [08:34:56:923]: Target path resolution complete. Dumping
    Directory table...
    MSI (c) (68:70) [08:34:56:923]: Note: target paths subject to change (via
    custom actions or browsing)
    MSI (c) (68:70) [08:34:56:923]: Dir (target): Key: TARGETDIR          , Object: C:
    \Program Files\Microsoft\Microsoft Fix it 50381\
    MSI (c) (68:70) [08:34:56:923]: Dir (target): Key: WindowsFolder          , Object: C:
    \windows\
    MSI (c) (68:70) [08:34:56:923]: Dir (target): Key: ProgramMenuFolder          ,
    Object: C:\Users\Steve\AppData\Roaming\Microsoft\Windows\Start Menu
    \Programs\
    MSI (c) (68:70) [08:34:56:923]: Dir (target): Key: DesktopFolder          , Object: C:
    \Users\Steve\Desktop\
    MSI (c) (68:70) [08:34:56:923]: PROPERTY CHANGE: Adding INSTALLLEVEL
    property. Its value is '1'.
    MSI (c) (68:70) [08:34:56:923]: Note: 1: 2262 2: IsolatedComponent 3: -
    2147287038
    MSI (c) (68:70) [08:34:56:924]: Note: 1: 2262 2: BindImage 3: -2147287038
    MSI (c) (68:70) [08:34:56:924]: Note: 1: 2262 2: Patch 3: -2147287038
    MSI (c) (68:70) [08:34:56:924]: Note: 1: 2262 2: RemoveFile 3: -2147287038
    Action ended 08:34:56: CostFinalize. Return value 1.
    MSI (c) (68:70) [08:34:56:925]: Doing action: ProgressForm
    Action 08:34:56: ProgressForm.
    Action start 08:34:56: ProgressForm.
    MSI (c) (68:70) [08:34:56:926]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT
    `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM
    `CustomAction` WHERE `Action` = 'ProgressForm'
    MSI (c) (68:6C) [08:34:56:938]: Note: 1: 2262 2: Error 3: -2147287038
    DEBUG: Error 2826:  Control Line1 on dialog ProgressForm extends beyond the
    boundaries of the dialog to the right by 3 pixels
    The installer has encountered an unexpected error installing this package. This
    may indicate a problem with this package. The error code is 2826. The
    arguments are: ProgressForm, Line1, to the right
    MSI (c) (68:6C) [08:34:56:941]: Note: 1: 2262 2: Error 3: -2147287038
    DEBUG: Error 2826:  Control Line2 on dialog ProgressForm extends beyond the
    boundaries of the dialog to the right by 3 pixels
    The installer has encountered an unexpected error installing this package. This
    may indicate a problem with this package. The error code is 2826. The
    arguments are: ProgressForm, Line2, to the right
    MSI (c) (68:6C) [08:34:56:948]: Note: 1: 2262 2: Error 3: -2147287038
    DEBUG: Error 2826:  Control BannerBmp on dialog ProgressForm extends beyond
    the boundaries of the dialog to the right by 3 pixels
    The installer has encountered an unexpected error installing this package. This
    may indicate a problem with this package. The error code is 2826. The
    arguments are: ProgressForm, BannerBmp, to the right
    Action 08:34:56: ProgressForm. Dialog created
    Action ended 08:34:57: ProgressForm. Return value 1.
    MSI (c) (68:70) [08:34:57:011]: Doing action: ExecuteAction
    Action 08:34:57: ExecuteAction. {\FinalUIFont}[PROGRESS_RESTORE_TXT]
    MSI (c) (68:6C) [08:34:57:012]: Note: 1: 2262 2: Error 3: -2147287038
    Info 2898.For FinalUIFont textstyle, the system created a 'Arial' font, in 0
    character set, of 15 pixels height.
    Action start 08:34:57: ExecuteAction.
    MSI (c) (68:70) [08:34:57:035]: PROPERTY CHANGE: Adding SECONDSEQUENCE
    property. Its value is '1'.
    MSI (c) (68:70) [08:34:57:043]: Grabbed execution mutex.
    MSI (c) (68:70) [08:34:57:043]: Incrementing counter to disable shutdown.
    Counter after increment: 0
    MSI (c) (68:70) [08:34:57:045]: Switching to server: TARGETDIR="C:\Program
    Files\Microsoft\Microsoft Fix it 50381\" EULAACCEPTED="1"
    CURRENTDIRECTORY="C:\Users\Steve\Downloads" CLIENTUILEVEL="0"
    CLIENTPROCESSID="9576" USERNAME="Steve" SOURCEDIR="C:\Users\Steve
    \Downloads\" ACTION="INSTALL" EXECUTEACTION="INSTALL" ROOTDRIVE="D:\"
    INSTALLLEVEL="1" SECONDSEQUENCE="1"  ADDLOCAL=DefaultFeature 
    MSI (s) (C8:D4) [08:34:57:086]: Running installation inside multi-package
    transaction C:\Users\Steve\Downloads\MicrosoftFixit50381.msi
    MSI (s) (C8:D4) [08:34:57:086]: Grabbed execution mutex.
    MSI (s) (C8:BC) [08:34:57:092]: Resetting cached policy values
    MSI (s) (C8:BC) [08:34:57:092]: Machine policy value 'Debug' is 0
    MSI (s) (C8:BC) [08:34:57:092]: ******* RunEngine:
               ******* Product: C:\Users\Steve\Downloads\MicrosoftFixit50381.msi
               ******* Action: INSTALL
               ******* CommandLine: **********
    MSI (s) (C8:BC) [08:34:57:096]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (C8:BC) [08:34:57:097]: Setting cached product context: User non-
    assigned for product: 48945AC3B41AEF24F91FE79A10157D52
    MSI (s) (C8:BC) [08:34:57:097]: Using cached product context: User non-
    assigned for product: 48945AC3B41AEF24F91FE79A10157D52
    MSI (s) (C8:BC) [08:34:57:099]: Setting cached product context: User non-
    assigned for product: 6BBFDF96D153C8B4988D68D79C0D2A4A
    MSI (s) (C8:BC) [08:34:57:099]: Using cached product context: User non-
    assigned for product: 6BBFDF96D153C8B4988D68D79C0D2A4A
    MSI (s) (C8:BC) [08:34:57:101]: Setting cached product context: User non-
    assigned for product: CAB1E4D953B64F542BD433D9568A0AB6
    MSI (s) (C8:BC) [08:34:57:101]: Using cached product context: User non-
    assigned for product: CAB1E4D953B64F542BD433D9568A0AB6
    MSI (s) (C8:BC) [08:34:57:103]: Setting cached product context: User non-
    assigned for product: DED5B648C8CDA1E45B4BF9B5930AACEC
    MSI (s) (C8:BC) [08:34:57:103]: Using cached product context: User non-
    assigned for product: DED5B648C8CDA1E45B4BF9B5930AACEC
    MSI (s) (C8:BC) [08:34:57:104]: Setting cached product context: User non-
    assigned for product: E2EE924EC67B3554B8404B55780FF01D
    MSI (s) (C8:BC) [08:34:57:104]: Using cached product context: User non-
    assigned for product: E2EE924EC67B3554B8404B55780FF01D
    MSI (s) (C8:BC) [08:34:57:106]: Setting cached product context: machine
    assigned for product: 00002109001001400000000000F01FEC
    MSI (s) (C8:BC) [08:34:57:106]: Using cached product context: machine
    assigned for product: 00002109001001400000000000F01FEC
    MSI (s) (C8:BC) [08:34:57:107]: Setting cached product context: machine
    assigned for product: 00002109001031400000000000F01FEC
    MSI (s) (C8:BC) [08:34:57:108]: Using cached product context: machine
    assigned for product: 00002109001031400000000000F01FEC
    MSI (s) (C8:BC) [08:34:57:110]: Setting cached product context: machine
    assigned for product: 00002109001070400000000000F01FEC
    MSI (s) (C8:BC) [08:34:57:110]: Using cached product context: machine
    assigned for product: 00002109001070400000000000F01FEC
    MSI (s) (C8:BC) [08:34:57:111]: Setting cached product context: machine
    assigned for product: 000021090010C0400000000000F01FEC
    MSI (s) (C8:BC) [08:34:57:111]: Using cached product context: machine

    Hi Chris,
    The AIR installation log is in my original post - about 12 paras down but here is is:
    [2013-04-25:06:53:46] Runtime Installer begin with version 3.7.0.1530 on Windows Vista x86
    [2013-04-25:06:53:46] Commandline is:
    [2013-04-25:06:53:46] No installed runtime detected
    [2013-04-25:06:53:57] Relaunching with elevation
    [2013-04-25:06:53:57] Launching subprocess with commandline c:\users\steve\appdata\local\temp\air79c1.tmp\adobe air installer.exe -ei
    [2013-04-25:06:54:02] Runtime Installer begin with version 3.7.0.1530 on Windows 7 x86
    [2013-04-25:06:54:02] Commandline is: -stdio \\.\pipe\AIR_1172_0 -ei
    [2013-04-25:06:54:02] No installed runtime detected
    [2013-04-25:06:54:03] Starting silent runtime install. Installing runtime version 3.7.0.1530
    [2013-04-25:06:54:04] Installing msi at c:\users\steve\appdata\local\temp\air79c1.tmp\setup.msi with guid {A0087DDE-69D0-11E2-AD57-43CA6188709B}
    [2013-04-25:06:54:10] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:06:54:10] Rolling back install of c:\users\steve\appdata\local\temp\air79c1.tmp\setup.msi
    [2013-04-25:06:54:10] Rollback complete
    [2013-04-25:06:54:10] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:06:54:10] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:06:54:10] Runtime Installer end with exit code 7
    [2013-04-25:06:54:20] Runtime Installer end with exit code 7
    [2013-04-25:06:55:38] Runtime Installer begin with version 3.7.0.1530 on Windows Vista x86
    [2013-04-25:06:55:38] Commandline is:
    [2013-04-25:06:55:38] No installed runtime detected
    [2013-04-25:06:55:45] Relaunching with elevation
    [2013-04-25:06:55:45] Launching subprocess with commandline c:\users\steve\appdata\local\temp\air30fe.tmp\adobe air installer.exe -ei
    [2013-04-25:06:55:48] Runtime Installer begin with version 3.7.0.1530 on Windows Vista x86
    [2013-04-25:06:55:48] Commandline is: -stdio \\.\pipe\AIR_1264_0 -ei
    [2013-04-25:06:55:48] No installed runtime detected
    [2013-04-25:06:55:49] Starting silent runtime install. Installing runtime version 3.7.0.1530
    [2013-04-25:06:55:51] Installing msi at c:\users\steve\appdata\local\temp\air30fe.tmp\setup.msi with guid {A0087DDE-69D0-11E2-AD57-43CA6188709B}
    [2013-04-25:06:55:55] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:06:55:55] Rolling back install of c:\users\steve\appdata\local\temp\air30fe.tmp\setup.msi
    [2013-04-25:06:55:55] Rollback complete
    [2013-04-25:06:55:55] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:06:55:55] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:06:55:55] Runtime Installer end with exit code 7
    [2013-04-25:06:55:59] Runtime Installer end with exit code 7
    [2013-04-25:07:05:12] Runtime Installer begin with version 3.7.0.1530 on Windows 7 x86
    [2013-04-25:07:05:12] Commandline is:
    [2013-04-25:07:05:12] No installed runtime detected
    [2013-04-25:07:05:18] Relaunching with elevation
    [2013-04-25:07:05:18] Launching subprocess with commandline c:\users\steve\appdata\local\temp\air953.tmp\adobe air installer.exe -ei
    [2013-04-25:07:05:24] Runtime Installer begin with version 3.7.0.1530 on Windows 7 x86
    [2013-04-25:07:05:24] Commandline is: -stdio \\.\pipe\AIR_3888_0 -ei
    [2013-04-25:07:05:24] No installed runtime detected
    [2013-04-25:07:05:24] Starting silent runtime install. Installing runtime version 3.7.0.1530
    [2013-04-25:07:05:26] Installing msi at c:\users\steve\appdata\local\temp\air953.tmp\setup.msi with guid {A0087DDE-69D0-11E2-AD57-43CA6188709B}
    [2013-04-25:07:05:29] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:05:29] Rolling back install of c:\users\steve\appdata\local\temp\air953.tmp\setup.msi
    [2013-04-25:07:05:29] Rollback complete
    [2013-04-25:07:05:29] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:05:29] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:05:29] Runtime Installer end with exit code 7
    [2013-04-25:07:05:31] Runtime Installer end with exit code 7
    [2013-04-25:07:06:12] Runtime Installer begin with version 3.7.0.1530 on Windows Vista x86
    [2013-04-25:07:06:12] Commandline is:
    [2013-04-25:07:06:12] No installed runtime detected
    [2013-04-25:07:06:21] Relaunching with elevation
    [2013-04-25:07:06:22] Launching subprocess with commandline c:\users\steve\appdata\local\temp\aire916.tmp\adobe air installer.exe -ei
    [2013-04-25:07:06:32] Runtime Installer begin with version 3.7.0.1530 on Windows 7 x86
    [2013-04-25:07:06:32] Commandline is: -stdio \\.\pipe\AIR_5884_0 -ei
    [2013-04-25:07:06:32] No installed runtime detected
    [2013-04-25:07:06:32] Starting silent runtime install. Installing runtime version 3.7.0.1530
    [2013-04-25:07:06:33] Installing msi at c:\users\steve\appdata\local\temp\aire916.tmp\setup.msi with guid {A0087DDE-69D0-11E2-AD57-43CA6188709B}
    [2013-04-25:07:06:37] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:06:37] Rolling back install of c:\users\steve\appdata\local\temp\aire916.tmp\setup.msi
    [2013-04-25:07:06:37] Rollback complete
    [2013-04-25:07:06:37] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:06:37] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:06:37] Runtime Installer end with exit code 7
    [2013-04-25:07:06:40] Runtime Installer end with exit code 7
    [2013-04-25:07:26:15] Runtime Installer begin with version 3.7.0.1530 on Windows Vista x86
    [2013-04-25:07:26:15] Commandline is:
    [2013-04-25:07:26:15] No installed runtime detected
    [2013-04-25:07:26:28] Relaunching with elevation
    [2013-04-25:07:26:28] Launching subprocess with commandline c:\users\steve\appdata\local\temp\air3063.tmp\adobe air installer.exe -ei
    [2013-04-25:07:26:37] Runtime Installer begin with version 3.7.0.1530 on Windows 7 x86
    [2013-04-25:07:26:37] Commandline is: -stdio \\.\pipe\AIR_2348_0 -ei
    [2013-04-25:07:26:37] No installed runtime detected
    [2013-04-25:07:26:37] Starting silent runtime install. Installing runtime version 3.7.0.1530
    [2013-04-25:07:26:39] Installing msi at c:\users\steve\appdata\local\temp\air3063.tmp\setup.msi with guid {A0087DDE-69D0-11E2-AD57-43CA6188709B}
    [2013-04-25:07:26:48] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:26:48] Rolling back install of c:\users\steve\appdata\local\temp\air3063.tmp\setup.msi
    [2013-04-25:07:26:48] Rollback complete
    [2013-04-25:07:26:48] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2013-04-25:07:26:48] Runtime Installer end with exit code 7
    [2013-04-25:07:46:09] Runtime Installer end with exit code 7

  • Problem installing Oracle 8.05 on Redhat Linux 7.1

    I am currently trying to install Oracle 8.05 onto Redhat Linux 7.1. I can get part of the way through
    the installation, however, when it is installing the rdbms portion. I stops with an error about a failure
    during relinking. Here is the part of make.log which details what really happened. Could someone tell
    me how to proceed.
    Thank you,
    Nicholas Waltham
    --------------[ rdbms.ins 2618 ]---------------------------------------------
    Action: Installing install.
    Command: (make -f ins_rdbms.mk ORACLE_HOME=/opt/oracle/home install), Out=/opt/oracle/home/orainst/make.log, Err=/opt/oracle/home/orainst/make.log
    chmod 755 /opt/oracle/home/bin
    rm -f oracle exp imp sqlldr tkprof mig dbv tstshm maxmem orapwd dbfsize cursize rman genoci svrmgrl extproc ihsalloci ihsots ihsdepxa ogms ogmsctl osh sbttest /opt/oracle/home/rdbms/lib/ksms.s /opt/oracle/home/rdbms/lib/ksms.o
    echo " - Linking Oracle " ;\
    /opt/oracle/home/bin/echodo cc -L/opt/oracle/home/lib/ -L/opt/oracle/home/rdbms/lib -o /opt/oracle/home/rdbms/lib/oracle /opt/oracle/home/rdbms/lib/opimai.o /opt/oracle/home/rdbms/lib/ssoraed.o /opt/oracle/home/rdbms/lib/ttcsoi.o /opt/oracle/home/rdbms/lib/config.o \
    -lserver -lclient -lvsn -lcommon -lgeneric \
    /opt/oracle/home/rdbms/lib/defopt.o /opt/oracle/home/lib/ncrstab.o -lknlopt \
    -lslax -lplsf -lplsb -lextp -lserver -lclient -lvsn -lcommon -lgeneric -lknlopt \
    -lslax -lplsf -lplsb -lextp -ldbicx \
    /opt/oracle/home/lib/nautab.o /opt/oracle/home/lib/naeet.o /opt/oracle/home/lib/naect.o /opt/oracle/home/lib/naedhs.o `cat /opt/oracle/home/lib/naldflgs` -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lmm -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lepc -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient -lvsn -lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 `cat /opt/oracle/home/lib/sysliblist` -ldl -lm -ldl -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lsql -lsql `cat /opt/oracle/home/rdbms/lib/nmliblist` `if ar tv /opt/oracle/home/rdbms/lib/libknlopt.a | grep "kxmnsd.o" > /dev/null 2>&1 ; then echo " " ; else echo "-lmdknl -lmdhh"; fi` \
    -lkidt -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 `cat /opt/oracle/home/lib/sysliblist` -ldl -lm -ldl -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lsql -lsql ;
    - Linking Oracle
    cc -L/opt/oracle/home/lib/ -L/opt/oracle/home/rdbms/lib -o /opt/oracle/home/rdbms/lib/oracle /opt/oracle/home/rdbms/lib/opimai.o /opt/oracle/home/rdbms/lib/ssoraed.o /opt/oracle/home/rdbms/lib/ttcsoi.o /opt/oracle/home/rdbms/lib/config.o -lserver -lclient -lvsn -lcommon -lgeneric /opt/oracle/home/rdbms/lib/defopt.o /opt/oracle/home/lib/ncrstab.o -lknlopt -lslax -lplsf -lplsb -lextp -lserver -lclient -lvsn -lcommon -lgeneric -lknlopt -lslax -lplsf -lplsb -lextp -ldbicx /opt/oracle/home/lib/nautab.o /opt/oracle/home/lib/naeet.o /opt/oracle/home/lib/naect.o /opt/oracle/home/lib/naedhs.o -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lmm -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon -lgeneric -lepc -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient -lvsn -lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnsl -lm -ldl -lm -ldl -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lsql -lsql /opt/oracle/home/rdbms/lib/skgxns.o -lmdknl -lmdhh -lkidt -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnsl -lm -ldl -lm -ldl -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lnetv2 -lnttcp -lnetwork -lncr -lsql -lsql
    /opt/ora cle/home/lib//libplsf.a(spssimb.o): In function `pss_gets':
    spssimb.o(.text+0x4ef): the `gets' function is dangerous and should not be used.
    /opt/oracle/home/lib//libgeneric.a(skgfr.o): In function `skgfrcre':
    skgfr.o(.text+0x4de): the `llseek' function may be dangerous; use `lseek64' instead.
    /opt/oracle/home/lib//libserver.a(hoco.o): In function `hoconsi':
    hoco.o(.text+0x104d): undefined reference to `__strtoq_internal'
    /opt/oracle/home/lib//libserver.a(hoco.o): In function `hoconui':
    hoco.o(.text+0x126a): undefined reference to `__strtouq_internal'
    collect2: ld returned 1 exit status
    make: *** [opt/oracle/home/rdbms/lib/oracle] Error 1
    Status: 2
    (( OIERR-SYSTEM: make -f ins_rdbms.mk ORACLE_HOME=/opt/oracle/home install ))
    --------------[ rdbms.ins 2631 ]---------------------------------------------
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Nicholas Waltham ([email protected]):
    I am currently trying to install Oracle 8.05 onto Redhat Linux 7.1. I can get part of the way through
    the installation, however, when it is installing the rdbms portion. I stops with an error about a failure
    during relinking. Here is the part of make.log which details what really happened. Could someone tell
    me how to proceed.
    Thank you,
    Nicholas Waltham
    --------------[ rdbms.ins 2618 ]<HR></BLOCKQUOTE>
    Well ,I tried to install Oracle 8.0.5 in Debian Potato. At end I desist.
    Oracle 8.0.5 works with glibc 5 and Debian Potato with glibc6 .
    I guess this is your problem.
    There are patches for this but i don't get
    to make work.
    Sorry for my english.
    Cisar

  • Problem Installing P6 v7 Standalone on Windows 7 64 bit

    I am having serious problems installing P6v7 on Windows 7 64 bit, as a Standalone.
    I've installed the Oracle database, version 10g, with no problems
    When I come to install the P6 software as a standalone installation on a laptop it keeps trying to link to the SQL database - as opposed to Oracle for Standalone - and I end up stuck with it asking for a password to the SQL database {the username is already locked as "sa"}, no standard passwords get me through.
    According to my supplier this has happened a few times to others and they are "working on a fix"
    Any advice would be most welcome.

    Hi DeborahZ,
    Truthfully, I have nothing else to suggest other than what you have tried. You can however call HP tech support to see if they are able to offer you a discount on a newer model. If you are in Canada or US call 800 474 6836, or you can Contact HP Worldwide.
    Thanks for reaching out to the HP Forums.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • I had a problem installing icloud on windows 8.1. What should I do? At the end of the installation process there is a error message.

    I had a problem installing icloud on windows 8.1. At the end of the installation process there is a error message.What should I do? 

    I'm guessing that you have checked and complied with the system requirements?
    System Requirements
    Microsoft Windows 7 or 8
    Microsoft Outlook 2007 or later or an up-to-date browser (for Mail, Contacts, Calendars)
    Internet Explorer 9 or later, Firefox 22 or later, or Google Chrome 28 or later (for Bookmarks)
    Broadband Internet access
    Note: If you are upgrading from iCloud Control Panel 1.1 or earlier, you will need to sign out of iCloud Control Panel and uninstall it before downloading iCloud Control Panel 3.1

  • Problems installing Snow Leopard on my MacBook Pro

    I'm having problems installing Snow Leopard on my MacBook Pro.  Help!  The installer log says the following:
    Nov 26 16:31:21 localhost LCA[79]: Folder Manager is being asked to create a folder (cach) while running as uid 0
    Nov 26 16:31:21 localhost LCA[79]: Using keyboard layout 0
    Nov 26 16:31:22 localhost LCA[79]: Found primary language hint "en"
    Nov 26 16:31:26 localhost LCA[79]: Launching the Installer using language code "English"
    Nov 26 16:31:26 localhost OSInstaller[139]: Mac OS X Installer application started
    Nov 26 16:31:26 localhost OSInstaller[139]: 1 display(s) found.
    Nov 26 16:31:26 localhost OSInstaller[139]: Display[1] is using OpenGL acceleration.
    Nov 26 16:31:26 localhost OSInstaller[139]: @(#)PROGRAM:Install  PROJECT:Install-580
    Nov 26 16:31:26 localhost OSInstaller[139]: @(#)PROGRAM:Mac OS X Installer  PROJECT:OSInstaller-262
    Nov 26 16:31:26 localhost OSInstaller[139]: Hardware: MacBookPro1,1 @ 2.16 GHz (x 2), 1024 MB RAM
    Nov 26 16:31:26 localhost OSInstaller[139]: Running OS Build: Mac OS X 10.6.3 (10D575)
    Nov 26 16:31:26 localhost OSInstaller[139]: Env: DYLD_NO_FIX_PREBINDING=1
    Nov 26 16:31:26 localhost OSInstaller[139]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Nov 26 16:31:26 localhost OSInstaller[139]: Env: PWD=/
    Nov 26 16:31:26 localhost OSInstaller[139]: Env: SHLVL=1
    Nov 26 16:31:26 localhost OSInstaller[139]: Env: OS_INSTALL=1
    Nov 26 16:31:26 localhost OSInstaller[139]: Env: _=/System/Installation/CDIS/LCA.app/Contents/MacOS/LCA
    Nov 26 16:31:27 localhost OSInstaller[139]: Using install media product at /System/Installation/Packages
    Nov 26 16:31:27 localhost OSInstaller[139]: Opening OSInstall package '/System/Installation/Packages/OSInstall.mpkg'.
    Nov 26 16:31:30 localhost OSInstaller[139]: Memory statistics for 'Install Mac OS X' pane:
    Nov 26 16:31:30 localhost OSInstaller[139]: Physical Memory Allocation:   197 MB wired,     2 MB trapped,    57 MB active,    22 MB inactive,   746 MB free,   825 MB usable,  1024 MB total
    Nov 26 16:31:46 localhost Unknown[80]: 2011-11-26 16:31:46.646 Disk Utility[147:903] **********
    Nov 26 16:31:46 localhost Unknown[80]: 2011-11-26 16:31:46.721 Disk Utility[147:903] Disk Utility started.
    Nov 26 16:31:46 localhost Unknown[80]:
    Nov 26 16:32:08 localhost Unknown[80]: 2011-11-26 16:32:08.805 Disk Utility[147:903] Verify and Repair volume “Macintosh HD”
    Nov 26 16:32:08 localhost Unknown[80]: 2011-11-26 16:32:08.823 Disk Utility[147:903] Starting repair tool:
    Nov 26 16:32:22 localhost Unknown[80]: 2011-11-26 16:32:22.311 Disk Utility[147:903] Checking Journaled HFS Plus volume.
    Nov 26 16:32:22 localhost Unknown[80]: 2011-11-26 16:32:22.316 Disk Utility[147:903] Checking extents overflow file.
    Nov 26 16:32:22 localhost Unknown[80]: 2011-11-26 16:32:22.318 Disk Utility[147:903] Checking catalog file.
    Nov 26 16:34:18 localhost Unknown[80]: 2011-11-26 16:34:18.870 Disk Utility[147:903] Checking multi-linked files.
    Nov 26 16:34:40 localhost Unknown[80]: 2011-11-26 16:34:40.868 Disk Utility[147:903] Checking catalog hierarchy.
    Nov 26 16:37:49 localhost Unknown[80]: 2011-11-26 16:37:49.539 Disk Utility[147:903] Checking extended attributes file.
    Nov 26 16:37:51 localhost Unknown[80]: 2011-11-26 16:37:51.726 Disk Utility[147:903] Checking volume bitmap.
    Nov 26 16:37:51 localhost Unknown[80]: 2011-11-26 16:37:51.821 Disk Utility[147:903] Checking volume information.
    Nov 26 16:37:51 localhost Unknown[80]: 2011-11-26 16:37:51.853 Disk Utility[147:903] The volume Macintosh HD appears to be OK.
    Nov 26 16:37:56 localhost Unknown[80]: 2011-11-26 16:37:56.748 Disk Utility[147:903] Volume repair complete.
    Nov 26 16:37:57 localhost Unknown[80]: 2011-11-26 16:37:57.047 Disk Utility[147:903] Updating boot support partitions for the volume as required.
    Nov 26 16:37:59 localhost Unknown[80]: 2011-11-26 16:37:59.000 Disk Utility[147:903] Repair tool completed:
    Nov 26 16:37:59 localhost Unknown[80]: 2011-11-26 16:37:59.001 Disk Utility[147:903]
    Nov 26 16:37:59 localhost Unknown[80]: 2011-11-26 16:37:59.032 Disk Utility[147:903]
    Nov 26 16:37:59 localhost Unknown[80]:
    Nov 26 16:49:03 localhost Unknown[80]: 2011-11-26 16:49:03.954 Disk Utility[147:903] NSDocumentController's invocation of -[NSFileManager URLForDirectory:inDomain:appropriateForURL:create:error:] returned nil for NSAutosavedInformationDirectory. Here's the error:
    Nov 26 16:49:03 localhost Unknown[80]: Error Domain=NSCocoaErrorDomain Code=642 UserInfo=0x6054310 "You can’t save the file “Autosave Information” because the volume “Mac OS X Install DVD” is read only." Underlying Error=(Error Domain=NSPOSIXErrorDomain Code=30 "The operation couldn’t be completed. Read-only file system")
    Nov 26 16:49:03 localhost Unknown[80]:
    Nov 26 16:49:24 localhost Unknown[80]: 2011-11-26 16:49:24.147 System Profiler[160:903] Error loading /System/Library/SystemProfiler/SPFirewallReporter.spreporter: Error Domain=NSCocoaErrorDomain Code=3587 UserInfo=0x5e5e510 "The bundle “SPFirewallReporter” couldn’t be loaded because it is damaged or missing necessary resources." (dlopen_preflight(/System/Library/SystemProfiler/SPFirewallReporter.spreporter/ Contents/MacOS/SPFirewallReporter): Library not loaded: /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    Nov 26 16:49:24 localhost Unknown[80]:   Referenced from: /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    Nov 26 16:49:24 localhost Unknown[80]:   Reason: image not found)
    Nov 26 16:49:28 localhost Unknown[80]: 2011-11-26 16:49:28.594 System Profiler[160:903] Error loading /System/Library/SystemProfiler/SPPrefPaneReporter.spreporter: Error Domain=NSCocoaErrorDomain Code=3587 UserInfo=0x5e6b700 "The bundle “SPPrefPaneReporter” couldn’t be loaded because it is damaged or missing necessary resources." (dlopen_preflight(/System/Library/SystemProfiler/SPPrefPaneReporter.spreporter/ Contents/MacOS/SPPrefPaneReporter): Library not loaded: /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    Nov 26 16:49:28 localhost Unknown[80]:   Referenced from: /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    Nov 26 16:49:28 localhost Unknown[80]:   Reason: image not found)
    Nov 26 16:49:38 localhost Unknown[80]: 2011-11-26 16:49:38.671 System Profiler[160:903] NSDocumentController's invocation of -[NSFileManager URLForDirectory:inDomain:appropriateForURL:create:error:] returned nil for NSAutosavedInformationDirectory. Here's the error:
    Nov 26 16:49:38 localhost Unknown[80]: Error Domain=NSCocoaErrorDomain Code=642 UserInfo=0x5e2f700 "You can’t save the file “Autosave Information” because the volume “Mac OS X Install DVD” is read only." Underlying Error=(Error Domain=NSPOSIXErrorDomain Code=30 "The operation couldn’t be completed. Read-only file system")
    Nov 26 16:49:47 localhost OSInstaller[139]: Allowing machine sleep.
    Nov 26 16:49:50 localhost OSInstaller[139]: Preventing machine sleep.
    Nov 26 16:49:56 localhost OSInstaller[139]: =============================================================================== =
    Nov 26 16:49:56 localhost OSInstaller[139]: Choices selected for installation:
    Nov 26 16:49:56 localhost OSInstaller[139]:           Install: "Mac OS X"
    Nov 26 16:49:56 localhost OSInstaller[139]:           Install: "Essential System Software"
    Nov 26 16:49:56 localhost OSInstaller[139]:                     BaseSystem.pkg : com.apple.pkg.BaseSystem : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Essentials.pkg : com.apple.pkg.Essentials : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     BootCamp.pkg : com.apple.pkg.BootCamp : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     BSD.pkg : com.apple.pkg.BSD : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     iPodSupport.pkg : com.apple.pkg.iPodSupport : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     PodcastCapture.pkg : com.apple.pkg.PodcastCapture : 1.0.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     JavaTools.pkg : com.apple.pkg.JavaTools : 1.0.0.9000000000.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     AdditionalEssentials.pkg : com.apple.pkg.AdditionalEssentials : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     AdditionalSpeechVoices.pkg : com.apple.pkg.AdditionalSpeechVoices : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     AsianLanguagesSupport.pkg : com.apple.pkg.AsianLanguagesSupport : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     MediaFiles.pkg : com.apple.pkg.MediaFiles : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     MigrationAssistant.pkg : com.apple.pkg.MigrationAssistant : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Mail.pkg : com.apple.pkg.Mail : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     AddressBook.pkg : com.apple.pkg.AddressBook : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     iCal.pkg : com.apple.pkg.iCal : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Automator.pkg : com.apple.pkg.Automator : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     DVDPlayer.pkg : com.apple.pkg.DVDPlayer : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     iTunes.pkg : com.apple.pkg.iTunes : 8.2.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     iChat.pkg : com.apple.pkg.iChat : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Java.pkg : com.apple.pkg.Java : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Safari.pkg : com.apple.pkg.Safari : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     OxfordDictionaries.pkg : com.apple.pkg.OxfordDictionaries : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:           Install: "Printer Support"
    Nov 26 16:49:56 localhost OSInstaller[139]:           Install: "Printers Used by This Mac"
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_InkjetMXSeries.pkg : com.apple.pkg.Canon_InkjetMXSeries : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon068.pkg : com.apple.pkg.EPSON_DriverCommon068 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon050.pkg : com.apple.pkg.EPSON_DriverCommon050 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP07JP002.pkg : com.apple.pkg.EPSON_IJP07JP002 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_ICACommon.pkg : com.apple.pkg.Canon_ICACommon : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP09WW003.pkg : com.apple.pkg.EPSON_IJP09WW003 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Lexmark_Utility.pkg : com.apple.pkg.Lexmark_Utility : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Brother_ColorLaser.pkg : com.apple.pkg.Brother_ColorLaser : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon003.pkg : com.apple.pkg.EPSON_DriverCommon003 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Inkjet1.pkg : com.apple.pkg.HP_Inkjet1 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon012.pkg : com.apple.pkg.EPSON_DriverCommon012 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP08JP001.pkg : com.apple.pkg.EPSON_IJP08JP001 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Inkjet7.pkg : com.apple.pkg.HP_Inkjet7 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon123.pkg : com.apple.pkg.EPSON_DriverCommon123 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IOKit.pkg : com.apple.pkg.EPSON_IOKit : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_SharedLibraries2.pkg : com.apple.pkg.Canon_SharedLibraries2 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_LaserjetZJS.pkg : com.apple.pkg.HP_LaserjetZJS : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_InkjetMPSeriesH07xx.pkg : com.apple.pkg.Canon_InkjetMPSeriesH07xx : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP09WW007.pkg : com.apple.pkg.EPSON_IJP09WW007 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Brother_Inkjet08.pkg : com.apple.pkg.Brother_Inkjet08 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_SharedLibraries5.pkg : com.apple.pkg.Canon_SharedLibraries5 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon119.pkg : com.apple.pkg.EPSON_DriverCommon119 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Lexmark_InkjetAIODrivers02.pkg : com.apple.pkg.Lexmark_InkjetAIODrivers02 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon149.pkg : com.apple.pkg.EPSON_DriverCommon149 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon129.pkg : com.apple.pkg.EPSON_DriverCommon129 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon026.pkg : com.apple.pkg.EPSON_DriverCommon026 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP08WW007.pkg : com.apple.pkg.EPSON_IJP08WW007 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP07WW004.pkg : com.apple.pkg.EPSON_IJP07WW004 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_PDEs.pkg : com.apple.pkg.Canon_PDEs : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon092.pkg : com.apple.pkg.EPSON_DriverCommon092 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Brother_Common.pkg : com.apple.pkg.Brother_Common : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Brother_MonochromeLaser.pkg : com.apple.pkg.Brother_MonochromeLaser : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_ICAMPSeries07xx.pkg : com.apple.pkg.Canon_ICAMPSeries07xx : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_SharedLibraries9.pkg : com.apple.pkg.Canon_SharedLibraries9 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Officejet.pkg : com.apple.pkg.HP_Officejet : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP07WW003.pkg : com.apple.pkg.EPSON_IJP07WW003 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Lexmark_LaserDrivers.pkg : com.apple.pkg.Lexmark_LaserDrivers : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP09WW004.pkg : com.apple.pkg.EPSON_IJP09WW004 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Chuckwalla.pkg : com.apple.pkg.HP_Chuckwalla : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon011.pkg : com.apple.pkg.EPSON_DriverCommon011 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_Libraries.pkg : com.apple.pkg.EPSON_Libraries : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon087.pkg : com.apple.pkg.EPSON_DriverCommon087 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon122.pkg : com.apple.pkg.EPSON_DriverCommon122 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_DMF.pkg : com.apple.pkg.HP_DMF : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_InkjetMPSeriesL07xx.pkg : com.apple.pkg.Canon_InkjetMPSeriesL07xx : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon125.pkg : com.apple.pkg.EPSON_DriverCommon125 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon009.pkg : com.apple.pkg.EPSON_DriverCommon009 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_PhotosmartM.pkg : com.apple.pkg.HP_PhotosmartM : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP08WW002.pkg : com.apple.pkg.EPSON_IJP08WW002 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_SharedLibraries1.pkg : com.apple.pkg.Canon_SharedLibraries1 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Cmd2HP.pkg : com.apple.pkg.HP_Cmd2HP : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP08JP002.pkg : com.apple.pkg.EPSON_IJP08JP002 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP08WW003.pkg : com.apple.pkg.EPSON_IJP08WW003 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Samsung_Common.pkg : com.apple.pkg.Samsung_Common : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon059.pkg : com.apple.pkg.EPSON_DriverCommon059 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_SharedLibraries10.pkg : com.apple.pkg.Canon_SharedLibraries10 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon047.pkg : com.apple.pkg.EPSON_DriverCommon047 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_PDE.pkg : com.apple.pkg.HP_PDE : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon027.pkg : com.apple.pkg.EPSON_DriverCommon027 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon004.pkg : com.apple.pkg.EPSON_DriverCommon004 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon054.pkg : com.apple.pkg.EPSON_DriverCommon054 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Lexmark_InkjetAIODrivers01.pkg : com.apple.pkg.Lexmark_InkjetAIODrivers01 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP08WW006.pkg : com.apple.pkg.EPSON_IJP08WW006 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon150.pkg : com.apple.pkg.EPSON_DriverCommon150 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Brother_Inkjet.pkg : com.apple.pkg.Brother_Inkjet : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP09WW008.pkg : com.apple.pkg.EPSON_IJP09WW008 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Brother_Utility.pkg : com.apple.pkg.Brother_Utility : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_InkjetiPSeriesM0407.pkg : com.apple.pkg.Canon_InkjetiPSeriesM0407 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon069.pkg : com.apple.pkg.EPSON_DriverCommon069 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Fax.pkg : com.apple.pkg.HP_Fax : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon095.pkg : com.apple.pkg.EPSON_DriverCommon095 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_InkjetMPSeries0406.pkg : com.apple.pkg.Canon_InkjetMPSeries0406 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon030.pkg : com.apple.pkg.EPSON_DriverCommon030 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Lexmark_CommandFileFilter.pkg : com.apple.pkg.Lexmark_CommandFileFilter : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_ICA.pkg : com.apple.pkg.EPSON_ICA : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Brother_ICA.pkg : com.apple.pkg.Brother_ICA : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_CHorseD.pkg : com.apple.pkg.HP_CHorseD : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP08JP005.pkg : com.apple.pkg.EPSON_IJP08JP005 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_SharedLibraries6.pkg : com.apple.pkg.Canon_SharedLibraries6 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Crossbow.pkg : com.apple.pkg.HP_Crossbow : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP09WW005.pkg : com.apple.pkg.EPSON_IJP09WW005 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Inkjet8.pkg : com.apple.pkg.HP_Inkjet8 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Photosmart.pkg : com.apple.pkg.HP_Photosmart : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Lexmark_ICADrivers.pkg : com.apple.pkg.Lexmark_ICADrivers : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP07JP004.pkg : com.apple.pkg.EPSON_IJP07JP004 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Lexmark_USBComm.pkg : com.apple.pkg.Lexmark_USBComm : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon010.pkg : com.apple.pkg.EPSON_DriverCommon010 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_SharedLibraries4.pkg : com.apple.pkg.Canon_SharedLibraries4 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Inkjet6.pkg : com.apple.pkg.HP_Inkjet6 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Lexmark_CUPS.pkg : com.apple.pkg.Lexmark_CUPS : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon083.pkg : com.apple.pkg.EPSON_DriverCommon083 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_SmartX.pkg : com.apple.pkg.HP_SmartX : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP07WW002.pkg : com.apple.pkg.EPSON_IJP07WW002 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon127.pkg : com.apple.pkg.EPSON_DriverCommon127 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP08WW005.pkg : com.apple.pkg.EPSON_IJP08WW005 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_InkjetProSeries.pkg : com.apple.pkg.Canon_InkjetProSeries : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon028.pkg : com.apple.pkg.EPSON_DriverCommon028 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon066.pkg : com.apple.pkg.EPSON_DriverCommon066 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon046.pkg : com.apple.pkg.EPSON_DriverCommon046 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Interlaken.pkg : com.apple.pkg.HP_Interlaken : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_CHorseL.pkg : com.apple.pkg.HP_CHorseL : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon015.pkg : com.apple.pkg.EPSON_DriverCommon015 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon161.pkg : com.apple.pkg.EPSON_DriverCommon161 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon124.pkg : com.apple.pkg.EPSON_DriverCommon124 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP08JP003.pkg : com.apple.pkg.EPSON_IJP08JP003 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon070.pkg : com.apple.pkg.EPSON_DriverCommon070 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon121.pkg : com.apple.pkg.EPSON_DriverCommon121 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_Frameworks.pkg : com.apple.pkg.Canon_Frameworks : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon063.pkg : com.apple.pkg.EPSON_DriverCommon063 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_SharedLibraries7.pkg : com.apple.pkg.Canon_SharedLibraries7 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon048.pkg : com.apple.pkg.EPSON_DriverCommon048 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_CHorseI.pkg : com.apple.pkg.HP_CHorseI : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_InkjetiPSeries07xx.pkg : com.apple.pkg.Canon_InkjetiPSeries07xx : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon120.pkg : com.apple.pkg.EPSON_DriverCommon120 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Lexmark_InkjetAIODrivers07.pkg : com.apple.pkg.Lexmark_InkjetAIODrivers07 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Pdf2Pdf.pkg : com.apple.pkg.HP_Pdf2Pdf : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP09WW002.pkg : com.apple.pkg.EPSON_IJP09WW002 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon052.pkg : com.apple.pkg.EPSON_DriverCommon052 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_ICASingle.pkg : com.apple.pkg.Canon_ICASingle : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP08JP004.pkg : com.apple.pkg.EPSON_IJP08JP004 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_PS.pkg : com.apple.pkg.HP_PS : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_CHorseIL.pkg : com.apple.pkg.HP_CHorseIL : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Apple_Gutenprint.pkg : com.apple.pkg.Apple_Gutenprint : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_DesignjetIO.pkg : com.apple.pkg.HP_DesignjetIO : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP08WW004.pkg : com.apple.pkg.EPSON_IJP08WW004 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Deskjet.pkg : com.apple.pkg.HP_Deskjet : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon130.pkg : com.apple.pkg.EPSON_DriverCommon130 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Inkjet3.pkg : com.apple.pkg.HP_Inkjet3 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_ICASingle.pkg : com.apple.pkg.EPSON_ICASingle : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_ResourceManager.pkg : com.apple.pkg.HP_ResourceManager : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP09WW006.pkg : com.apple.pkg.EPSON_IJP09WW006 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon006.pkg : com.apple.pkg.EPSON_DriverCommon006 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon094.pkg : com.apple.pkg.EPSON_DriverCommon094 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon029.pkg : com.apple.pkg.EPSON_DriverCommon029 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Inkjet4.pkg : com.apple.pkg.HP_Inkjet4 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_CHorse.pkg : com.apple.pkg.HP_CHorse : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Inkjet.pkg : com.apple.pkg.HP_Inkjet : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon148.pkg : com.apple.pkg.EPSON_DriverCommon148 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_SharedLibraries3.pkg : com.apple.pkg.Canon_SharedLibraries3 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon001.pkg : com.apple.pkg.EPSON_DriverCommon001 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon126.pkg : com.apple.pkg.EPSON_DriverCommon126 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_SharedLibraries8.pkg : com.apple.pkg.Canon_SharedLibraries8 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon071.pkg : com.apple.pkg.EPSON_DriverCommon071 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP09WW001.pkg : com.apple.pkg.EPSON_IJP09WW001 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_InkjetiPiXSeries0407.pkg : com.apple.pkg.Canon_InkjetiPiXSeries0407 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon084.pkg : com.apple.pkg.EPSON_DriverCommon084 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Scan.pkg : com.apple.pkg.HP_Scan : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon091.pkg : com.apple.pkg.EPSON_DriverCommon091 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP07WW001.pkg : com.apple.pkg.EPSON_IJP07WW001 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:           Install: "Nearby and Popular Printers"
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_InkjetMXSeries.pkg : com.apple.pkg.Canon_InkjetMXSeries : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon068.pkg : com.apple.pkg.EPSON_DriverCommon068 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon050.pkg : com.apple.pkg.EPSON_DriverCommon050 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP07JP002.pkg : com.apple.pkg.EPSON_IJP07JP002 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_ICACommon.pkg : com.apple.pkg.Canon_ICACommon : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP09WW003.pkg : com.apple.pkg.EPSON_IJP09WW003 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Lexmark_Utility.pkg : com.apple.pkg.Lexmark_Utility : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Brother_ColorLaser.pkg : com.apple.pkg.Brother_ColorLaser : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon003.pkg : com.apple.pkg.EPSON_DriverCommon003 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Inkjet1.pkg : com.apple.pkg.HP_Inkjet1 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon012.pkg : com.apple.pkg.EPSON_DriverCommon012 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP08JP001.pkg : com.apple.pkg.EPSON_IJP08JP001 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Inkjet7.pkg : com.apple.pkg.HP_Inkjet7 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon123.pkg : com.apple.pkg.EPSON_DriverCommon123 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IOKit.pkg : com.apple.pkg.EPSON_IOKit : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_SharedLibraries2.pkg : com.apple.pkg.Canon_SharedLibraries2 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_LaserjetZJS.pkg : com.apple.pkg.HP_LaserjetZJS : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_InkjetMPSeriesH07xx.pkg : com.apple.pkg.Canon_InkjetMPSeriesH07xx : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP09WW007.pkg : com.apple.pkg.EPSON_IJP09WW007 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Brother_Inkjet08.pkg : com.apple.pkg.Brother_Inkjet08 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_SharedLibraries5.pkg : com.apple.pkg.Canon_SharedLibraries5 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon119.pkg : com.apple.pkg.EPSON_DriverCommon119 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Lexmark_InkjetAIODrivers02.pkg : com.apple.pkg.Lexmark_InkjetAIODrivers02 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon149.pkg : com.apple.pkg.EPSON_DriverCommon149 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon129.pkg : com.apple.pkg.EPSON_DriverCommon129 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon026.pkg : com.apple.pkg.EPSON_DriverCommon026 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP08WW007.pkg : com.apple.pkg.EPSON_IJP08WW007 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP07WW004.pkg : com.apple.pkg.EPSON_IJP07WW004 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_PDEs.pkg : com.apple.pkg.Canon_PDEs : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon092.pkg : com.apple.pkg.EPSON_DriverCommon092 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Brother_Common.pkg : com.apple.pkg.Brother_Common : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Brother_MonochromeLaser.pkg : com.apple.pkg.Brother_MonochromeLaser : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_ICAMPSeries07xx.pkg : com.apple.pkg.Canon_ICAMPSeries07xx : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_SharedLibraries9.pkg : com.apple.pkg.Canon_SharedLibraries9 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Officejet.pkg : com.apple.pkg.HP_Officejet : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP07WW003.pkg : com.apple.pkg.EPSON_IJP07WW003 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Lexmark_LaserDrivers.pkg : com.apple.pkg.Lexmark_LaserDrivers : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP09WW004.pkg : com.apple.pkg.EPSON_IJP09WW004 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Chuckwalla.pkg : com.apple.pkg.HP_Chuckwalla : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon011.pkg : com.apple.pkg.EPSON_DriverCommon011 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_Libraries.pkg : com.apple.pkg.EPSON_Libraries : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon087.pkg : com.apple.pkg.EPSON_DriverCommon087 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon122.pkg : com.apple.pkg.EPSON_DriverCommon122 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_DMF.pkg : com.apple.pkg.HP_DMF : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_InkjetMPSeriesL07xx.pkg : com.apple.pkg.Canon_InkjetMPSeriesL07xx : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon125.pkg : com.apple.pkg.EPSON_DriverCommon125 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon009.pkg : com.apple.pkg.EPSON_DriverCommon009 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_PhotosmartM.pkg : com.apple.pkg.HP_PhotosmartM : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP08WW002.pkg : com.apple.pkg.EPSON_IJP08WW002 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_SharedLibraries1.pkg : com.apple.pkg.Canon_SharedLibraries1 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Cmd2HP.pkg : com.apple.pkg.HP_Cmd2HP : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP08JP002.pkg : com.apple.pkg.EPSON_IJP08JP002 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP08WW003.pkg : com.apple.pkg.EPSON_IJP08WW003 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Samsung_Common.pkg : com.apple.pkg.Samsung_Common : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon059.pkg : com.apple.pkg.EPSON_DriverCommon059 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_SharedLibraries10.pkg : com.apple.pkg.Canon_SharedLibraries10 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon047.pkg : com.apple.pkg.EPSON_DriverCommon047 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_PDE.pkg : com.apple.pkg.HP_PDE : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon027.pkg : com.apple.pkg.EPSON_DriverCommon027 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon004.pkg : com.apple.pkg.EPSON_DriverCommon004 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon054.pkg : com.apple.pkg.EPSON_DriverCommon054 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Lexmark_InkjetAIODrivers01.pkg : com.apple.pkg.Lexmark_InkjetAIODrivers01 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP08WW006.pkg : com.apple.pkg.EPSON_IJP08WW006 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon150.pkg : com.apple.pkg.EPSON_DriverCommon150 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Brother_Inkjet.pkg : com.apple.pkg.Brother_Inkjet : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP09WW008.pkg : com.apple.pkg.EPSON_IJP09WW008 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Brother_Utility.pkg : com.apple.pkg.Brother_Utility : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_InkjetiPSeriesM0407.pkg : com.apple.pkg.Canon_InkjetiPSeriesM0407 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon069.pkg : com.apple.pkg.EPSON_DriverCommon069 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Fax.pkg : com.apple.pkg.HP_Fax : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon095.pkg : com.apple.pkg.EPSON_DriverCommon095 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_InkjetMPSeries0406.pkg : com.apple.pkg.Canon_InkjetMPSeries0406 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon030.pkg : com.apple.pkg.EPSON_DriverCommon030 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Lexmark_CommandFileFilter.pkg : com.apple.pkg.Lexmark_CommandFileFilter : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_ICA.pkg : com.apple.pkg.EPSON_ICA : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Brother_ICA.pkg : com.apple.pkg.Brother_ICA : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_CHorseD.pkg : com.apple.pkg.HP_CHorseD : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP08JP005.pkg : com.apple.pkg.EPSON_IJP08JP005 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_SharedLibraries6.pkg : com.apple.pkg.Canon_SharedLibraries6 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Crossbow.pkg : com.apple.pkg.HP_Crossbow : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP09WW005.pkg : com.apple.pkg.EPSON_IJP09WW005 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Inkjet8.pkg : com.apple.pkg.HP_Inkjet8 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Photosmart.pkg : com.apple.pkg.HP_Photosmart : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Lexmark_ICADrivers.pkg : com.apple.pkg.Lexmark_ICADrivers : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP07JP004.pkg : com.apple.pkg.EPSON_IJP07JP004 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Lexmark_USBComm.pkg : com.apple.pkg.Lexmark_USBComm : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon010.pkg : com.apple.pkg.EPSON_DriverCommon010 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_SharedLibraries4.pkg : com.apple.pkg.Canon_SharedLibraries4 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Inkjet6.pkg : com.apple.pkg.HP_Inkjet6 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Lexmark_CUPS.pkg : com.apple.pkg.Lexmark_CUPS : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon083.pkg : com.apple.pkg.EPSON_DriverCommon083 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_SmartX.pkg : com.apple.pkg.HP_SmartX : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP07WW002.pkg : com.apple.pkg.EPSON_IJP07WW002 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon127.pkg : com.apple.pkg.EPSON_DriverCommon127 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP08WW005.pkg : com.apple.pkg.EPSON_IJP08WW005 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_InkjetProSeries.pkg : com.apple.pkg.Canon_InkjetProSeries : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon028.pkg : com.apple.pkg.EPSON_DriverCommon028 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon066.pkg : com.apple.pkg.EPSON_DriverCommon066 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon046.pkg : com.apple.pkg.EPSON_DriverCommon046 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Interlaken.pkg : com.apple.pkg.HP_Interlaken : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_CHorseL.pkg : com.apple.pkg.HP_CHorseL : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon015.pkg : com.apple.pkg.EPSON_DriverCommon015 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon161.pkg : com.apple.pkg.EPSON_DriverCommon161 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon124.pkg : com.apple.pkg.EPSON_DriverCommon124 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP08JP003.pkg : com.apple.pkg.EPSON_IJP08JP003 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon070.pkg : com.apple.pkg.EPSON_DriverCommon070 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon121.pkg : com.apple.pkg.EPSON_DriverCommon121 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_Frameworks.pkg : com.apple.pkg.Canon_Frameworks : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon063.pkg : com.apple.pkg.EPSON_DriverCommon063 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_SharedLibraries7.pkg : com.apple.pkg.Canon_SharedLibraries7 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon048.pkg : com.apple.pkg.EPSON_DriverCommon048 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_CHorseI.pkg : com.apple.pkg.HP_CHorseI : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_InkjetiPSeries07xx.pkg : com.apple.pkg.Canon_InkjetiPSeries07xx : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon120.pkg : com.apple.pkg.EPSON_DriverCommon120 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Lexmark_InkjetAIODrivers07.pkg : com.apple.pkg.Lexmark_InkjetAIODrivers07 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Pdf2Pdf.pkg : com.apple.pkg.HP_Pdf2Pdf : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP09WW002.pkg : com.apple.pkg.EPSON_IJP09WW002 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon052.pkg : com.apple.pkg.EPSON_DriverCommon052 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_ICASingle.pkg : com.apple.pkg.Canon_ICASingle : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP08JP004.pkg : com.apple.pkg.EPSON_IJP08JP004 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_PS.pkg : com.apple.pkg.HP_PS : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_CHorseIL.pkg : com.apple.pkg.HP_CHorseIL : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Apple_Gutenprint.pkg : com.apple.pkg.Apple_Gutenprint : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_DesignjetIO.pkg : com.apple.pkg.HP_DesignjetIO : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP08WW004.pkg : com.apple.pkg.EPSON_IJP08WW004 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Deskjet.pkg : com.apple.pkg.HP_Deskjet : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon130.pkg : com.apple.pkg.EPSON_DriverCommon130 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Inkjet3.pkg : com.apple.pkg.HP_Inkjet3 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_ICASingle.pkg : com.apple.pkg.EPSON_ICASingle : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_ResourceManager.pkg : com.apple.pkg.HP_ResourceManager : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP09WW006.pkg : com.apple.pkg.EPSON_IJP09WW006 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon006.pkg : com.apple.pkg.EPSON_DriverCommon006 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon094.pkg : com.apple.pkg.EPSON_DriverCommon094 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon029.pkg : com.apple.pkg.EPSON_DriverCommon029 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Inkjet4.pkg : com.apple.pkg.HP_Inkjet4 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_CHorse.pkg : com.apple.pkg.HP_CHorse : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Inkjet.pkg : com.apple.pkg.HP_Inkjet : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon148.pkg : com.apple.pkg.EPSON_DriverCommon148 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_SharedLibraries3.pkg : com.apple.pkg.Canon_SharedLibraries3 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon001.pkg : com.apple.pkg.EPSON_DriverCommon001 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon126.pkg : com.apple.pkg.EPSON_DriverCommon126 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_SharedLibraries8.pkg : com.apple.pkg.Canon_SharedLibraries8 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon071.pkg : com.apple.pkg.EPSON_DriverCommon071 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP09WW001.pkg : com.apple.pkg.EPSON_IJP09WW001 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Canon_InkjetiPiXSeries0407.pkg : com.apple.pkg.Canon_InkjetiPiXSeries0407 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon084.pkg : com.apple.pkg.EPSON_DriverCommon084 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     HP_Scan.pkg : com.apple.pkg.HP_Scan : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_DriverCommon091.pkg : com.apple.pkg.EPSON_DriverCommon091 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:                     EPSON_IJP07WW001.pkg : com.apple.pkg.EPSON_IJP07WW001 : 2.2.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:           Install: "Additional Fonts"
    Nov 26 16:49:56 localhost OSInstaller[139]:                     AdditionalFonts.pkg : com.apple.pkg.AdditionalFonts : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:           Install: "Language Translations"
    Nov 26 16:49:56 localhost OSInstaller[139]:           Install: "Japanese"
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Japanese.pkg : com.apple.MacOSX.lang.ja : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:           Install: "German"
    Nov 26 16:49:56 localhost OSInstaller[139]:                     German.pkg : com.apple.MacOSX.lang.de : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:           Install: "French"
    Nov 26 16:49:56 localhost OSInstaller[139]:                     French.pkg : com.apple.MacOSX.lang.fr : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:           Install: "Spanish"
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Spanish.pkg : com.apple.MacOSX.lang.es : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:           Install: "Italian"
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Italian.pkg : com.apple.MacOSX.lang.it : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:           Install: "Dutch"
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Dutch.pkg : com.apple.MacOSX.lang.nl : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:           Install: "Danish"
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Danish.pkg : com.apple.MacOSX.lang.da : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:           Install: "Finnish"
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Finnish.pkg : com.apple.MacOSX.lang.fi : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:           Install: "Korean"
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Korean.pkg : com.apple.MacOSX.lang.ko : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:           Install: "Norwegian"
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Norwegian.pkg : com.apple.MacOSX.lang.no : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:           Install: "Russian"
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Russian.pkg : com.apple.MacOSX.lang.ru : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:           Install: "Swedish"
    Nov 26 16:49:56 localhost OSInstaller[139]:                     Swedish.pkg : com.apple.MacOSX.lang.sv : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:           Install: "Brazilian Portuguese"
    Nov 26 16:49:56 localhost OSInstaller[139]:                     BrazilianPortuguese.pkg : com.apple.MacOSX.lang.pt : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:           Install: "Simplified Chinese"
    Nov 26 16:49:56 localhost OSInstaller[139]:                     SimplifiedChinese.pkg : com.apple.MacOSX.lang.zh_CN : 10.6.0.1.1.1249367152
    Nov 26 16:49:56 localhost OSInstaller[139]:           Install: "Traditional Chinese"
    Nov 26 16:49:56 localhost OSInstaller[139]:                     TraditionalChinese.pkg :

    no touch,
    to boot from your original grey Mac OS X Install DVD, you’ll need to hold down the C key as you start up your MacBook Pro.
    Which model MacBook Pro do you have, and which version of Mac OS is noted as being on your grey installation DVD? (It can be found on the lower left of your Mac OS X Install DVD.)

Maybe you are looking for

  • Upgrading Oracle Text - Post upgrade step 10.2 to 11.2

    I already upgraded my 10.2.0.4 database to 11.2.0.1 and have to do post upgrade steps. In step 39 of Manual guideline (837570.1) is not clear for me. If some one can explain further would be appriciated. When i check my source ORACLE_HOME/ctx/admin/c

  • How to increase my server performance ?

    hi experts, my environment is 4.7E,SQL,Windows 2003 Server with 150 users. ibm xseries 346 with 6 gb ram min response time is 1000 (m.sec) to 1500 per 140 logon users. how can i decrease this response time ? Please give me your valuable suggestions.

  • HT1349 my activation code has come off... how can i retrieve the amount of the card and redeem it?

    I have by accident scratched off my activation code for ITunes... can I retrieve it?

  • Code sharing between applets

    Hi, I'm currently using Eclipse and JCOP plugin for applet development, and I'm looking for solutions on how to share custom libraries between applets. I'm particularly not looking for interface sharing between applets, but more how to organize the s

  • Illustrator cs4 glitching

    I can hardly use the pen tool. If I try to drag the mouse to create an arc it starts making multiple angles. I have heard that this can be a keyboard issue where adobe things the alt key is permanently pressed. I am not new to adobe, I have been a pr