Problem installing module-init-tools

Trying to install module-init-tools-0.9.12 (so I can try the 2.5.70 kernel) yields this dissapointing output:
[root@ArchLinux module-init-tools-0.9.12]# ./configure --prefix=/
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
/home/hcman/sources/module-init-tools-0.9.12/missing: Unknown `--run' option
Try `/home/hcman/sources/module-init-tools-0.9.12/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
configure: Adding gcc options: -g -O2 -Wunused -Wall -Wcast-align
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
[root@ArchLinux module-init-tools-0.9.12]# make moveold
if [ "`echo //sbin | tr -s / /`" = /sbin ]; then :;   
else                                                                 
        echo moveold usually only makes sense when installing into /sbin;
        exit 1;                                                     
fi
for f in lsmod modprobe rmmod depmod insmod modinfo; do             
    if [ -L /sbin/$f ]; then                                       
        ln -sf `ls -l /sbin/$f | sed 's/.* -> //'`.old /sbin/$f; 
    fi;                                                             
    mv /sbin/$f /sbin/$f.old;                                       
    if [ -f /usr/share/man/man8/$f.8.gz ]; then             
        mv /usr/share/man/man8/$f.8.gz                             
                /usr/share/man/man8/$f.old.8.gz;                   
    elif [ -f /usr/share/man/man8/$f.8.bz2 ]; then                 
        mv /usr/share/man/man8/$f.8.bz2                     
                /usr/share/man/man8/$f.old.8.bz2;                   
    else                                                           
        mv /usr/share/man/man8/$f.8 /usr/share/man/man8/$f.old.8;
    fi;                                                             
done
mv: cannot stat `/usr/share/man/man8/lsmod.8': No such file or directory
mv: cannot stat `/usr/share/man/man8/modprobe.8': No such file or directory
mv: cannot stat `/usr/share/man/man8/rmmod.8': No such file or directory
mv: cannot stat `/usr/share/man/man8/depmod.8': No such file or directory
mv: cannot stat `/usr/share/man/man8/insmod.8': No such file or directory
mv: cannot stat `/usr/share/man/man8/modinfo.8': No such file or directory
make: *** [move-old-targets] Error 1
[root@ArchLinux module-init-tools-0.9.12]# make
source='lsmod.c' object='lsmod.o' libtool=no
depfile='.deps/lsmod.Po' tmpdepfile='.deps/lsmod.TPo'
depmode=gcc3 /bin/sh ./depcomp
gcc -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE="module-init-tools" -DVERSION="0.9.12"  -I. -I.     -g -O2 -Wunused -Wall -Wcast-align -c `test -f 'lsmod.c' || echo './'`lsmod.c
gcc  -g -O2 -Wunused -Wall -Wcast-align   -o lsmod  lsmod.o 
source='insmod.c' object='insmod.o' libtool=no
depfile='.deps/insmod.Po' tmpdepfile='.deps/insmod.TPo'
depmode=gcc3 /bin/sh ./depcomp
gcc -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE="module-init-tools" -DVERSION="0.9.12"  -I. -I.     -g -O2 -Wunused -Wall -Wcast-align -c `test -f 'insmod.c' || echo './'`insmod.c
gcc  -g -O2 -Wunused -Wall -Wcast-align   -o insmod  insmod.o 
source='modprobe.c' object='modprobe.o' libtool=no
depfile='.deps/modprobe.Po' tmpdepfile='.deps/modprobe.TPo'
depmode=gcc3 /bin/sh ./depcomp
gcc -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE="module-init-tools" -DVERSION="0.9.12"  -I. -I.     -g -O2 -Wunused -Wall -Wcast-align -c `test -f 'modprobe.c' || echo './'`modprobe.c
gcc  -g -O2 -Wunused -Wall -Wcast-align   -o modprobe  modprobe.o 
source='rmmod.c' object='rmmod.o' libtool=no
depfile='.deps/rmmod.Po' tmpdepfile='.deps/rmmod.TPo'
depmode=gcc3 /bin/sh ./depcomp
gcc -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE="module-init-tools" -DVERSION="0.9.12"  -I. -I.     -g -O2 -Wunused -Wall -Wcast-align -c `test -f 'rmmod.c' || echo './'`rmmod.c
gcc  -g -O2 -Wunused -Wall -Wcast-align   -o rmmod  rmmod.o 
source='depmod.c' object='depmod.o' libtool=no
depfile='.deps/depmod.Po' tmpdepfile='.deps/depmod.TPo'
depmode=gcc3 /bin/sh ./depcomp
gcc -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE="module-init-tools" -DVERSION="0.9.12"  -I. -I.     -g -O2 -Wunused -Wall -Wcast-align -c `test -f 'depmod.c' || echo './'`depmod.c
source='moduleops.c' object='moduleops.o' libtool=no
depfile='.deps/moduleops.Po' tmpdepfile='.deps/moduleops.TPo'
depmode=gcc3 /bin/sh ./depcomp
gcc -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE="module-init-tools" -DVERSION="0.9.12"  -I. -I.     -g -O2 -Wunused -Wall -Wcast-align -c `test -f 'moduleops.c' || echo './'`moduleops.c
source='tables.c' object='tables.o' libtool=no
depfile='.deps/tables.Po' tmpdepfile='.deps/tables.TPo'
depmode=gcc3 /bin/sh ./depcomp
gcc -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE="module-init-tools" -DVERSION="0.9.12"  -I. -I.     -g -O2 -Wunused -Wall -Wcast-align -c `test -f 'tables.c' || echo './'`tables.c
gcc  -g -O2 -Wunused -Wall -Wcast-align   -o depmod  depmod.o moduleops.o tables.o 
source='modinfo.c' object='modinfo.o' libtool=no
depfile='.deps/modinfo.Po' tmpdepfile='.deps/modinfo.TPo'
depmode=gcc3 /bin/sh ./depcomp
gcc -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE="module-init-tools" -DVERSION="0.9.12"  -I. -I.     -g -O2 -Wunused -Wall -Wcast-align -c `test -f 'modinfo.c' || echo './'`modinfo.c
gcc  -g -O2 -Wunused -Wall -Wcast-align   -o modinfo  modinfo.o 
gcc  -g -O2 -Wunused -Wall -Wcast-align   -o insmod.static -static insmod.o 
[root@ArchLinux module-init-tools-0.9.12]# make install
make[1]: Entering directory `/home/hcman/sources/module-init-tools-0.9.12'
/bin/sh ./mkinstalldirs //bin
  /bin/sh ./install-with-care lsmod //bin/lsmod
install-with-care lsmod //bin/lsmod
./install-with-care: line 21: /usr/bin/install: No such file or directory
./install-with-care: line 21: exec: /usr/bin/install: cannot execute: No such file or directory
make[1]: *** [install-binPROGRAMS] Error 126
make[1]: Leaving directory `/home/hcman/sources/module-init-tools-0.9.12'
make: *** [install-am] Error 2
Is there anyone who has this working who can point me in the right direction?
(Sorry for the long output but I thought it may prove helpful).
HC

Xentac wrote:I don't believe it's policy to support non-packaged programs, but it's your system  .
...live life on the edge...that's me! LOL
Making a symlink did the trick.
I'll try to edit the Makefile and see if can get that to work too before I submit this as a package.
Oh, and of course I have to figure out how make a package in the first place.
So....I guess I should go do some reading eh?
Thanks.
HC

Similar Messages

  • Problems with Mac OSX 10.5.2 and installing my pro tools le 7.1.1

    Problems with Mac OSX 10.5.2 and installing my pro tools le 7.1.1.
    My garage band & reason software don´t open anymore giving me a error messasge regarding the midi drivers in the operating system.
    Please help!!!
    Thanks,
    Paolo

    Somewhere at either Macworld or here I learned that DVDSP 2, DVDSP 3 and now DVDSP 4 "internally" are major re-writes.
    Support for HD among a few other items along with QT 7 which comes with Tiger means sincerely that one set of applications/OS is not going to be stable.
    Personally I think of all the issues possible its DVDSP vs QT.
    Unless you move to DVDSP v4 the alternative is to wipe the disk and go back to Jaguar (10.2) or perhaps Panther but avoid upgrading QT beyond 6. I advocate wiping the disk because I'n not sure an archive and install to down shift to an earlier version of the OS is possible. If it is I'd still worry about mis-matched files in all sorts of locations.

  • Problem installing DSC 8.2.1 module

    I am trying to install the DSC module for 8.2.1 on my home PC.  I had no problems installing it on my development PC at work overtop of 8.2.  But on my home PC I get the following dialog (in the .png file) after the machine spends a long time (~5 minutes) in its "wait for the installer to initialize" phase.  If I click on the details button, I get additional information as shown in the .txt file.
    I went back and uninstalled DSC module for 8.2 and tried again, but get the same results.
    Any ideas?
    Thanks,
    Bill
    Attachments:
    DSC8.2.1 install error.PNG ‏32 KB
    Details.txt ‏2 KB

    Hi Centerbolt,
    I discovered the problem.
    First, disabling the firewall and antvirus did not help.
    Second, I looked for DSC module on NI's website but could only find 8.2 and not 8.2.1 to download.
    Third, I looked to copy over the CD to my harddrive.  I opened the directory and saw the Products folder, I decided to look in there.  It seemed very slow to browse.  Finally, I saw the Portable_Configuration folder in there, it took a very long time to try to open, then came up with an error that it was not accessible or else something about "incorrect function".  Some other directories would open, but were slow to do so.  So now I know why the initialization took so long and ultimately failed, Windows had a hard time accessing the folders.  Also, through all of this, the CD drive did not sound like it was spinning up properly.
    I moved the CD over to my other drive to try it there in case the problem was with my drive.  I had no problems installing the software from there.  Browsing the folders was reasonably quick.  After installing, I moved it back to the first drive and made sure all smudges were wiped off.  I still had problems.
    For whatever reason, that CD had a problem that my primary CD drive was sensitive to.  I've never had problems with other CD's in that drive, or that particular CD in other drives.  What is interesting, looking at the back of the CD, there is a difference in color between the inside and outside that looks kind of like a burned CD-R or CD-RW disc would except in silver rather than blue, and except that be circular, this pattern has kind of a oblong lobe and is oddly shaped.
    Anyway, my problem is solved.  I think I have a marginal CD that did not work very well in that one drive, but wasn't a problem in a couple other drives.
    Thanks for your help.  It put me down a path that got me the answer.

  • Problem to install mysql-gui-tools

    Hi all.
    I'm trying to install mysql-gui-tools but I get the following error:
    ==> ERRORE: Si è verificato un errore in build().
    L'operazione sta per essere interrotta...
    ==> ERRORE: Makepkg non è riuscito a compilare mysql-gui-tools.
    that means that there is an error in build().
    Can you please help me?

    It's the successor of mysql-gui-tools. http://www.mysql.com/products/workbench/. It provides all you need for ER diagrams, SQL development and DBA tasks.
    Package available in the community repo.
    Last edited by teekay (2011-12-01 22:11:51)

  • "add and remove projects" problem in eclipse weblogic tool 1.1.3

    Hello,
    i installed eclipse weblogic tool 1.1.3. When i try to add a project to the server, it cannot even list my java projects. I found out that it only list those dynamic web projects.
    My question is: is it possible to add java project to server. My java project includes src and webRoot, which is deployed in weblogic 10.
    Also, when i set a breakpoint in jsp. I always have the source not found problem. Is there a way to get around this?
    Thanks

    Hi
    Java project cannot be deployed to the server standalone.
    One way to do is to create a ear project and add the web project and java project to it. If you create the web project and java project after EAR project creation then you can add to ear when creating web and java projects.
    But if you already have web and java projects, create a ear project and right click on ear project -> properties -> project reference -> check both projects. Also right click on ear project -> properties -> j2ee module dependencies -> check both projects.
    Now build the ear project and you will see the java project part of ear and the web project can refer to the java project classes.
    Vimala-

  • My AR form crash and how to disable installed modules

    Hi all
    my environmen is 11.5.8 on rh as 2.1. I have couple of module installed like ap ap gl po inv hr ..i have two problem here need help.
    First, I installed the hr modules but for some reason i wanna disable it and define position and job through po setup. set the status of the hr module from I to N in FND_PRODUCT_INSTALLATIONS so I can use PO to define the job which is successfully, but when i define positoin, a dialog warn me "HR_NULL_INSTALLATION_STATUS" and can not save the position. Can anyone encounter such a problem as mine and how to solve it?
    BTW, what is the right way to disable the instaled modules?
    Second, I met a form crash problem in ar module. I switch reposibility to ar and click transaction form, it seems form crashed and all the form including the navigator form are all disappeared, only php left. what is that problem? Can anyone help me out?
    Regards

    Hi stephen,
    Here in 11g you cant disable them .....nor avoid them while installing that is the disadvantage of this tool....It come as a whole package.
    Check the disadvantages of 11g by turri http://forums.oracle.com/forums/thread.jspa?threadID=1117649&tstart=45
    Hope helps you.
    Cheers,
    KK

  • Problems installing j2sdk on mdk9.0

    Hello!
    I have a serious problem installing java2 SDK on a linux
    machine(mdk9.0). I unpacked the self extracting .bin file to
    /usr/local, set up the JAVA_HOME environment variable and added the
    $JAVA_HOME/bin (where the binaries are) to PATH, but javac and in fact
    all other tools gave me 'Error initalizing the VM' error. When I ran
    java_vm it appeared not to be able to find its shared
    libraries(DLLs). Then I installed them with ldconfig and by setting the
    LD_LIBRARY_PATH environment variable to $JAVA_HOME/jre/lib/i386/. Now when I run java_vm it
    reports "java_vm process: could not find Java VM symbols". So what's that now?
    ps.: I am using j2sdk-1_4_0-linux-i386.bin. It did work on Slackware 8.1 when I installed it into /usr/java w/o even setting a single env variable. However, it got the same problems when I installed it into my home directory. At least I think they were the same.

    Hi
    i'm dealing with the same problem at the moment. Found any solutions?

  • 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

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

  • Unable to Install Office 2013 Pro and I get returned message "Couldn't Install We're sorry, we had a problem installing your office programs"

    I purchased 40 licenses of Office 2013 Pro from a vendor in the US and received 40 product keys along with the URL to download the software - 1 for each pc activation codes.  I have done a few and were all successful.  I am now trying
    install on 2 other pcs and I am having real difficulty and getting error message each time I try to install.  I am able to download the installer and copied to my desktop and when I double click to execute it, it gives me the option to run on the next
    screen.  I click on run then it gives me the message " do you want to allow the program to make changes to this computer".  When I press YES, nothing happens and minutes later, I get the flwg message everytime, "Couldn't
    install"  "We're sorry, we had a problem installing your office programs.  Is your internet connection working?  Do you have enough free space on your main hard drive?  Please try installing again after you've checked the above. 
    Go online for additional help.
    I have lots of space and my pc is Win 7 64 bit new machine.  I have connection to internet and I was able to get the others done.  What is the problem here and I have been trying to work late night hours to try to install the program and I am unable
    to successfully get it to work.  I receive the same message every time and I followed all the recommended troubleshoot steps I found on the internet.  Someone please help.  I have to install all for all the PCs we have for our organization. 
    Please respond because I am really stuck.
    Gabe

    Hi Gabe,
    First, please check the suggestion above is helpful. I also suggest you removing all version of Office and re-install Office 2013.
    We can try to run the application as an administrator and check if it works.
     1. Right click the shortcut of the application or the main application.
     2. Select properties.
     3. Select compatibility tab and select "Run this program as an administrator."
    If there is anything I can do for you about this issue, don't hesitate to tell me.
    Best regards,
    Greta Ge
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Problem installing ActiveX viewer in Windows 7

    Hello,
    We downloaded the public beta of Windows 7 today and I am getting an error in our web application when it tries to install the Crystal Reports XI ActiveX report viewer (version 11.0.0.1424 of crviewer.dll).  IE8 will issue its normal prompt to ask you if you want to install the control, but after that, the little object image in the upper-left corner of the page turns to a red X.
    I tried using the sample code which comes with Crystal XI (SimplePreviewReport.asp in the "BeginHere" folder) and that had the same problem.  I put some debug code into SmartViewerActiveX.asp and found that I was getting an "ActiveX component can't create object" error on this line:
         Set webBroker = CreateObject("CrystalReports11.WebReportBroker.1")
    I don't think it's a security issue because I am an administrator on the machine and I didn't have any problems installing other ActiveX controls.  I tried running the web site in both the Local Intranet zone as well as the Trusted Sites zone.  I'm also thinking that the issue is more with Windows 7 than IE8 because I have IE8 Beta 2 installed on a Windows XP machine and the Crystal ActiveX viewer installs just fine there.
    Thanks in advance for any suggestions!

    XI R2 is more then an incremental update in some aspects to XI R1. They are officially versioned 11 and 11.5 and XI R2 is considered a new release. However in most aspects to a Crystal R1 customer XI R2 doesn't offer much more in functionality other than it is more up-to-date and is still receiving updates and patches.
    With out looking at Operating Systems or other factors I generally recommend R1 customers move to R2 so they are kept up-to-date. However being an new version that does mean you will need to update your projects to call the R2 runtime, and then you can use the R2 merge modules.
    As for how R2 merge modules work with Windows 7 I cannot say. We will have to wait until Windows 7 final build comes out before we will get a list of supported products on this Operating System, and this can take upwards of 3 months after the OS is released. I would hazard a guess (NOTE: GUESS is the important word here) that R1 and R2 will not be certified with Windows 7. This does not mean it will not work, but does mean it will not be tested and if errors are found that are particular to this OS they will not be fixed.
    Remember that this is just a guess, based on R2 being 3 years old and nearing end of its patch cycle and Windows 7 being at least 4 months away. However this cannot be concidered an official statement it is just my personal opinion. Enough caveats there?
    Trevor

  • Problem with module lazy loading in flex 3

    Hi every body!
    I have some problems with Module lazy loading. I am using flex 3.5, Module-flex3-0.14, parsley 3.2.
    I can't get the LazyModuleLoadPolicy working correctly.
    In my main application (the one that loads the modules), my parsley context is the following:
            <cairngorm:LazyModuleLoadPolicy objectId="lazyLoadPolicy" type="{ OpenViewMessage }" />
         <cairngorm:ModuleMessageInterceptor type="{ OpenViewMessage }"/>
         <cairngorm:ParsleyModuleDescriptor objectId="test"
              url="TestModule.swf"
              applicationDomain="{ClassInfo.currentDomain}"
         />
    And to load my module:
    [Inject(id="test")]
    [Bindable] public var test:IModuleManager;
    <core:LazyModulePod
         id="moduleLoader"
         moduleManager="{test}"
         moduleId="testModule"
    />
    with  LazyModulePod.mxml:
    <mx:Canvas
        xmlns:mx="http://www.adobe.com/2006/mxml"
        xmlns:module="com.adobe.cairngorm.module.*"
        xmlns:parsley="http://www.spicefactory.org/parsley">
        <mx:Script>
            <![CDATA[
                import com.adobe.cairngorm.module.ILoadPolicy;
                import com.adobe.cairngorm.module.IModuleManager;
                [Bindable]
                public var moduleId:String;
                [Bindable]
                public var moduleManager:IModuleManager;
                [Bindable]
                [Inject(id="lazyLoadPolicy")]
                public var lazyLoadPolicy:ILoadPolicy;
            ]]>
        </mx:Script>
        <parsley:Configure/>
        <module:ViewLoader id="moduleLoader"
            moduleId="{ moduleId }"
            moduleManager="{ moduleManager }"
            loadPolicy="{lazyLoadPolicy}">
             <!--<module:loadPolicy>
                  <module:BasicLoadPolicy/>
             </module:loadPolicy>-->
        </module:ViewLoader>
    </mx:Canvas>
    OpenViewMessage.as in a swc:
    public class OpenViewMessage
            private var _moduleId:String;
            private var _viewId:String;
            public function OpenViewMessage(moduleId:String, viewId:String)
                this._moduleId = moduleId;
                this._viewId = viewId;
            public function get viewId():String{
                return _viewId;
            [ModuleId]
            public function get moduleId():String
                return _moduleId;
    In another flex project, my module context is:
    <mx:Object
         xmlns:mx="http://www.adobe.com/2006/mxml"
         xmlns:controler="com.cegedim.myit.controler.*">
         <controler:WindowControler/>
    </mx:Object>
    The module implements IParsleyModule
    <mx:Module xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical"
         implements="com.adobe.cairngorm.module.IParsleyModule"
         xmlns:spicefactory="http://www.spicefactory.org/parsley">
         <mx:Script>
              <![CDATA[
                   import org.spicefactory.parsley.flex.FlexContextBuilder;
                   import com.adobe.cairngorm.module.IParsleyModule;
                   public function get contextBuilder():ContextBuilderTag
                    return contextBuilderTag;
              ]]>
         </mx:Script>
         <spicefactory:ContextBuilder  id="contextBuilderTag" config="{ MyITTestModuleContext }"/>
         <spicefactory:Configure/>
    </mx:Module>
    and the WindowControler:
    public class WindowControler
         public function WindowControler(){}
         [Init]
            public function initialize():void
                Alert.show("Module Initialized");
            [MessageHandler(scope="local")]
            public function openViewMessageHandler(message:OpenViewMessage):void
                Alert.show("Opening view " + message.viewId + " in the module " + message.moduleId);
    If i uncomment the basicLoadPolicy in LazyModulePod.mxml and remove the lazyModuleLoadPolicy, everything works fine. The module is loaded when it's added to stage and it receives correctly messages dispatched to it. But with the lazy policy the module never loads.
    I may have missed something or there is somthing i don't understand because i tried the ModuleTest provided in example in cairngorm sources. It works fine (i mean loading the moduleA2 when receiving a message), but if i replace the change the lazyModulePolicy to listen to broadcasted messages instead of a pingMessage, the module never loads too.
        <cairngorm:LazyModuleLoadPolicy objectId="lazyLoadPolicy" type="{ BroadcastMessage }" />
        <cairngorm:ModuleMessageInterceptor
            type="{ BroadcastMessage }" moduleRef="moduleA" />
    public class BroadcastMessage
        public function BroadcastMessage()
    If someone has any clue, i'll be happy to test it =)
    Thanks.

    Hello, back on my issue, i tested a little bit more the message dispaching.
    I read the lazyLoadPolicy class and noticed that it always has to have a ModuleId property in the message to work, that's why the broadcast message didn't work to awake the module with the lazy loading policy.
    So i added copy of my module:
         <cairngorm:ParsleyModuleDescriptor objectId="test"
              url="TestModule.swf"
              applicationDomain="{ClassInfo.currentDomain}"
         />
         <cairngorm:ParsleyModuleDescriptor objectId="testbis"
              url="TestModuleBis.swf"
              applicationDomain="{ClassInfo.currentDomain}"
         />     
    Set them both with a basicLoadPolicy, and tries to dispatch a message to only one of them using the ModuleId metatag. I then noticed that both modules received the message and not only the one i expected.
    I then changed the ModuleMessageInterceptor configuration to dispatch to only one kind of module:
    <cairngorm:ModuleMessageInterceptor type="{ OpenViewMessage }" moduleRef="test"/>
    and this worked as expected. Only the first module catched the message. I am obiously messing with the ModuleId metatag but i cannot see what's wrong...
    I compiled with
    -keep-as3-metadata+=ModuleId
    but this hasn't changed anything...

  • 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

  • Problems installing SAP GUI 7.1 patch level 4 for Bex Analyzer

    Hi all,
    I have a problem installing the SAP GUI for BW - running office 2003, have tried to install without success.  The old Bex tools seem to work, but not the new ones and when opening any of the tools report designer or web application designer I get the error : System configured incorrectly.  The new functionality in Bex Analyzer do not respond when clicking on the icons.
    Thanks,
    Dirko

    Hello
    please download the compialtion 3 cd of sapgui 710.
    http://service.sap.com/installations
    Entry by Application Group
    SAP Frontend Components
      SAP GUI FOR WINDOWS
       SAP GUI FOR WINDOWS 7.10 CORE
        Installation
    Compilation 3 cd is delivered with the sapgui patch level 11!
    Also the sapgui patche you can find in
    http://service.sap.com/patches
    Best Regards
    Sven

  • Problems Installing OBIEE 11.1.1.5 on Windows XP32 step ASInstance Creation

    Problems Installing OBIEE 11.1.1.5 on Windows XP32 step ASInstance failed
    The problem starts here
    weblogic.Deployer invoked with options: -adminurl NAR-GMIKOLAY:7001 -username weblogic -name NonJ2EEManagement -source C:\oracle\OBIEE\Oracle_BI1\opmn\applications\NonJ2EEManagement.ear -nostage -deploy -upload -noexit
    <Mar 7, 2012 3:56:21 AM EST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, NonJ2EEManagement [archive: C:\oracle\OBIEE\Oracle_BI1\opmn\applications\NonJ2EEManagement.ear], to configured targets.>
    then evolves into
    oracle.as.provisioning.exception.ASProvisioningException
    Caused by: oracle.as.provisioning.engine.CfgWorkflowException
    Caused by: oracle.as.provisioning.util.ConfigException:
    Error creating ASInstance instance1.
    Cause:
    An internal operation has failed: Unable to validate NonJ2EEManagement Application deployment on admin server
    Caused by: oracle.as.config.utl.DeployerException: NonJ2EEManagement Applicationdeployment failed
    Caused by: java.lang.reflect.InvocationTargetException
    **Then the PermGen space errors**
    Caused by: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: PermGen space
    Caused by: weblogic.deploy.api.tools.deployer.DeployerException: PermGen spac
    Caused by: java.lang.OutOfMemoryError: PermGen space
    I have tried reinstalling 6 different times each after cleaning registry and Middleware folder and environment variables, installation folders,
    deleting middleware home. I cannot get past this "step ASInstance failed"
    I am using the Simple Install.
    I've tried so many of the ideas suggested out here, from verifiying the loop-back adapter in hosts in windows/system32/drivers/etc/
    pinging the host computer to verify
    some suggested turning internet off while installing OBIEE
    I need some help.
    I have 4 GB installed memory
    Oracle Database Enterprise Edition 11.2.0.1
    Oracle RCU 11.1.1.5
    OBIEE 11.1.1.5
    oraparam.ini JRE_MEMORY_OPTIONS=" -mx768m -XX:MaxPermSize=768m" ( cannot change these during simple install)
    Cannot run software install only
    I tried same with OBIEE 11.1.1.6 using RCU 11.1.1.6
    Cannot get past the step ASInstance failed.
    On top of this, there is the humiliation of hearing people set up 11.1.1.3 with 2 GB memory on Windows XP32.
    Now I understand, size-wise there is major difference between 11.1.1.3 and 11.1.1.6 and 11.1.1.5
    But I cannot get through this process anyhow and 11.1.1.3 is not available
    of course there is a windows 32 install so, given the memory requirements and memory limitations of Windows 32 bit, and other people's success I cannot understand my reason for failure.
    Please help

    Please check the System Requirements for OBIEE 11.1.1.5, Windows XP might not be supported.

Maybe you are looking for