Solaris10 Installation inside VirtualBox 2.1.0

Hi:
I posted this question in the wrong forum ...
Environment:
Host OS: Windows XP
Virtual Box: Ver 2.1.0
Current Status:
1) Solaris Vol1 (CD1) is installed and works fine.
Problem:
1) Installing the rest of the vol's after initial installation?
2) How do I use the ISO image to install vol2, vol3, vol4 & vol5?
3) How do I invoke the installer for each vol from the "#" prompt?
I download the individual CD ISO images and concatenated them into a single ISO image. I mounted the ISO image in virtual box and started the VM and I could see the grub menu.Then I just followed the prompts and installed the vol 1 CD.
After the system rebooted, it wanted to know the location of vol2 and I pointed to CDROM. However, the installer was not able to read vol2 from the single ISO image.
So, I skipped the installation.
Now, my question is:
1) How can I manually install vol2, 3, 4 & 5 inside the virtual box?
2) I do have the individual ISO images. So, should I just mount each vol and install it? How can I do this?
Thanks,
-- Gopal

that happens when you don't read  messages that pacman are output when you install virtualbox
- Add "vboxdrv" to the MODULES array in your "/etc/rc.conf"
- Add "vboxnetflt" to MODULES if you want Host Interface networking.
Last edited by wonder (2008-12-20 10:00:51)

Similar Messages

  • [SOLVED] Pacman is very slow inside VirtualBox

    Hello everyone, I've used Arch Linux for a while now and I never had any serious issue. I've been testing Arch inside VirtualBox recently and it installs fine and all that but when I try to update the system, updating repos is very slow, once the repos are up-to-date, pacman offers the latest packages to download very fast and waits for me to press 'y'. Once I do press 'y', it downloads the packages very slow.
    I have a 15 Mbps connection (goes up to 30
    Mbps when bandwidth os available).
    I'm using a mirror close to
    My state NY (rit, umoss, vt, or even gatech).
    The /etc/rc.conf and /etc/hosts have the same hostname.
    I've tried to test in VMware server but there was a problem with vmware. Fedora 13 also updates really slow as well. Debian and Ubuntu don't have a problem.
    I have Arch on my flash drive and I booted it up on my machine and pacman works much faster when not inside the VM. The weird thing is that when I was using and older version of VirtualBox, everything was working great, which makes me think that it's a Virtualbox but.. but then why is Debian working fine but Fedora and Arch slow?
    Any suggestions?
    Last edited by Cows (2010-08-26 05:34:49)

    Alright, since no one has posted, I'm going to assume no one knows how to fix this yet.
    I've been messing around for the last couple of days, and I was looking into the network options that VirtualBox has.
    From all the options:
    NAT
    Bridged Networking
    Internal Networking
    Host-Only Networking
    NAT and Bridged Networking seem to make the most sense, but the problem was that NAT requests a new IP from the router and uses it's own driver to do the networking, I saw this as that the VirtualBox NAT driver might be messing up how the traffic flows (including the speed) in Arch Linux and possibly in Linux in general.
    For Bridged Networking, the VM uses the physical adapter of the host, and that shot me right away. I told myself, why use an intermediate driver to communicate with the router if I can use the physical adapter directly and pull information faster. At the point my statement was theoretical, but once I booted up Arch Linux and tried it... the slowness was gone. Pacman now updates repos and downloads packages much faster. Fedora 13 in the VM also works much faster as well, not only for updating repos and downloading packages, but also for web browsing within the VM.
    I think that there might either be a bug or performance issue that's affecting the NAT driver in VirtualBox version 3.2.8 r64453, because you do recall I said that I was using the NAT driver in an older version of VirtualBox and it wasn't slow.
    I hope this can help someone in the future.
    EDIT: Check this page about Networking options in VirtualBox and what they do:
    http://www.virtualbox.org/manual/ch06.html#network_nat
    - Jon
    Last edited by Cows (2010-08-26 05:42:22)

  • A fresh Arch installation - from VirtualBox?

    Hey,
    My dad's laptop is about 2-year old LG. It runs Vista, and it runs like shit..
    I wanna install Arch on the laptop for him, for a much better user experience.
    Since I am only gonna see him on the weekend for only several hours,
    I wanna make a fresh Arch install, tweak everything for his convenience, on a VirtualBox
    enviroment, and then dd the partition to a fresh partition on his harddrive.
    Can anyone think of any "show stoppers" as to why not go that way?
    Can anyone offer any tips?
    Thanks a lot,
    fiod

    It should be fine, with one exception, the initial ramdisk.  You'll need to ensure that the hard drive controller's kernel modules are installed in the MODULES= section of /etc/mkinitcpio.conf
    You should be able to boot the arch installer on the desktop and install the hwdetect script
    ~]$ hwdetect --hostcontroller
    MODULES="pata_acpi ata_generic ahci ata_piix ehci-hcd ohci-hcd"
    This many is probably overkill, since it should figure out dependencies, but if you don't want to think too hard about it just put them all in there.
    Add those modules into /etc/mkinitcpio.conf and then run:
    mkinitcpio -p kernel26
    Then it should be able to boot.

  • Referencing a jre installation inside of a jar file

    Hi,
    I wrote a a small program that executes a JRE.exe installation when executed.
    My problem is that I can't figure out how to reference the JRE installation that I've packaged inside of the Jar file.
    I know that this must have a simple answer but I haven't been able to find one in the tutorials.
    Any help would be apreciated.

    You can't do that. How can expect to execute code in a jar file when the JRE that is needed is IN that jar file? You either have to:
    1) Install the JRE prior to calling your applet or application or
    2) If this is an applet on a webpage, you can run your HTML thru SUN's Htmlconverter which sets up the tags correctly and provides for automatic download of the JRE at runtime.

  • Library deployment: installation inside the Labview Palette

    Using LabView 6.1 (and 8.2 but the question is mostly towards the 6.1)
    We want to  distribute our set of vi to our customers. 
    The first step we did is to package them inside llb.
    Now, we would like to have them inside their function palette after the install.
    Locally, we created the desired structure by copying the llb under the user.lib folder and creating the appropriate mnu files.
    Now, how can we distribute such a thing using an installer like Installshield and various flavors of LabView (6.1 and up) and in different installation path. 
    What is the NI recommended way to create and distribute libraries??
    Thanks
    EricG

    Gig52,
    I have not found an automatic way to distribute this functionality.  Please take a look at the following knowledgebase article as it may offer a different means to the same end.
    Adding Custom Icons to the Function Palette
    http://digital.ni.com/public.nsf/allkb/271E4F55D1BC728286256903006AE627?OpenDocument
    Regards,
    Elizabeth S.
    Applications Engineer
    National Instruments

  • OER running inside VirtualBox

    All
    I was wondering if anybody has some suggestions here, my problem is as follows
    1 - Installed Oracle Enterprise Repository into a OEL 5.6 32 bit Virtual Box VM, using Oracle Xe 10.2 as the Db, all on the same VBox image
    2 - Runs fine and can access both the Admin Server (localhost:7001/) and OER (localhost:7101) pages from INSIDE the VBox vm
    3 - However, I cannot access the OER page (:7101) from OUTSIDE the VBox Vm
    4 - Using bridged network adaptor, I cannot access OER console (eg http://192.168.1.100:7101/oer) from OUTSIDE
    5 - NAtted shows the same behavior (if I port forward from 10101 - host to 7101 - guest), ie, WL admin is fine, but OER is not ??
    Physical install outside a VM is fine
    Are there some other ports I need to know about that are needed ??
    my hostname of the VM is localhost.localdomain
    Update: 30th Sept 2011
    I have virtual box 4.10
    The 7001 port is always available outside the VM
    The 7101 port is available outside the VM (wrote a small sockClient/sockServer ) and my sockClient (remote machine,eg 192.168.1.6 : 7101) can
    connect no problems to the VM (runing sockServer on port 7101) when OER is not running.
    And my sockClient can connect to the WLS Admin port (192.168.1.39:7001 on the VBox VM) when WLS Admin is running no prob,
    but it cannot connect to the OER port (192.168.1.39:7101) when OER is running, this is really weird
    tcpdump on the VBoxVM shows that the socket conn request is definately getting to the machine and netstat shows that the 7101 is
    in LISTEN state
    thanks
    Edited by: michael_j_quinn on Sep 29, 2011 3:01 PM

    Hi, I'm facing the same trouble that you, how did you fix this problem ?
    Thanks !!

  • EBS Installation on Virtualbox / Permissions

    Hey all.
    I am installing a 2 node env. I have done all of the pre-reqs for install on both server. I am receiving this error message:
    After checking the logs, google and metalink, everything seems to point to permissions, so I checked into that. I am installing this on Oracle Virtual Box, using guest editions - shared folder. I notice when I do chmod -R 777 on my staging directory, it does not give the permissions to the world. So I added my oracle and apps user to the vboxsf group. I am still receiving this, if anybody could please point me in the right direction it would be greatly appreciated.

    My host is a Mac OS X v10 guest is Oracle Linux 6.5. Right now I am installing R12.1.1 I am using metalink note:
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 (Doc ID 761566.1)
    Hope this helps, still troubleshooting this issue. I have been able to install R12.1.1 on a virtual box, the only difference is the shared file system, normally I install the files on the server. But this time I installed them on my host and shared it to my guest.

  • Arch 64Bit inside VirtualBox [solved]

    Hello guys,
    I run a 64Bit version of Linux Mint 10 on my laptop with VirtualBox 4.0.4 installed. My Core 2 Duo T5870 supports the VT-x technology. However I can't install a 64Bit version of Arch. During the boot process I always get the following message:
    This kernel requires an x86-64 CPU, but only detected an i686 CPU.
    Unable to boot - please use a kernel appropriate for your CPU.
    Who can help me out?
    Regards
    Last edited by orschiro (2011-03-18 12:31:59)

    You created a 64-bit virtual machine, not just 32-bit right?
    How would I create a 64-bit machine? I just created a new one based on Linux and Arch, assigned a hard disk and that's it. There was no possibility to set or define the architecture.
    You may give me a hint.
    do you have the VT-x extensions enabled in your BIOS? I think OEMs usually disable them by default
    Can I check if VT-x is enabled during runtime? I think it should be enabled, but I'm not completely sure. And unfortunately I didn't find any setting in the BIOS of my Lenovo SL500.
    Regards
    Last edited by orschiro (2011-03-17 00:01:01)

  • Installation under VirtualBox - Downloads keep stopping

    Hi All,
    Im having a problem during the download part of the Arch install. Im running Arch (FTP) 32 bit installer, within Virtual Box, under Windows 7, over a wireless network. Ive set my network adapter to bridge mode.
    Everything works great up to step 5 - install packages, where it starts the download. Pacman seems work fine then stops downloading a package randomly (Ive tried it 4 different times, using different mirrors; each time it stops at a different one for over 30 mins, the afi process and network adapter are both doing nothing). The network seems to be working, even when its stopped; I can use wget and ping without a problem etc.
    The way Im currently getting round it is by switching to a new terminal, killing the pacman process, deleting the lock file (/mnt/var/lib/pacman/db.lck), and restarting the download, and it resumes from where it started. 
    I guess I have a couple questions, 1. is there a proper way to stop/resume an install with aif , and 2. has anybody else seen this or know why it might be happening?

    I have a feeling it may be Virtual Box because I've seen other posts with similar network problems (although most people report that the network doesn't work at all).  Its a bit weird though; after the install I haven't had a single problem.

  • [SOLVED] UEFI Virtualbox installation boot problems

    Before I install Arch on my computer, I wanted to test the installation in Virtualbox.  Because my motherboard has UEFI, I selected the EFI option in Virtualbox for a 64 bit Arch install.
    I ran through the Beginners' Guide on the wiki and all seemed to go well.  I rebooted the VM after the installation (forgetting to remove the ISO from the drive) and got the refind menu showing correctly and managed to boot in to my new Arch system from there.  I also did a reboot (with the ISO still in the drive) and all was well. However, I then shutdown the system (shutdown -h now) and then powered it back on again and instead of going in to the refind menu, it goes to the archiso uefi boot menu and continues to boot from the ISO.  So I powered down the VM again, removed the ISO from the drive and powered the VM back on again.  This time, nothing booted and I was left in the UEFI shell.
    Does anyone have any ideas why this has happened?
    Last edited by ryan117 (2013-02-13 20:15:44)

    This is probably because VirtualBox tends to forget its "NVRAM" settings when you reboot. There are a number of solutions to this problem. IMHO, the easiest is:
    Boot using an emergency system.
    Mount the ESP (probably /dev/sda1 -- the FAT partition that holds the boot loader).
    Rename EFI/refind on the ESP to EFI/BOOT
    Rename EFI/BOOT/refind_x64.efi to EFI/BOOT/bootx64.efi
    Thereafter, rEFInd should appear when you reboot. If you subsequently upgrade rEFInd, you'll need to install it to its new location rather than to EFI/refind.
    Alternatively, you can use the bcfg command in an EFI version 2 shell to register refind_x64.efi as the default boot program. This tends to get remembered, even when entries created by efibootmgr don't. This will require installing an EFI 2 shell, running it, and running the suitable bcfg command. (I think it's documented in the Arch wiki somewhere.)

  • [SOLVED] virtualbox guest modules, openbox with librsvg

    Greetings, I wanted to share a couple of important fixes I just did after doing a pacman -Syu after a couple of weeks. Many thanks to the other forum posts and #archlinux freenode IRC channel.
    * When running arch as a guest inside virtualbox the names of the modules seem to have changed. The wiki instructions were once again very helpful to restore the guest addition functionality to my installation.
    * Trying to work without a window manager was very frustrating. openbox 3.5.2-2 is now built against a new library so my system required (bug filed): pacman -S librsvg

    Welcome to the boards.
    These sorts of posts are not really necessary; the wiki is the appropriate place to note changes to applications etc.

  • Adobe AIR installation problem

    I've been trying to update my AIR install from version 1.0.8.4990 to 2.6.0.19140 but when I try to do so I get an error stating that it might not be allowed by the administrator, even though I am the admin.
    I'm running Windows 7 Home Premium SP1 64bit on an Alienware M15x i7 CPU 1.73 GHz 6GB RAM
    AIR installer log:
    [2011-05-06:22:02:09] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2011-05-06:22:02:09] Commandline is: -silent
    [2011-05-06:22:02:09] Installed runtime (1.0.8.4990) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-05-06:22:02:09] Starting silent runtime update. Updating runtime from version 1.0.8.4990 to version 2.5.1.17730
    [2011-05-06:22:02:10] Installing msi at c:\users\nulliu~1\appdata\local\temp\airaa43.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-05-06:22:02:18] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-06:22:02:18] Rolling back install of c:\users\nulliu~1\appdata\local\temp\airaa43.tmp\setup.msi
    [2011-05-06:22:02:18] Rollback complete
    [2011-05-06:22:02:18] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-06:22:02:18] Runtime Installer end with exit code 7
    [2011-05-07:16:33:32] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2011-05-07:16:33:32] Commandline is: -silent
    [2011-05-07:16:33:32] Installed runtime (1.0.8.4990) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-05-07:16:33:32] Starting silent runtime update. Updating runtime from version 1.0.8.4990 to version 2.5.1.17730
    [2011-05-07:16:33:33] Installing msi at c:\users\nulliu~1\appdata\local\temp\aird7fe.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-05-07:16:33:34] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:33:34] Rolling back install of c:\users\nulliu~1\appdata\local\temp\aird7fe.tmp\setup.msi
    [2011-05-07:16:33:34] Rollback complete
    [2011-05-07:16:33:34] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:33:34] Runtime Installer end with exit code 7
    [2011-05-07:16:34:03] Runtime Installer begin with version 2.5.1.17730 on Windows 7 x86
    [2011-05-07:16:34:03] Commandline is: -silent
    [2011-05-07:16:34:03] Installed runtime (1.0.8.4990) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-05-07:16:34:03] Starting silent runtime update. Updating runtime from version 1.0.8.4990 to version 2.5.1.17730
    [2011-05-07:16:34:03] Installing msi at c:\users\nulliu~1\appdata\local\temp\air4df7.tmp\setup.msi with guid {46C045BF-2B3F-4BC4-8E4C-00E0CF8BD9DB}
    [2011-05-07:16:34:04] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:34:04] Rolling back install of c:\users\nulliu~1\appdata\local\temp\air4df7.tmp\setup.msi
    [2011-05-07:16:34:04] Rollback complete
    [2011-05-07:16:34:04] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:34:04] Runtime Installer end with exit code 7
    [2011-05-07:16:35:51] Runtime Installer begin with version 2.6.0.19140 on Windows 7 x86
    [2011-05-07:16:35:51] Commandline is:
    [2011-05-07:16:35:51] Installed runtime (1.0.8.4990) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-05-07:16:36:02] Relaunching with elevation
    [2011-05-07:16:36:02] Launching subprocess with commandline c:\users\nulliu~1\appdata\local\temp\airf31c.tmp\adobe air installer.exe -ei
    [2011-05-07:16:36:04] Runtime Installer begin with version 2.6.0.19140 on Windows 7 x86
    [2011-05-07:16:36:04] Commandline is: -stdio \\.\pipe\AIR_6892_0 -ei
    [2011-05-07:16:36:04] Installed runtime (1.0.8.4990) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-05-07:16:36:04] Starting silent runtime update. Updating runtime from version 1.0.8.4990 to version 2.6.0.19140
    [2011-05-07:16:36:04] Installing msi at c:\users\nulliu~1\appdata\local\temp\airf31c.tmp\setup.msi with guid {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    [2011-05-07:16:36:06] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:36:06] Rolling back install of c:\users\nulliu~1\appdata\local\temp\airf31c.tmp\setup.msi
    [2011-05-07:16:36:06] Rollback complete
    [2011-05-07:16:36:06] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:36:06] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:36:06] Runtime Installer end with exit code 7
    [2011-05-07:16:36:11] Runtime Installer end with exit code 7
    [2011-05-07:16:36:32] Runtime Installer begin with version 2.6.0.19140 on Windows Vista x86
    [2011-05-07:16:36:32] Commandline is:
    [2011-05-07:16:36:32] Installed runtime (1.0.8.4990) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-05-07:16:36:38] Relaunching with elevation
    [2011-05-07:16:36:38] Launching subprocess with commandline c:\users\nulliu~1\appdata\local\temp\air8ebe.tmp\adobe air installer.exe -ei
    [2011-05-07:16:36:40] Runtime Installer begin with version 2.6.0.19140 on Windows 7 x86
    [2011-05-07:16:36:40] Commandline is: -stdio \\.\pipe\AIR_1944_0 -ei
    [2011-05-07:16:36:40] Installed runtime (1.0.8.4990) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-05-07:16:36:40] Starting silent runtime update. Updating runtime from version 1.0.8.4990 to version 2.6.0.19140
    [2011-05-07:16:36:40] Installing msi at c:\users\nulliu~1\appdata\local\temp\air8ebe.tmp\setup.msi with guid {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    [2011-05-07:16:36:41] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:36:41] Rolling back install of c:\users\nulliu~1\appdata\local\temp\air8ebe.tmp\setup.msi
    [2011-05-07:16:36:41] Rollback complete
    [2011-05-07:16:36:41] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:36:41] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:36:41] Runtime Installer end with exit code 7
    [2011-05-07:16:36:43] Runtime Installer end with exit code 7
    [2011-05-07:16:50:10] Runtime Installer begin with version 2.6.0.19140 on Windows Vista x86
    [2011-05-07:16:50:10] Commandline is:
    [2011-05-07:16:50:10] Installed runtime (1.0.8.4990) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-05-07:16:50:15] Relaunching with elevation
    [2011-05-07:16:50:15] Launching subprocess with commandline c:\users\nulliu~1\appdata\local\temp\air11c3.tmp\adobe air installer.exe -ei
    [2011-05-07:16:50:18] Runtime Installer begin with version 2.6.0.19140 on Windows 7 x86
    [2011-05-07:16:50:18] Commandline is: -stdio \\.\pipe\AIR_7264_0 -ei
    [2011-05-07:16:50:18] Installed runtime (1.0.8.4990) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-05-07:16:50:18] Starting silent runtime update. Updating runtime from version 1.0.8.4990 to version 2.6.0.19140
    [2011-05-07:16:50:18] Installing msi at c:\users\nulliu~1\appdata\local\temp\air11c3.tmp\setup.msi with guid {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    [2011-05-07:16:50:20] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:50:20] Rolling back install of c:\users\nulliu~1\appdata\local\temp\air11c3.tmp\setup.msi
    [2011-05-07:16:50:20] Rollback complete
    [2011-05-07:16:50:20] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:50:20] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:16:50:20] Runtime Installer end with exit code 7
    [2011-05-07:16:50:22] Runtime Installer end with exit code 7
    [2011-05-07:17:04:51] Runtime Installer begin with version 2.6.0.19140 on Windows Vista x86
    [2011-05-07:17:04:51] Commandline is:
    [2011-05-07:17:04:51] Installed runtime (1.0.8.4990) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-05-07:17:04:55] Relaunching with elevation
    [2011-05-07:17:04:55] Launching subprocess with commandline c:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\adobe air installer.exe -ei
    [2011-05-07:17:04:57] Runtime Installer begin with version 2.6.0.19140 on Windows 7 x86
    [2011-05-07:17:04:57] Commandline is: -stdio \\.\pipe\AIR_4516_0 -ei
    [2011-05-07:17:04:57] Installed runtime (1.0.8.4990) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-05-07:17:04:57] Starting silent runtime update. Updating runtime from version 1.0.8.4990 to version 2.6.0.19140
    [2011-05-07:17:04:57] Installing msi at c:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\setup.msi with guid {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    [2011-05-07:17:04:59] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:17:04:59] Rolling back install of c:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\setup.msi
    [2011-05-07:17:04:59] Rollback complete
    [2011-05-07:17:04:59] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:17:04:59] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-05-07:17:04:59] Runtime Installer end with exit code 7
    [2011-05-07:17:05:48] Runtime Installer end with exit code 7
    MSI log:
    === Verbose logging started: 5/7/2011  17:04:57  Build type: SHIP UNICODE 5.00.7601.00  Calling process: C:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\adobe air installer.exe ===
    MSI (c) (24:20) [17:04:57:908]: Resetting cached policy values
    MSI (c) (24:20) [17:04:57:908]: Machine policy value 'Debug' is 0
    MSI (c) (24:20) [17:04:57:908]: ******* RunEngine:
               ******* Product: c:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\setup.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (24:20) [17:04:57:908]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (24:20) [17:04:57:908]: Grabbed execution mutex.
    MSI (c) (24:20) [17:04:57:988]: Cloaking enabled.
    MSI (c) (24:20) [17:04:57:988]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (24:20) [17:04:57:993]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (68:44) [17:04:58:003]: Running installation inside multi-package transaction c:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\setup.msi
    MSI (s) (68:44) [17:04:58:003]: Grabbed execution mutex.
    MSI (s) (68:B8) [17:04:58:008]: Resetting cached policy values
    MSI (s) (68:B8) [17:04:58:008]: Machine policy value 'Debug' is 0
    MSI (s) (68:B8) [17:04:58:008]: ******* RunEngine:
               ******* Product: c:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\setup.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (68:B8) [17:04:58:008]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: User non-assigned for product: 3C0A5E89DE68924439680FBD949E85AE
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: User non-assigned for product: 3C0A5E89DE68924439680FBD949E85AE
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: User non-assigned for product: 68C813D9C4FAF9046ACA1738FFC44F42
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: User non-assigned for product: 68C813D9C4FAF9046ACA1738FFC44F42
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 000021599B0090400100000000F01FEC
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 000021599B0090400100000000F01FEC
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 00004109D60090400100000000F01FEC
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 00004109D60090400100000000F01FEC
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 032440EF5AC97F34B985A55C2AA8F133
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 032440EF5AC97F34B985A55C2AA8F133
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 03F1681F9143BD442B1A2C472865893B
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 03F1681F9143BD442B1A2C472865893B
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 0E9201899CF73FC4BA93F631631229A1
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 0E9201899CF73FC4BA93F631631229A1
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 0EF2A18C47539A00EC4DDBAA33C4EBE8
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 0EF2A18C47539A00EC4DDBAA33C4EBE8
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 1007C6B46D7C017319E3B52CF3EC196E
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 1007C6B46D7C017319E3B52CF3EC196E
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 130592F1397E80343A48553579D7DF31
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 130592F1397E80343A48553579D7DF31
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 16DFDCBFFCD717E4296278B30A501393
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 16DFDCBFFCD717E4296278B30A501393
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 195F8ADCA6CF19E448F7F849D267DE01
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 195F8ADCA6CF19E448F7F849D267DE01
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 1C955A13D4E9B324D93D436A5C937825
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 1C955A13D4E9B324D93D436A5C937825
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 1D034B0FAA6BD374B960AAD30DF10D8B
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 1D034B0FAA6BD374B960AAD30DF10D8B
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 1DCE80E5E89C1174FB56F87D633B9F96
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 1DCE80E5E89C1174FB56F87D633B9F96
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 1F764691F11C67F458B88521DA8CB349
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 1F764691F11C67F458B88521DA8CB349
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 2350B7483E55FAA4D8B73E1A7ADC715E
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 2350B7483E55FAA4D8B73E1A7ADC715E
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 249202383B4805C468228B0CAAD28258
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 249202383B4805C468228B0CAAD28258
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 249C00B832E9FB846BED526B3E5A3A4C
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 249C00B832E9FB846BED526B3E5A3A4C
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 26ABA8B10F47DE741BC84A13825E198B
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 26ABA8B10F47DE741BC84A13825E198B
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 26CEF00243C306D4C98ECE73E2100CF8
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 26CEF00243C306D4C98ECE73E2100CF8
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 29F618052561C7A49BCB846F2847C2B4
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 29F618052561C7A49BCB846F2847C2B4
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 33408A8EB2031FF418D5CF8CAE4C28FF
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 33408A8EB2031FF418D5CF8CAE4C28FF
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 389F20921C4BAB448BD5C5D6252E4C14
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 389F20921C4BAB448BD5C5D6252E4C14
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 3CEB74B887CF864284216F68252FFF2E
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 3CEB74B887CF864284216F68252FFF2E
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 3D04254D3B6B9FF42B3445CE3E1E0066
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 3D04254D3B6B9FF42B3445CE3E1E0066
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 3e43b73803c7c394f8a6b2f0402e19c2
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 3e43b73803c7c394f8a6b2f0402e19c2
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 3ECDCD77DED23F261845507E5474D270
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 3ECDCD77DED23F261845507E5474D270
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 3F0F872B985FE9B920F4473AC2E039D6
    MSI (s) (68:B8) [17:04:58:008]: Using cached product context: machine assigned for product: 3F0F872B985FE9B920F4473AC2E039D6
    MSI (s) (68:B8) [17:04:58:008]: Setting cached product context: machine assigned for product: 4314AE291D01A814191EA5403531A183
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 4314AE291D01A814191EA5403531A183
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 48D53FB2773607F4F99379FC766EF7FF
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 48D53FB2773607F4F99379FC766EF7FF
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 4A94D9E94FD183147BBDD5788A3980E8
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 4A94D9E94FD183147BBDD5788A3980E8
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 4A9D4F432C248434EB4F5E358C54947E
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 4A9D4F432C248434EB4F5E358C54947E
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 4EA42A62D9304AC4784BF268140602FF
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 4EA42A62D9304AC4784BF268140602FF
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 54F83076AC671556892920E52F056CD3
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 54F83076AC671556892920E52F056CD3
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 55565908215A0914C9DA0B003CD6B6B6
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 55565908215A0914C9DA0B003CD6B6B6
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 561F2E879F5EF1A638AC7317915A5839
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 561F2E879F5EF1A638AC7317915A5839
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 57AD0A24A82AEEADFD8D1603DA6F3E55
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 57AD0A24A82AEEADFD8D1603DA6F3E55
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 5A537C33EF859C78FBD73FFB0FA2C3C7
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 5A537C33EF859C78FBD73FFB0FA2C3C7
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 5A5F69ECD485F8F4AAE3B9EA4D31BD27
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 5A5F69ECD485F8F4AAE3B9EA4D31BD27
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 5C7DDB6FDE989654398164A99A375227
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 5C7DDB6FDE989654398164A99A375227
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 5F85FC338D845754386D695F474E8DA3
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 5F85FC338D845754386D695F474E8DA3
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 6113A595BB04F0E42A8E7D59D15A2607
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 6113A595BB04F0E42A8E7D59D15A2607
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 6116D6C8427B0184F8D20D746E7B6DE8
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 6116D6C8427B0184F8D20D746E7B6DE8
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 623AB863DA37153448DEC3A0A725CC35
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 623AB863DA37153448DEC3A0A725CC35
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 685B8432EA9CEC6439C66AE849622E41
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 685B8432EA9CEC6439C66AE849622E41
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 68AB67CA7DA73301B7449A0400000010
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B7449A0400000010
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 68AB67CA7DA746454382090000000040
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 68AB67CA7DA746454382090000000040
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 691D6C014ED07BC2B5AA96D65D354684
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 691D6C014ED07BC2B5AA96D65D354684
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 6E58EC68CABDDFF39B774E7BF9389C90
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 6E58EC68CABDDFF39B774E7BF9389C90
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 6E8A266FCD4F2A1409E1C8110F44DBCE
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 6E8A266FCD4F2A1409E1C8110F44DBCE
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 6F18CA263DDB0114D963E3E9AA4B9099
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 6F18CA263DDB0114D963E3E9AA4B9099
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 6F9E66FF7E38E3A3FA41D89E8A906A4A
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 6F9E66FF7E38E3A3FA41D89E8A906A4A
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 7292FB95B781FCD62A64AA1392A86AED
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 7292FB95B781FCD62A64AA1392A86AED
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 766F6333940964D4896BC447E3BE5C1B
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 766F6333940964D4896BC447E3BE5C1B
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 775F634D5961F2D4B844CA679CE90020
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 775F634D5961F2D4B844CA679CE90020
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 7BD4C90EC03660F46A13E87A329932FA
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 7BD4C90EC03660F46A13E87A329932FA
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 7F80AB91827CC964A853FBDB6333EB80
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 7F80AB91827CC964A853FBDB6333EB80
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 828D9A99181FA7C4293C4C5AC0BE61D0
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 828D9A99181FA7C4293C4C5AC0BE61D0
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 83A4CE2B545B00A4284131EFE019E5D6
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 83A4CE2B545B00A4284131EFE019E5D6
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 840D7C5E4B9F91243B32B8BD102A65D3
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 840D7C5E4B9F91243B32B8BD102A65D3
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 8456A20EEDF62E04E89D11D9D7E746F1
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 8456A20EEDF62E04E89D11D9D7E746F1
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 8663020007180A44EB446B23AFD487F0
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 8663020007180A44EB446B23AFD487F0
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 88119C0AF88C68E4396EDCC7A9626694
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 88119C0AF88C68E4396EDCC7A9626694
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 884FD4BEFEAAF6043A14BCA2AA13B509
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 884FD4BEFEAAF6043A14BCA2AA13B509
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 89242C726A04A4B58A5E70F0B402DB3E
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 89242C726A04A4B58A5E70F0B402DB3E
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 8994BF104C33134458DE70E9E3FE7ED5
    MSI (s) (68:B8) [17:04:58:013]: Using cached product context: machine assigned for product: 8994BF104C33134458DE70E9E3FE7ED5
    MSI (s) (68:B8) [17:04:58:013]: Setting cached product context: machine assigned for product: 8A3132AB8427AFB1293EE74989D78097
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: 8A3132AB8427AFB1293EE74989D78097
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: 971105A74725DFA6DD6E2B321648F3C5
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: 971105A74725DFA6DD6E2B321648F3C5
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: 9A4666D624338494B9E730E4EF63F6F0
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: 9A4666D624338494B9E730E4EF63F6F0
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: 9B1A53230CA5AAA3757A23FE29B9D3B0
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: 9B1A53230CA5AAA3757A23FE29B9D3B0
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: 9C8928403D4AB094F99FBA20A329833F
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: 9C8928403D4AB094F99FBA20A329833F
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: A1DEB581D160FEE3525B905F953FC61D
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: A1DEB581D160FEE3525B905F953FC61D
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: A2A7011144DA8CB4BA5B8EE836CB7A58
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: A2A7011144DA8CB4BA5B8EE836CB7A58
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: A3878338869058B3FA7CABEAA036CD05
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: A3878338869058B3FA7CABEAA036CD05
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: A6C64DD86500CEF47BA082BB611A1FF1
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: A6C64DD86500CEF47BA082BB611A1FF1
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: A80654B854CDB3F429F116DC2AC2A938
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: A80654B854CDB3F429F116DC2AC2A938
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: A889D6FD0AEE7724AA8B51E880E634B9
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: A889D6FD0AEE7724AA8B51E880E634B9
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: A97530051D0438AB848FA19B9155ABB8
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: A97530051D0438AB848FA19B9155ABB8
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: AB4C301D509FA7340894BD4267B3EB63
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: AB4C301D509FA7340894BD4267B3EB63
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: ACE1E529364750D6661E85E40538A4F7
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: ACE1E529364750D6661E85E40538A4F7
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: AD0AC5DBDA17AD341BE9E6EEC0A9CDA9
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: AD0AC5DBDA17AD341BE9E6EEC0A9CDA9
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: b25099274a207264182f8181add555d0
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: b25099274a207264182f8181add555d0
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: B418526280CCFE90113F81A35D441AA5
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: B418526280CCFE90113F81A35D441AA5
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: B6ACDB9A3563B764CA384963D73AFB3E
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: B6ACDB9A3563B764CA384963D73AFB3E
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: B9802F8A97F16FB43B582A2C0B9B7AD4
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: B9802F8A97F16FB43B582A2C0B9B7AD4
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: BAA8E7CC7F038D185776280B6E4E14C8
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: BAA8E7CC7F038D185776280B6E4E14C8
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: BC3F6BE54F64F1540A82F7D6D8537D0D
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: BC3F6BE54F64F1540A82F7D6D8537D0D
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: BD002968A7820CD40BB2B27678BFDCC4
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: BD002968A7820CD40BB2B27678BFDCC4
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: BF137C06159CEC14DA14E8458C956490
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: BF137C06159CEC14DA14E8458C956490
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: BFD0E1EA9D3AC154AAF764DF9340004D
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: BFD0E1EA9D3AC154AAF764DF9340004D
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: C4B69A87346AF0D4892C8A1EA666969F
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: C4B69A87346AF0D4892C8A1EA666969F
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: C65D44196E6661AC78673BEFCCF2FFE1
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: C65D44196E6661AC78673BEFCCF2FFE1
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: C7BCDCEDCC85568419FA26F77989EF84
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: C7BCDCEDCC85568419FA26F77989EF84
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: C8CA84773E81BB3459B980F8EA1AF62B
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: C8CA84773E81BB3459B980F8EA1AF62B
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: D0487B17D4BBC904782AE9DF01CBC0D3
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: D0487B17D4BBC904782AE9DF01CBC0D3
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: D20352A90C039D93DBF6126ECE614057
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: D20352A90C039D93DBF6126ECE614057
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: D7314F9862C648A4DB8BE2A5B47BE100
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: D7314F9862C648A4DB8BE2A5B47BE100
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: DB4460A8C7059F6287C86815D79DA441
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: DB4460A8C7059F6287C86815D79DA441
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: DBD00402BD6E8B54B9B6D17D308381CE
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: DBD00402BD6E8B54B9B6D17D308381CE
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: DC276626FCFB9A94EAEFBAF0DEB3CFB5
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: DC276626FCFB9A94EAEFBAF0DEB3CFB5
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: DDA39468D428E8B4DB27C8D5DC5CA217
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: DDA39468D428E8B4DB27C8D5DC5CA217
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: DEC122ABDE1FED9DEC3AD32879A25568
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: DEC122ABDE1FED9DEC3AD32879A25568
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: DFC90B5F2B0FFA63D84FD16F6BF37C4B
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: DFC90B5F2B0FFA63D84FD16F6BF37C4B
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: DFDBABC48F94DF74EBD7CEED270725A5
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: DFDBABC48F94DF74EBD7CEED270725A5
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: E3C9A781137F267137B14EC5EDEB2176
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: E3C9A781137F267137B14EC5EDEB2176
    MSI (s) (68:B8) [17:04:58:018]: Setting cached product context: machine assigned for product: E5D9D200AB92D6E3B94CD3D7D6CB37C5
    MSI (s) (68:B8) [17:04:58:018]: Using cached product context: machine assigned for product: E5D9D200AB92D6E3B94CD3D7D6CB37C5
    MSI (s) (68:B8) [17:04:58:023]: Setting cached product context: machine assigned for product: e611ef0aa8a9f664ea0e26c57b2c703e
    MSI (s) (68:B8) [17:04:58:023]: Using cached product context: machine assigned for product: e611ef0aa8a9f664ea0e26c57b2c703e
    MSI (s) (68:B8) [17:04:58:023]: Setting cached product context: machine assigned for product: E97A59ECCF4EFFF4A857920FB449F22F
    MSI (s) (68:B8) [17:04:58:023]: Using cached product context: machine assigned for product: E97A59ECCF4EFFF4A857920FB449F22F
    MSI (s) (68:B8) [17:04:58:023]: Setting cached product context: machine assigned for product: EB940C659E972054EB7A79453A6EF0B9
    MSI (s) (68:B8) [17:04:58:023]: Using cached product context: machine assigned for product: EB940C659E972054EB7A79453A6EF0B9
    MSI (s) (68:B8) [17:04:58:023]: Setting cached product context: machine assigned for product: ECD1404F1EF381E4A8E9D96E2513EE63
    MSI (s) (68:B8) [17:04:58:023]: Using cached product context: machine assigned for product: ECD1404F1EF381E4A8E9D96E2513EE63
    MSI (s) (68:B8) [17:04:58:023]: Setting cached product context: machine assigned for product: EDEED656CA6FAC745A861A4B3EB47506
    MSI (s) (68:B8) [17:04:58:023]: Using cached product context: machine assigned for product: EDEED656CA6FAC745A861A4B3EB47506
    MSI (s) (68:B8) [17:04:58:023]: Setting cached product context: machine assigned for product: F132F0B0A6ECD384AA32773B467F9571
    MSI (s) (68:B8) [17:04:58:023]: Using cached product context: machine assigned for product: F132F0B0A6ECD384AA32773B467F9571
    MSI (s) (68:B8) [17:04:58:023]: Setting cached product context: machine assigned for product: F13E2FB2BB8B7A046B05892DE8F0D774
    MSI (s) (68:B8) [17:04:58:023]: Using cached product context: machine assigned for product: F13E2FB2BB8B7A046B05892DE8F0D774
    MSI (s) (68:B8) [17:04:58:023]: Setting cached product context: machine assigned for product: F3E910CC2D956844D8B47818506BA217
    MSI (s) (68:B8) [17:04:58:023]: Using cached product context: machine assigned for product: F3E910CC2D956844D8B47818506BA217
    MSI (s) (68:B8) [17:04:58:023]: Setting cached product context: machine assigned for product: F4E3B286A696ED244AC1C470AE61874B
    MSI (s) (68:B8) [17:04:58:023]: Using cached product context: machine assigned for product: F4E3B286A696ED244AC1C470AE61874B
    MSI (s) (68:B8) [17:04:58:023]: Setting cached product context: machine assigned for product: F6BD9287660A04E49821BC7088C702BB
    MSI (s) (68:B8) [17:04:58:023]: Using cached product context: machine assigned for product: F6BD9287660A04E49821BC7088C702BB
    MSI (s) (68:B8) [17:04:58:023]: Setting cached product context: machine assigned for product: FDEF50A6E266FB64A85210E0F3C1C996
    MSI (s) (68:B8) [17:04:58:023]: Using cached product context: machine assigned for product: FDEF50A6E266FB64A85210E0F3C1C996
    MSI (s) (68:B8) [17:04:58:023]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (68:B8) [17:04:58:023]: File will have security applied from OpCode.
    MSI (s) (68:B8) [17:04:58:033]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'c:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\setup.msi' against software restriction policy
    MSI (s) (68:B8) [17:04:58:033]: SOFTWARE RESTRICTION POLICY: c:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\setup.msi has a digital signature
    MSI (s) (68:B8) [17:04:58:088]: SOFTWARE RESTRICTION POLICY: c:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\setup.msi is permitted to run at the 'unrestricted' authorization level.
    MSI (s) (68:B8) [17:04:58:088]: End dialog not enabled
    MSI (s) (68:B8) [17:04:58:088]: Original package ==> c:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\setup.msi
    MSI (s) (68:B8) [17:04:58:088]: Package we're running from ==> c:\Windows\Installer\189a635.msi
    MSI (s) (68:B8) [17:04:58:088]: APPCOMPAT: Compatibility mode property overrides found.
    MSI (s) (68:B8) [17:04:58:088]: APPCOMPAT: looking for appcompat database entry with ProductCode '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'.
    MSI (s) (68:B8) [17:04:58:088]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (68:B8) [17:04:58:093]: MSCOREE not loaded loading copy from system32
    MSI (s) (68:B8) [17:04:58:098]: Machine policy value 'TransformsSecure' is 0
    MSI (s) (68:B8) [17:04:58:098]: User policy value 'TransformsAtSource' is 0
    MSI (s) (68:B8) [17:04:58:098]: Machine policy value 'DisablePatch' is 0
    MSI (s) (68:B8) [17:04:58:098]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (s) (68:B8) [17:04:58:098]: Machine policy value 'DisableLUAPatching' is 0
    MSI (s) (68:B8) [17:04:58:098]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (s) (68:B8) [17:04:58:098]: 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 (s) (68:B8) [17:04:58:098]: APPCOMPAT: looking for appcompat database entry with ProductCode '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'.
    MSI (s) (68:B8) [17:04:58:098]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (68:B8) [17:04:58:098]: Transforms are not secure.
    MSI (s) (68:B8) [17:04:58:098]: Note: 1: 2205 2:  3: Control
    MSI (s) (68:B8) [17:04:58:098]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\Users\NULLIU~1\AppData\Local\Temp\MSI9a5a8.LOG'.
    MSI (s) (68:B8) [17:04:58:098]: Command Line: CURRENTDIRECTORY=C:\Users\Nullius Filius\Downloads CLIENTUILEVEL=3 MSICLIENTUSESEXTERNALUI=1 CLIENTPROCESSID=4644
    MSI (s) (68:B8) [17:04:58:098]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{85FFA26D-EE25-43C8-AE73-191F2347856C}'.
    MSI (s) (68:B8) [17:04:58:098]: Product Code passed to Engine.Initialize:           ''
    MSI (s) (68:B8) [17:04:58:098]: Product Code from property table before transforms: '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'
    MSI (s) (68:B8) [17:04:58:098]: Product Code from property table after transforms:  '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'
    MSI (s) (68:B8) [17:04:58:098]: Product not registered: beginning first-time install
    MSI (s) (68:B8) [17:04:58:098]: Product {AFF7E080-1974-45BF-9310-10DE1A1F5ED0} is not managed.
    MSI (s) (68:B8) [17:04:58:098]: MSI_LUA: Credential prompt not required, user is an admin
    MSI (s) (68:B8) [17:04:58:098]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
    MSI (s) (68:B8) [17:04:58:098]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (s) (68:B8) [17:04:58:098]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (68:B8) [17:04:58:098]: Adding new sources is allowed.
    MSI (s) (68:B8) [17:04:58:098]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
    MSI (s) (68:B8) [17:04:58:098]: Package name extracted from package path: 'setup.msi'
    MSI (s) (68:B8) [17:04:58:098]: Package to be registered: 'setup.msi'
    MSI (s) (68:B8) [17:04:58:098]: Note: 1: 2205 2:  3: Error
    MSI (s) (68:B8) [17:04:58:098]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (s) (68:B8) [17:04:58:103]: Machine policy value 'DisableMsi' is 0
    MSI (s) (68:B8) [17:04:58:103]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (68:B8) [17:04:58:103]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (68:B8) [17:04:58:103]: Product installation will be elevated because user is admin and product is being installed per-machine.
    MSI (s) (68:B8) [17:04:58:103]: Running product '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}' with elevated privileges: Product is assigned.
    MSI (s) (68:B8) [17:04:58:103]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Users\Nullius Filius\Downloads'.
    MSI (s) (68:B8) [17:04:58:103]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
    MSI (s) (68:B8) [17:04:58:103]: PROPERTY CHANGE: Adding MSICLIENTUSESEXTERNALUI property. Its value is '1'.
    MSI (s) (68:B8) [17:04:58:103]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '4644'.
    MSI (s) (68:B8) [17:04:58:103]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
    MSI (s) (68:B8) [17:04:58:103]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is 'c35c031dda612843bc6997001c000814'.
    MSI (s) (68:B8) [17:04:58:103]: RESTART MANAGER: Session opened.
    MSI (s) (68:B8) [17:04:58:103]: TRANSFORMS property is now:
    MSI (s) (68:B8) [17:04:58:103]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
    MSI (s) (68:B8) [17:04:58:103]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\AppData\Roaming
    MSI (s) (68:B8) [17:04:58:103]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\Favorites
    MSI (s) (68:B8) [17:04:58:108]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    MSI (s) (68:B8) [17:04:58:108]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\Documents
    MSI (s) (68:B8) [17:04:58:108]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    MSI (s) (68:B8) [17:04:58:113]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\AppData\Roaming\Microsoft\Windows\Recent
    MSI (s) (68:B8) [17:04:58:113]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (s) (68:B8) [17:04:58:113]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\AppData\Roaming\Microsoft\Windows\Templates
    MSI (s) (68:B8) [17:04:58:113]: SHELL32::SHGetFolderPath returned: C:\ProgramData
    MSI (s) (68:B8) [17:04:58:113]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\AppData\Local
    MSI (s) (68:B8) [17:04:58:118]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\Pictures
    MSI (s) (68:B8) [17:04:58:118]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (68:B8) [17:04:58:118]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (68:B8) [17:04:58:118]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    MSI (s) (68:B8) [17:04:58:123]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
    MSI (s) (68:B8) [17:04:58:123]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
    MSI (s) (68:B8) [17:04:58:123]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (68:B8) [17:04:58:128]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (68:B8) [17:04:58:128]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    MSI (s) (68:B8) [17:04:58:128]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\AppData\Roaming\Microsoft\Windows\Start Menu
    MSI (s) (68:B8) [17:04:58:128]: SHELL32::SHGetFolderPath returned: C:\Users\Nullius Filius\Desktop
    MSI (s) (68:B8) [17:04:58:133]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
    MSI (s) (68:B8) [17:04:58:133]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
    MSI (s) (68:B8) [17:04:58:133]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (s) (68:B8) [17:04:58:138]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
    MSI (s) (68:B8) [17:04:58:138]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
    MSI (s) (68:B8) [17:04:58:138]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (s) (68:B8) [17:04:58:138]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (68:B8) [17:04:58:138]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Nullius Filius'.
    MSI (s) (68:B8) [17:04:58:138]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (68:B8) [17:04:58:138]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'c:\Windows\Installer\189a635.msi'.
    MSI (s) (68:B8) [17:04:58:138]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'c:\users\nulliu~1\appdata\local\temp\air7e7a.tmp\setup.msi'.
    MSI (s) (68:B8) [17:04:58:138]: Machine policy value 'MsiDisableEmbeddedUI' is 0
    MSI (s) (68:B8) [17:04:58:138]: EEUI - Disabling MsiEmbeddedUI due to existing external or embedded UI
    MSI (s) (68:B8) [17:04:58:138]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install
    MSI (s) (68:B8) [17:04:58:138]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (68:B8) [17:04:58:138]: Machine policy value 'DisableRollback' is 0
    MSI (s) (68:B8) [17:04:58:138]: User policy value 'DisableRollback' is 0
    MSI (s) (68:B8) [17:04:58:138]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
    === Logging started: 5/7/2011  17:04:58 ===
    MSI (s) (68:B8) [17:04:58:138]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (s) (68:B8) [17:04:58:138]: Doing action: INSTALL
    MSI (s) (68:B8) [17:04:58:138]: Note: 1: 2205 2:  3: ActionText
    Action start 17:04:58: INSTALL.
    MSI (s) (68:B8) [17:04:58:138]: Running ExecuteSequence
    MSI (s) (68:B8) [17:04:58:138]: Doing action: FindRelatedProducts
    MSI (s) (68:B8) [17:04:58:138]: Note: 1: 2205 2:  3: ActionText
    MSI (s) (68:B8) [17:04:58:143]: Using cached product context: machine assigned for product: 8663020007180A44EB446B23AFD487F0
    MSI (s) (68:B8) [17:04:58:143]: Using cached product context: machine assigned for product: 8663020007180A44EB446B23AFD487F0
    MSI (s) (68:B8) [17:04:58:143]: Using cached product context: machine assigned for product: 8663020007180A44EB446B23AFD487F0
    Action start 17:04:58: FindRelatedProducts.
    MSI (s) (68:B8) [17:04:58:143]: PROPERTY CHANGE: Adding UC8DA920D5C41C42E0BF3187BA49984EE4 property. Its value is '{00203668-8170-44A0-BE44-B632FA4D780F}'.
    MSI (s) (68:B8) [17:04:58:143]: Doing action: ValidateProductID
    MSI (s) (68:B8) [17:04:58:143]: Note: 1: 2205 2:  3: ActionText
    Action ended 17:04:58: FindRelatedProducts. Return value 1.
    Action start 17:04:58: ValidateProductID.
    MSI (s) (68:B8) [17:04:58:143]: Doing action: SetSHAREDADDINFOLDER
    MSI (s) (68:B8) [17:04:58:143]: Note: 1: 2205 2:  3: ActionText
    Action ended 17:04:58: ValidateProductID. Return value 1.
    MSI (s) (68:B8) [17:04:58:143]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SetSHAREDADDINFOLDER'
    MSI (s) (68:B8) [17:04:58:143]: PROPERTY CHANGE: Modifying SHAREDADDINFOLDER property. Its current value is '(computed)'. Its new value: 'C:\Program Files (x86)\Adobe\Flash Player\AddIns\airappinstaller'.
    Action start 17:04:58: SetSHAREDADDINFOLDER.
    MSI (s) (68:B8) [17:04:58:143]: Doing action: CostInitialize
    MSI (s) (68:B8) [17:04:58:143]: Note: 1: 2205 2:  3: ActionText
    Action ended 17:04:58: SetSHAREDADDINFOLDER. Return value 1.
    MSI (s) (68:B8) [17:04:58:143]: Machine policy value 'MaxPatchCacheSize' is 10
    MSI (s) (68:B8) [17:04:58:143]: Baseline: Sorting baselines for {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}.
    MSI (s) (68:B8) [17:04:58:143]: Baseline: New baseline 2.6.0 from transaction.
    MSI (s) (68:B8) [17:04:58:143]: Baseline: Sorted order Native: Order 0.
    MSI (s) (68:B8) [17:04:58:143]: Baseline Data Table:
    MSI (s) (68:B8) [17:04:58:143]: ProductCode: {AFF7E080-1974-45BF-9310-10DE1A1F5ED0} Version: 2.6.0 Attributes: 0 PatchId: Native BaselineId: -2147483648 Order: 0
    MSI (s) (68:B8) [17:04:58:143]: Baseline File Table:
    MSI (s) (68:B8) [17:04:58:143]: Note: 1: 1336 2: 5 3: Q:\
    MSI (s) (68:B8) [17:04:58:143]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'c:\'.
    MSI (s) (68:B8) [17:04:58:143]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: Patch
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: MsiPatchHeaders
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: __MsiPatchFileList
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2228 2:  3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId` 
    MSI (s) (68:B8) [17:04:58:148]: Delta compression fallback method for this product transaction is 'MSI 2.0 legacy obsolescence'
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: Patch
    Action start 17:04:58: CostInitialize.
    MSI (s) (68:B8) [17:04:58:148]: Doing action: FileCost
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: ActionText
    Action ended 17:04:58: CostInitialize. Return value 1.
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: Class
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: Extension
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: TypeLib
    Action start 17:04:58: FileCost.
    MSI (s) (68:B8) [17:04:58:148]: Doing action: CostFinalize
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: ActionText
    Action ended 17:04:58: FileCost. Return value 1.
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: Patch
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: Condition
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'c:\'.
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Modifying WindowsFolder property. Its current value is 'C:\Windows\'. Its new value: 'c:\Windows\'.
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Modifying SHAREDADDINFOLDER property. Its current value is 'C:\Program Files (x86)\Adobe\Flash Player\AddIns\airappinstaller'. Its new value: 'c:\Program Files (x86)\Adobe\Flash Player\AddIns\airappinstaller\'.
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Modifying CommonFilesFolder property. Its current value is 'C:\Program Files (x86)\Common Files\'. Its new value: 'c:\Program Files (x86)\Common Files\'.
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Adding AIR property. Its value is 'c:\Program Files (x86)\Common Files\Adobe AIR\'.
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Adding Versions property. Its value is 'c:\Program Files (x86)\Common Files\Adobe AIR\Versions\'.
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Adding Version property. Its value is 'c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\'.
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Adding Resources property. Its value is 'c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\'.
    MSI (s) (68:B8) [17:04:58:148]: Target path resolution complete. Dumping Directory table...
    MSI (s) (68:B8) [17:04:58:148]: Note: target paths subject to change (via custom actions or browsing)
    MSI (s) (68:B8) [17:04:58:148]: Dir (target): Key: TARGETDIR , Object: c:\
    MSI (s) (68:B8) [17:04:58:148]: Dir (target): Key: WindowsFolder , Object: c:\Windows\
    MSI (s) (68:B8) [17:04:58:148]: Dir (target): Key: SHAREDADDINFOLDER , Object: c:\Program Files (x86)\Adobe\Flash Player\AddIns\airappinstaller\
    MSI (s) (68:B8) [17:04:58:148]: Dir (target): Key: CommonFilesFolder , Object: c:\Program Files (x86)\Common Files\
    MSI (s) (68:B8) [17:04:58:148]: Dir (target): Key: AIR , Object: c:\Program Files (x86)\Common Files\Adobe AIR\
    MSI (s) (68:B8) [17:04:58:148]: Dir (target): Key: Versions , Object: c:\Program Files (x86)\Common Files\Adobe AIR\Versions\
    MSI (s) (68:B8) [17:04:58:148]: Dir (target): Key: Version , Object: c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\
    MSI (s) (68:B8) [17:04:58:148]: Dir (target): Key: Resources , Object: c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\
    MSI (s) (68:B8) [17:04:58:148]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'.
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (s) (68:B8) [17:04:58:148]: Note: 1: 2228 2:  3: MsiAssembly 4:  SELECT `MsiAssembly`.`Attributes`, `MsiAssembly`.`File_Application`, `MsiAssembly`.`File_Manifest`,  `Component`.`KeyPath` FROM `MsiAssembly`, `Component` WHERE  `MsiAssembly`.`Component_` = `Component`.`Component` AND `MsiAssembly`.`Component_` = ?
    Action start 17:04:58: CostFinalize.
    MSI (s) (68:B8) [17:04:58:153]: Doing action: MigrateFeatureStates
    MSI (s) (68:B8) [17:04:58:153]: Note: 1: 2205 2:  3: ActionText
    Action ended 17:04:58: CostFinalize. Return value 1.
    Action start 17:04:58: MigrateFeatureStates.
    MSI (s) (68:B8) [17:04:58:158]: Doing action: InstallValidate
    MSI (s) (68:B8) [17:04:58:158]: Note: 1: 2205 2:  3: ActionText
    Action ended 17:04:58: MigrateFeatureStates. Return value 0.
    MSI (s) (68:B8) [17:04:58:158]: PROPERTY CHANGE: Deleting MsiRestartManagerSessionKey property. Its current value is 'c35c031dda612843bc6997001c000814'.
    MSI (s) (68:B8) [17:04:58:158]: Note: 1: 2205 2:  3: Dialog
    MSI (s) (68:B8) [17:04:58:158]: Feature: Runtime; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (68:B8) [17:04:58:158]: Feature: Management; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (68:B8) [17:04:58:158]: Component: Runtime; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (68:B8) [17:04:58:158]: Component: FileTypeRegistration; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (68:B8) [17:04:58:158]: Component: ARPRegistration; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (68:B8) [17:04:58:158]: Component: template.msi; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (68:B8) [17:04:58:158]: Component: template.exe; Installed: Absent;   Request: Local;   Action: Local;   Client State: Unknown
    MSI (s) (68:B8) [17:04:58:158]: Component: Sentinel; Install

    Thanks! That tip worked perfectly!
    AIR installed without any issues after that.
    Murtaza

  • Installation Issue with Adobe Reader 11.0.03.

    Hello,
    I am having issue getting Adobe Reader XI to install onto a machine and needing help resolving it. The machine itself meet and exceed the requirement for the installation. There was a previous version of it installed, but was remove via Group Policy and now it is being deploy via SCCM 2012. So far out of 100+ machines all have successful installed adobe reader XI through the new deployment, except one. Incase you're wondering what the installation logs look like I have copy and paste it below:
    === Verbose logging started: 6/5/2013  17:09:44  Build type: SHIP UNICODE 5.00.7601.00  Calling process: C:\Windows\system32\msiexec.exe ===
    MSI (c) (C4:E0) [17:09:44:988]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
    MSI (c) (C4:E0) [17:09:44:988]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
    MSI (c) (C4:F0) [17:09:44:994]: Resetting cached policy values
    MSI (c) (C4:F0) [17:09:44:994]: Machine policy value 'Debug' is 0
    MSI (c) (C4:F0) [17:09:44:994]: ******* RunEngine:
               ******* Product: C:\Windows\ccmcache\2p\AdbeRdr11000_en_US.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (C4:F0) [17:09:44:995]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (C4:F0) [17:09:44:995]: Grabbed execution mutex.
    MSI (c) (C4:F0) [17:09:45:042]: Cloaking enabled.
    MSI (c) (C4:F0) [17:09:45:042]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (C4:F0) [17:09:45:045]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (D8:90) [17:09:45:050]: Running installation inside multi-package transaction C:\Windows\ccmcache\2p\AdbeRdr11000_en_US.msi
    MSI (s) (D8:90) [17:09:45:050]: Grabbed execution mutex.
    MSI (s) (D8:AC) [17:09:45:052]: Resetting cached policy values
    MSI (s) (D8:AC) [17:09:45:052]: Machine policy value 'Debug' is 0
    MSI (s) (D8:AC) [17:09:45:052]: ******* RunEngine:
               ******* Product: C:\Windows\ccmcache\2p\AdbeRdr11000_en_US.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (D8:AC) [17:09:45:066]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (D8:AC) [17:09:45:123]: Machine policy value 'LimitSystemRestoreCheckpointing' is 0
    MSI (s) (D8:AC) [17:09:45:123]: Note: 1: 1715 2: Adobe Reader XI (11.0.03)
    MSI (s) (D8:AC) [17:09:45:123]: Calling SRSetRestorePoint API. dwRestorePtType: 0, dwEventType: 102, llSequenceNumber: 0, szDescription: "Installed Adobe Reader XI (11.0.03).".
    MSI (s) (D8:AC) [17:09:50:827]: The call to SRSetRestorePoint API succeeded. Returned status: 0, llSequenceNumber: 230.
    MSI (s) (D8:AC) [17:09:50:889]: File will have security applied from OpCode.
    MSI (s) (D8:AC) [17:09:51:049]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\Windows\ccmcache\2p\AdbeRdr11000_en_US.msi' against software restriction policy
    MSI (s) (D8:AC) [17:09:51:049]: Note: 1: 2262 2:  DigitalSignature 3: -2147287038
    MSI (s) (D8:AC) [17:09:51:049]: SOFTWARE RESTRICTION POLICY: C:\Windows\ccmcache\2p\AdbeRdr11000_en_US.msi is not digitally signed
    MSI (s) (D8:AC) [17:09:51:052]: SOFTWARE RESTRICTION POLICY: C:\Windows\ccmcache\2p\AdbeRdr11000_en_US.msi is permitted to run at the 'unrestricted' authorization level.
    MSI (s) (D8:AC) [17:09:51:052]: End dialog not enabled
    MSI (s) (D8:AC) [17:09:51:052]: Original package ==> C:\Windows\ccmcache\2p\AdbeRdr11000_en_US.msi
    MSI (s) (D8:AC) [17:09:51:052]: Package we're running from ==> C:\Windows\Installer\2a70f78.msi
    MSI (s) (D8:AC) [17:09:51:059]: APPCOMPAT: Compatibility mode property overrides found.
    MSI (s) (D8:AC) [17:09:51:059]: APPCOMPAT: looking for appcompat database entry with ProductCode '{AC76BA86-7AD7-1033-7B44-AB0000000001}'.
    MSI (s) (D8:AC) [17:09:51:059]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (D8:AC) [17:09:51:065]: MSCOREE not loaded loading copy from system32
    MSI (s) (D8:AC) [17:09:51:069]: Machine policy value 'TransformsSecure' is 0
    MSI (s) (D8:AC) [17:09:51:069]: User policy value 'TransformsAtSource' is 0
    MSI (s) (D8:AC) [17:09:51:070]: Machine policy value 'DisablePatch' is 0
    MSI (s) (D8:AC) [17:09:51:070]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (s) (D8:AC) [17:09:51:070]: Machine policy value 'DisableMsi' is 0
    MSI (s) (D8:AC) [17:09:51:070]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (D8:AC) [17:09:51:071]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (D8:AC) [17:09:51:071]: Running product '{AC76BA86-7AD7-1033-7B44-AB0000000001}' with user privileges: It's not assigned.
    MSI (s) (D8:AC) [17:09:51:071]: Machine policy value 'DisableLUAPatching' is 0
    MSI (s) (D8:AC) [17:09:51:071]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (s) (D8:AC) [17:09:51:071]: APPCOMPAT: looking for appcompat database entry with ProductCode '{AC76BA86-7AD7-1033-7B44-AB0000000001}'.
    MSI (s) (D8:AC) [17:09:51:071]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (D8:AC) [17:09:51:071]: Transforms are not secure.
    MSI (s) (D8:AC) [17:09:51:072]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'D:\ReaderXI.log'.
    MSI (s) (D8:AC) [17:09:51:072]: Command Line: CURRENTDIRECTORY=C:\Users\lavdang CLIENTUILEVEL=2 CLIENTPROCESSID=7364
    MSI (s) (D8:AC) [17:09:51:072]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{8017784A-94A5-40AD-AE48-D46040E2A00C}'.
    MSI (s) (D8:AC) [17:09:51:072]: Product Code passed to Engine.Initialize:           ''
    MSI (s) (D8:AC) [17:09:51:072]: Product Code from property table before transforms: '{AC76BA86-7AD7-1033-7B44-AB0000000001}'
    MSI (s) (D8:AC) [17:09:51:072]: Product Code from property table after transforms:  '{AC76BA86-7AD7-1033-7B44-AB0000000001}'
    MSI (s) (D8:AC) [17:09:51:072]: Product not registered: beginning first-time install
    MSI (s) (D8:AC) [17:09:51:072]: Product {AC76BA86-7AD7-1033-7B44-AB0000000001} is not managed.
    MSI (s) (D8:AC) [17:09:51:072]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (D8:AC) [17:09:51:072]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (D8:AC) [17:09:51:072]: MSI_LUA: Elevation required to install product, will prompt for credentials
    MSI (s) (D8:AC) [17:09:52:894]: MSI_LUA: Credential Request return = 0x0
    MSI (s) (D8:AC) [17:09:52:894]: MSI_LUA: Elevated credential consent provided. Install will run elevated
    MSI (s) (D8:AC) [17:09:52:894]: Note: 1: 2205 2:  3: MsiPackageCertificate
    MSI (s) (D8:AC) [17:09:52:894]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
    MSI (s) (D8:AC) [17:09:52:894]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (s) (D8:AC) [17:09:52:894]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (D8:AC) [17:09:52:894]: Adding new sources is allowed.
    MSI (s) (D8:AC) [17:09:52:895]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
    MSI (s) (D8:AC) [17:09:52:895]: Package name extracted from package path: 'AdbeRdr11000_en_US.msi'
    MSI (s) (D8:AC) [17:09:52:895]: Package to be registered: 'AdbeRdr11000_en_US.msi'
    MSI (s) (D8:AC) [17:09:52:900]: PROPERTY CHANGE: Modifying ADMIN_INSTALL property. Its current value is 'NO'. Its new value: 'YES'.
    MSI (s) (D8:AC) [17:09:52:900]: PROPERTY CHANGE: Adding IsAdminPackage property. Its value is '1'.
    MSI (s) (D8:AC) [17:09:52:900]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (D8:AC) [17:09:52:900]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (D8:AC) [17:09:52:900]: Product installation will be elevated because user provided elevated credentials and product is being installed per-machine.
    MSI (s) (D8:AC) [17:09:52:900]: Running product '{AC76BA86-7AD7-1033-7B44-AB0000000001}' with elevated privileges: Product is assigned.
    MSI (s) (D8:AC) [17:09:52:900]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Users\lavdang'.
    MSI (s) (D8:AC) [17:09:52:900]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '2'.
    MSI (s) (D8:AC) [17:09:52:900]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '7364'.
    MSI (s) (D8:AC) [17:09:52:900]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
    MSI (s) (D8:AC) [17:09:52:900]: RESTART MANAGER: Disabled by MSIRESTARTMANAGERCONTROL property; Windows Installer will use the built-in FilesInUse functionality.
    MSI (s) (D8:AC) [17:09:52:900]: PROPERTY CHANGE: Adding MsiSystemRebootPending property. Its value is '1'.
    MSI (s) (D8:AC) [17:09:52:900]: TRANSFORMS property is now:
    MSI (s) (D8:AC) [17:09:52:900]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '300'.
    MSI (s) (D8:AC) [17:09:52:903]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\AppData\Roaming
    MSI (s) (D8:AC) [17:09:52:905]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\Favorites
    MSI (s) (D8:AC) [17:09:52:907]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    MSI (s) (D8:AC) [17:09:52:909]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\Documents
    MSI (s) (D8:AC) [17:09:52:911]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    MSI (s) (D8:AC) [17:09:52:913]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\Recent
    MSI (s) (D8:AC) [17:09:52:914]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (s) (D8:AC) [17:09:52:915]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\Templates
    MSI (s) (D8:AC) [17:09:52:915]: SHELL32::SHGetFolderPath returned: C:\ProgramData
    MSI (s) (D8:AC) [17:09:52:916]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\AppData\Local
    MSI (s) (D8:AC) [17:09:52:917]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\Pictures
    MSI (s) (D8:AC) [17:09:52:919]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (D8:AC) [17:09:52:920]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (D8:AC) [17:09:52:921]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    MSI (s) (D8:AC) [17:09:52:922]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
    MSI (s) (D8:AC) [17:09:52:923]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
    MSI (s) (D8:AC) [17:09:52:926]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (D8:AC) [17:09:52:927]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (D8:AC) [17:09:52:928]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    MSI (s) (D8:AC) [17:09:52:929]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\Start Menu
    MSI (s) (D8:AC) [17:09:52:930]: SHELL32::SHGetFolderPath returned: C:\Users\lavdang\Desktop
    MSI (s) (D8:AC) [17:09:52:931]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
    MSI (s) (D8:AC) [17:09:52:932]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
    MSI (s) (D8:AC) [17:09:52:932]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (s) (D8:AC) [17:09:52:935]: MSI_LUA: Setting AdminUser property to 1 because this is the client or the user has already permitted elevation
    MSI (s) (D8:AC) [17:09:52:935]: PROPERTY CHANGE: Adding AdminUser property. Its value is '1'.
    MSI (s) (D8:AC) [17:09:52:935]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
    MSI (s) (D8:AC) [17:09:52:935]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
    MSI (s) (D8:AC) [17:09:52:935]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (s) (D8:AC) [17:09:52:935]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (D8:AC) [17:09:52:935]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'SPEC Services, Inc.'.
    MSI (s) (D8:AC) [17:09:52:935]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (D8:AC) [17:09:52:935]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'SPEC Services, Inc.'.
    MSI (s) (D8:AC) [17:09:52:935]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Windows\Installer\2a70f78.msi'.
    MSI (s) (D8:AC) [17:09:52:935]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\Windows\ccmcache\2p\AdbeRdr11000_en_US.msi'.
    MSI (s) (D8:AC) [17:09:52:935]: Machine policy value 'MsiDisableEmbeddedUI' is 0
    MSI (s) (D8:AC) [17:09:52:935]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (D8:AC) [17:09:52:935]: Machine policy value 'DisableRollback' is 0
    MSI (s) (D8:AC) [17:09:52:935]: User policy value 'DisableRollback' is 0
    MSI (s) (D8:AC) [17:09:52:935]: PROPERTY CHANGE: Adding UILevel property. Its value is '3'.
    === Logging started: 6/5/2013  17:09:52 ===
    MSI (s) (D8:AC) [17:09:52:936]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (s) (D8:AC) [17:09:52:936]: Doing action: INSTALL
    Action start 17:09:52: INSTALL.
    MSI (s) (D8:AC) [17:09:52:937]: Running ExecuteSequence
    MSI (s) (D8:AC) [17:09:52:937]: Doing action: SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54
    MSI (s) (D8:AC) [17:09:52:937]: PROPERTY CHANGE: Adding SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 17:09:52: SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54.
    MSI (s) (D8:AC) [17:09:52:937]: Doing action: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D
    Action ended 17:09:52: SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54. Return value 1.
    MSI (s) (D8:AC) [17:09:52:937]: PROPERTY CHANGE: Adding WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D property. Its value is 'C:\Windows\'.
    Action start 17:09:52: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D.
    MSI (s) (D8:AC) [17:09:52:937]: Doing action: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D
    Action ended 17:09:52: WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1.
    MSI (s) (D8:AC) [17:09:52:938]: PROPERTY CHANGE: Adding SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D property. Its value is 'C:\Windows\SysWOW64\'.
    Action start 17:09:52: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D.
    MSI (s) (D8:AC) [17:09:52:938]: Doing action: ISSetupFilesExtract
    Action ended 17:09:52: SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D. Return value 1.
    MSI (s) (D8:70) [17:09:54:074]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI17B2.tmp, Entrypoint: SFStartupEx
    MSI (s) (D8:E8) [17:09:54:075]: Generating random cookie.
    MSI (s) (D8:E8) [17:09:54:077]: Created Custom Action Server with PID 8648 (0x21C8).
    MSI (s) (D8:A8) [17:09:54:108]: Running as a service.
    MSI (s) (D8:A8) [17:09:54:109]: Hello, I'm your 32bit Impersonated custom action server.
    Action start 17:09:52: ISSetupFilesExtract.
    1: Starting to extract setup files
    1: Getting SUPPORTDIR property :  
    1: Extracting SetupFiles to:  C:\Users\lavdang\AppData\Local\Temp\{AC76BA86-7AD7-1033-7B44-AB0000000001}
    1: Getting ISSetupFile table view
    1: Executing ISSetupFile table view
    1: Extracting Setup File:
    1: C:\Users\lavdang\AppData\Local\Temp\{AC76BA86-7AD7-1033-7B44-AB0000000001}\FixTransforms. exe
    MSI (s) (D8!64) [17:09:54:183]: PROPERTY CHANGE: Adding SUPPORTDIR property. Its value is 'C:\Users\lavdang\AppData\Local\Temp\{AC76BA86-7AD7-1033-7B44-AB0000000001}'.
    MSI (s) (D8!64) [17:09:54:183]: PROPERTY CHANGE: Adding ISSETUPFILESCOMPLETED property. Its value is 'Completed'.
    1: Setting SUPPORTDIR property to:  C:\Users\lavdang\AppData\Local\Temp\{AC76BA86-7AD7-1033-7B44-AB0000000001}
    1: Setting ISSETUPFILESCOMPLETED property
    MSI (s) (D8:AC) [17:09:54:184]: Doing action: AppSearch
    Action ended 17:09:54: ISSetupFilesExtract. Return value 1.
    Action start 17:09:54: AppSearch.
    MSI (s) (D8:AC) [17:09:54:184]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Acrobat.exe 3: 2
    MSI (s) (D8:AC) [17:09:54:186]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Adobe\Acrobat Reader\11.0\Installer 3: 2
    MSI (s) (D8:AC) [17:09:54:186]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Adobe\Acrobat Reader\6.0\InstallPath 3: 2
    MSI (s) (D8:AC) [17:09:54:186]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Adobe\Acrobat Reader\11.0\Installer\Optimization 3: 2
    MSI (s) (D8:AC) [17:09:54:186]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Adobe\Repair\Acrobat Reader 3: 2
    MSI (s) (D8:AC) [17:09:54:186]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\Software\Adobe\Acrobat Reader\11.0\Installer\Optimization 3: 2
    MSI (s) (D8:AC) [17:09:54:187]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Adobe\Acrobat Reader\7.0\InstallPath 3: 2
    MSI (s) (D8:AC) [17:09:54:187]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Adobe\Adobe Acrobat\11.0\InstallPath 3: 2
    MSI (s) (D8:AC) [17:09:54:187]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Adobe\Acrobat Reader\8.0\Installer 3: 2
    MSI (s) (D8:AC) [17:09:54:187]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\AcroRd32.exe 3: 2
    MSI (s) (D8:AC) [17:09:54:187]: Doing action: SetOSSpecificProperties
    Action ended 17:09:54: AppSearch. Return value 1.
    MSI (s) (D8:6C) [17:09:54:212]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI1CA3.tmp, Entrypoint: SetOSSpecificProperties
    MSI (s) (D8!9C) [17:09:54:227]: PROPERTY CHANGE: Adding WindowsSystemString property. Its value is '(Windows Vista 64-bit)'.
    Action start 17:09:54: SetOSSpecificProperties.
    MSI (s) (D8:AC) [17:09:54:228]: Doing action: LaunchConditions
    Action ended 17:09:54: SetOSSpecificProperties. Return value 1.
    Action start 17:09:54: LaunchConditions.
    MSI (s) (D8:AC) [17:09:55:643]: Product: Adobe Reader XI (11.0.03) -- Adobe Reader XI (11.0.03) requires Internet Explorer 7.0 or greater.  Please visit www.microsoft.com to upgrade Internet Explorer.
    MSI (c) (C4:E0) [17:09:54:230]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
    Adobe Reader XI (11.0.03) requires Internet Explorer 7.0 or greater.  Please visit www.microsoft.com to upgrade Internet Explorer.
    Action ended 17:09:55: LaunchConditions. Return value 3.
    Action ended 17:09:55: INSTALL. Return value 3.
    Property(S): Text = 0
    Property(S): DiskPrompt = [1]
    Property(S): Registration = No
    Property(S): UpgradeCode = {A6EADE66-0000-0000-484E-7E8A45000000}
    Property(S): WindowsSystemString = (Windows Vista 64-bit)
    Property(S): ISSETUPFILESCOMPLETED = Completed
    Property(S): VersionNT = 601
    Property(S): ProgramFilesFolder = C:\Program Files (x86)\
    Property(S): CommonFilesFolder = C:\Program Files (x86)\Common Files\
    Property(S): CommonAppDataFolder = C:\ProgramData\
    Property(S): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\
    Property(S): AppDataFolder = C:\Users\lavdang\AppData\Roaming\
    Property(S): CommonFiles64Folder = C:\Program Files\Common Files\
    Property(S): DesktopFolder = C:\Users\Public\Desktop\
    Property(S): FavoritesFolder = C:\Users\lavdang\Favorites\
    Property(S): FontsFolder = C:\Windows\Fonts\
    Property(S): LocalAppDataFolder = C:\Users\lavdang\AppData\Local\
    Property(S): MyPicturesFolder = C:\Users\lavdang\Pictures\
    Property(S): PersonalFolder = C:\Users\lavdang\Documents\
    Property(S): ProgramFiles64Folder = C:\Program Files\
    Property(S): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
    Property(S): SendToFolder = C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\SendTo\
    Property(S): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\
    Property(S): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\
    Property(S): System64Folder = C:\Windows\system32\
    Property(S): SystemFolder = C:\Windows\SysWOW64\
    Property(S): TempFolder = C:\Users\lavdang\AppData\Local\Temp\
    Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\
    Property(S): WindowsFolder = C:\Windows\
    Property(S): WindowsVolume = C:\
    Property(S): SUPPORTDIR = C:\Users\lavdang\AppData\Local\Temp\{AC76BA86-7AD7-1033-7B44-AB0000000001}
    Property(S): ACTION = INSTALL
    Property(S): VersionNT64 = 601
    Property(S): UILevel = 3
    Property(S): OriginalDatabase = C:\Windows\ccmcache\2p\AdbeRdr11000_en_US.msi
    Property(S): DATABASE = C:\Windows\Installer\2a70f78.msi
    Property(S): COMPANYNAME = SPEC Services, Inc.
    Property(S): USERNAME = SPEC Services, Inc.
    Property(S): MsiRunningElevated = 1
    Property(S): AdminUser = 1
    Property(S): RedirectedDllSupport = 2
    Property(S): WindowsFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D = C:\Windows\
    Property(S): SystemFolder_x86_VC.AFA96EB4_FA9F_335C_A7CB_36079407553D = C:\Windows\SysWOW64\
    Property(S): ALLUSERS = 1
    Property(S): DirectoryTable100_x86.AFA96EB4_FA9F_335C_A7CB_36079407553D = DirectoryTable
    Property(S): SystemFolder.21022.08.Microsoft_VC90_CRT_x86.RTM.0138F525_6C8A_333F_A105_14AE030B9A54 = C:\Windows\SysWOW64\
    Property(S): Dummy_Microsoft_VC90_CRT_x86.0138F525_6C8A_333F_A105_14AE030B9A54 = 1
    Property(S): Dummy_policy_9_0_Microsoft_VC90_CRT_x86.52105B6B_A3EF_3A90_882A_947B287C203A = 1
    Property(S): MsiWin32AssemblySupport = 6.1.7601.17514
    Property(S): MsiNetAssemblySupport = 4.0.30319.1
    Property(S): Date = 6/5/2013
    Property(S): Time = 17:09:55
    Property(S): TTCSupport = 1
    Property(S): ColorBits = 32
    Property(S): TextInternalLeading = 3
    Property(S): TextHeight = 16
    Property(S): BorderSide = 1
    Property(S): BorderTop = 1
    Property(S): CaptionHeight = 19
    Property(S): ScreenY = 768
    Property(S): ScreenX = 1024
    Property(S): SystemLanguageID = 1033
    Property(S): ComputerName = SP8430
    Property(S): AS_REPAIR_VERSION_LIST = A
    Property(S): UserLanguageID = 1033
    Property(S): ProductCode = {AC76BA86-7AD7-1033-7B44-AB0000000001}
    Property(S): ApplicationUsers = AllUsers
    Property(S): AgreeToLicense = No
    Property(S): _IsMaintenance = Reinstall
    Property(S): SetupType = Typical
    Property(S): _IsSetupTypeMin = Typical
    Property(S): ARPCONTACT = Customer Support
    Property(S): ARPHELPLINK = http://www.adobe.com/support/main.html
    Property(S): ARPREADME = Readme.htm
    Property(S): ARPURLINFOABOUT = http://www.adobe.com
    Property(S): ARPURLUPDATEINFO = http://www.adobe.com/products/acrobat/readstep.html
    Property(S): DefaultUIFont = Tahoma8
    Property(S): ErrorDialog = SetupError
    Property(S): INSTALLLEVEL = 100
    Property(S): ISSCRIPT_VERSION_MISSING = The InstallScript engine is missing from this machine.  If available, please run ISScript.msi, or contact your support personnel for further assistance.
    Property(S): Manufacturer = Adobe Systems Incorporated
    Property(S): PIDTemplate = 12345<###-%%%%%%%>@@@@@
    Property(S): ProductID = none
    Property(S): ProductLanguage = 1033
    Property(S): ProductName = Adobe Reader XI (11.0.03)
    Property(S): ProductVersion = 11.0.03
    Property(S): ProgressType0 = install
    Property(S): ProgressType1 = Installing
    Property(S): ProgressType2 = installed
    Property(S): ProgressType3 = installs
    Property(S): RebootYesNo = Yes
    Property(S): ReinstallModeText = omus
    Property(S): TRACKINGKEY = Software\Adobe\Acrobat Reader\7.0
    Property(S): ARPPRODUCTICON = SC_Reader.ico
    Property(S): Cancel = 0
    Property(S): RadioGroup = 0
    Property(S): TypicalText = 0
    Property(S): ARPCOMMENTS =   
    Property(S): ERROR_MIN_OVER_BIG = Setup has detected that you already have a more functional product installed.  Setup will now terminate.
    Property(S): SecureCustomProperties = DEFAULT_VERB;ACTIONPROPERTY;ELEMENTS;RDRMIN;RDRBIG;RDRBIG_8X;RDRBIG_9X;RDRBIG_10X;UT_FRB; UT_FRS;UT_AT;UT_AP1;UT_AP2;UT_AS1;UT_AS2;UT_A3D;UT_6X;UT_7X;UT_MM61;UT_MM62;UT_MM63;UT_EB6 1;UT_EB62;UT_EB63;AS_OPTIMIZE_ENABLED;ACROBAT_APP_PATH;AS_HKCR_EXE;PDFSHELL_LOCALSERVER_CO MMAND;PDF_DEFAULTICON;PDF_PREVIEW_HANDERLER_DLL;PDF_PREVIEW_HANDERLER_HELPDIR;DISABLE_PDFO WNERSHIP_RESTORE;PDF_INPROCSERVER_VIEWERPS;READER_PATH;IS_CURRENT_PDFOWNER;SUPPRESSLANGSEL ECTION;MIN_SYSTEM;ACROBAT_11_INSTALLED;AS_INSTALLDIR;ARM_COLLECT;BLOCK_APP_TIMEOUT;BLOCK_E NTRYPOINT_LOGGING;UPDATE_MODE;UPDATE_UI_MODE;PDX_DEFAULT_PROGID;DEFAULT_PROGID;OWNERSHIP_S TATE;PDF_INTEGRATION;ENABLE_OPTIMIZATION;DEFAULT_PDF_PROGID;DEFAULT_CURVER_PROGID;PDF_ACRO BROKER_PATH;INSTALLMAJORVERSION;ARMED
    Property(S): BrandName = Adobe Reader XI (11.0.03)
    Property(S): ISVROOT_PORT_NO = 0
    Property(S): UserSID = S-1-5-21-606747145-884357618-1801674531-3921
    Property(S): IsMinIE_Message = requires Internet Explorer 7.0 or greater.  Please visit www.microsoft.com to upgrade Internet Explorer.
    Property(S): ISLANGFLAG = ENU
    Property(S): FilesLabel = 0
    Property(S): DisallowRunFromSource = 1
    Property(S): AppsInUseSilentAbort = A process is running that cannot be shut down by Setup.  Please either close all applications and run Setup again, or restart your computer and run Setup again.
    Property(S): ENABLE_CACHE_FILES = YES
    Property(S): OLE_VERB_OPEN = &Open,0,2
    Property(S): REINSTALLMODE = omus
    Property(S): Elevated = 1
    Property(S): ENABLE_OPTIMIZATION = YES
    Property(S): ERROR_DEFRAG_MSG = Optimizing performance ...
    Property(S): ERROR_DEFRAG_ADTEMPLATE = Completed [1]% of process
    Property(S): ERROR_CANNOT_OPTIMIZE_DISK = NOTE: Installation was successful. However, because your hard drive is fragmented, this application may not be able to launch as quickly as possible. To optimize performance, please defragment your hard drive and then repair this application under Add or Remove Programs in the Control Panel.
    Property(S): EULA_ACCEPT = NO
    Property(S): DISABLE_BROWSER_INTEGRATION = NO
    Property(S): AcroIEHelper_Description = Adobe PDF Reader Link Helper
    Property(S): ADMIN_INSTALL = YES
    Property(S): AdminProperties = ADMIN_INSTALL
    Property(S): REMOVE_PREVIOUS = YES
    Property(S): SYNCHRONIZER = YES
    Property(S): OpenWith = Open with Adobe Reader XI
    Property(S): SetupCacheExport = 
    Property(S): LC_UNSUPPORTED_OS = This application cannot be installed on this operating system. Setup will now terminate. Please refer to the minimum system requirements at http://www.adobe.com/go/reader_system_reqs.
    Property(S): ApplicationList = 0
    Property(S): DEFAULT_ATTACHMENT_WHITELIST = version:1|.ade:3|.adp:3|.app:3|.arc:3|.arj:3|.asp:3|.bas:3|.bat:3|.bz:3|.bz2:3|.cab:3|.ch m:3|.class:3|.cmd:3|.com:3|.command:3|.cpl:3|.crt:3|.csh:3|.desktop:3|.dll:3|.exe:3|.fxp:3 |.gz:3|.hex:3|.hlp:3|.hqx:3|.hta:3|.inf:3|.ini:3|.ins:3|.isp:3|.its:3|.job:3|.js:3|.jse:3| .ksh:3|.lnk:3|.lzh:3|.mad:3|.maf:3|.mag:3|.mam:3|.maq:3|.mar:3|.mas:3|.mat:3|.mau:3|.mav:3 |.maw:3|.mda:3|.mdb:3|.mde:3|.mdt:3|.mdw:3|.mdz:3|.msc:3|.msi:3|.msp:3|.mst:3|.ocx:3|.ops: 3|.pcd:3|.pi:3|.pif:3|.prf:3|.prg:3|.pst:3|.rar:3|.reg:3|.scf:3|.scr:3|.sct:3|.sea:3|.shb: 3|.shs:3|.sit:3|.tar:3|.taz:3|.tgz:3|.tmp:3|.url:3|.vb:3|.vbe:3|.vbs:3|.vsmacros:3|.vss:3| .vst:3|.vsw:3|.webloc:3|.ws:3|.wsc:3|.wsf:3|.wsh:3|.z:3|.zip:3|.zlo:3|.zoo:3|.pdf:2|.fdf:2 |.jar:3|.pkg:3|.tool:3|.term:3
    Property(S): EXEC_MENU_WHITELIST = Close|GeneralInfo|Quit|FirstPage|PrevPage|NextPage|LastPage|ActualSize|FitPage|FitWidth|F itHeight|SinglePage|OneColumn|TwoPages|TwoColumns|ZoomViewIn|ZoomViewOut|ShowHideBookmarks |ShowHideThumbnails|Print|GoToPage|ZoomTo|GeneralPrefs|SaveAs|FullScreenMode|OpenOrganizer |Scan|Web2PDF:OpnURL|AcroSendMail:SendMail|Spelling:Check Spelling|PageSetup|Find|FindSearch|GoBack|GoForward|FitVisible|ShowHideArticles|ShowHideF ileAttachment|ShowHideAnnotManager|ShowHideFields|ShowHideOptCont|ShowHideModelTree|ShowHi deSignatures|InsertPages|ExtractPages|ReplacePages|DeletePages|CropPages|RotatePages|AddFi leAttachment|FindCurrentBookmark|BookmarkShowLocation|GoBackDoc|GoForwardDoc|DocHelpUserGu ide|HelpReader|rolReadPage|HandMenuItem|ZoomDragMenuItem|CollectionPreview|CollectionHome| CollectionDetails|CollectionShowRoot|&Pages|Co&ntent|&Forms|Action &Wizard|Recognize &Text|P&rotection|&Sign && Certify|Doc&ument Processing|Print Pro&duction|Ja&vaScript|&Accessibility|Analy&ze|&Annotations|D&rawing Markups|Revie&w
    Property(S): Browser_Integration = 2
    Property(S): ARPNOREPAIR = 1
    Property(S): ActionTextLabel = 0
    Property(S): CurrentPdfOwner = 0
    Property(S): ReadmeHtml = Readme.htm
    Property(S): OprimizeError2 = 0
    Property(S): KBDOCLINK_ERROR_INVDRIVE = http://kb2.adobe.com/cps/404/kb404946.html
    Property(S): ReaderProcessPopup = 0
    Property(S): BrandNameMajorVer = Adobe Reader XI
    Property(S): DefragResetProgress = No
    Property(S): PROGMSG_IIS_REMOVESITE = Removing web site at port %d
    Property(S): PROGMSG_IIS_CREATEVROOT = Creating IIS virtual directory %s
    Property(S): PROGMSG_IIS_CREATEVROOTS = Creating IIS virtual directories...
    Property(S): PROGMSG_IIS_EXTRACTDONE = Extracted information for IIS virtual directories...
    Property(S): PROGMSG_IIS_REMOVEVROOT = Removing IIS virtual directory %s
    Property(S): PROGMSG_IIS_REMOVEVROOTS = Removing IIS virtual directories...
    Property(S): PROGMSG_IIS_ROLLBACKVROOTS = Rolling back virtual directory and web site changes...
    Property(S): PROGMSG_IIS_EXTRACT = Extracting information for IIS virtual directories...
    Property(S): IS_COMPLUS_PROGRESSTEXT_COST = Costing COM+ application: [1]
    Property(S): IS_COMPLUS_PROGRESSTEXT_INSTALL = Installing COM+ application: [1]
    Property(S): IS_COMPLUS_PROGRESSTEXT_UNINSTALL = Uninstalling COM+ application: [1]
    Property(S): IS_SQLSERVER_AUTHENTICATION = 0
    Property(S): IS_SQLSERVER_USERNAME = sa
    Property(S): PDF_INTEGRATION = 1
    Property(S): _5789b66a5ab8e = {AC76BA80-0011-7AD7-0000-000000000000}
    Property(S): AttentionCloseReader = 0
    Property(S): RunTimeProperties = CACHE_DIR;ProductName;OriginalDatabase;REMOVE;WindowsFolder;SetupCacheExport;ALLUSERS;REI NSTALLMODE;PLUG_INS;DefragResetProgress;ALLUSERS_APPDATA_ADOBE;DEFAULT_VERB;IS_CURRENT_PDF OWNER;ACTIVE_X;Installed;READER;ProductCode;UPDATE_MODE;INSTALLMAJORVERSION;VersionNT;Vers ionNT64;SystemFolder;PATCH
    Property(S): ReaderDefaultProgramDesc = is the trusted standard for reliably viewing,  printing, signing and commenting on PDF documents. It's the only PDF viewer that can open and interact with all types of PDF content - including forms and multimedia - and is available across leading desktop and mobile device platforms
    Property(S): DV = 11.0
    Property(S): MSIRESTARTMANAGERCONTROL = Disable
    Property(S): IS_PROGMSG_XML_COSTING = Costing XML files...
    Property(S): IS_PROGMSG_XML_CREATE_FILE = Creating XML file %s...
    Property(S): IS_PROGMSG_XML_FILES = Performing XML file changes...
    Property(S): IS_PROGMSG_XML_REMOVE_FILE = Removing XML file %s...
    Property(S): IS_PROGMSG_XML_ROLLBACK_FILES = Rolling back XML file changes...
    Property(S): IS_PROGMSG_XML_UPDATE_FILE = Updating XML file %s...
    Property(S): PROGMSG_IIS_CREATEAPPPOOLS = Creating application Pools...
    Property(S): PROGMSG_IIS_CREATEAPPPOOL = Creating application pool %s
    Property(S): PROGMSG_IIS_CREATEWEBSERVICEEXTENSION = Creating web service extension
    Property(S): PROGMSG_IIS_CREATEWEBSERVICEEXTENSIONS = Creating web service extensions...
    Property(S): PROGMSG_IIS_REMOVEAPPPOOL = Removing application pool
    Property(S): PROGMSG_IIS_REMOVEAPPPOOLS = Removing application pools...
    Property(S): PROGMSG_IIS_REMOVEWEBSERVICEEXTENSION = Removing web service extension
    Property(S): PROGMSG_IIS_REMOVEWEBSERVICEEXTENSIONS = Removing web service extensions...
    Property(S): PROGMSG_IIS_ROLLBACKAPPPOOLS = Rolling back application pools...
    Property(S): PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS = Rolling back web service extensions...
    Property(S): RestartManagerOption = CloseRestart
    Property(S): DEFAULT_VERB = Read
    Property(S): UPDATE_UI_MODE = 3
    Property(S): BLOCK_APP_TIMEOUT = 120
    Property(S): BLOCK_ENTRYPOINT_LOGGING = 0
    Property(S): LC_UNSUPPORTED_OS_2 = Setup will now terminate. Please refer to the minimum system requirements at http://www.adobe.com/go/reader_system_reqs.
    Property(S): LC_UNSUPPORTED_OS_1 = This application cannot be installed on this operating system
    Property(S): AppsInUseUnknownAcrobatApps = Applications that are using Adobe Reader or Adobe Acrobat
    Property(S): EmbdUI = 1
    Property(S): ADOBE_LINK = http://www.adobe.com
    Property(S): _WebLinkChecked = 0
    Property(S): CurrentProduct = 0
    Property(S): DWUSLINK = CEFB870FBECC80BF79AC97C8298C978FD9DCB78FCEDC5098CE8B974F99DBF0F8CEEC50A809AC
    Property(S): LogonUser = Lavdang
    Property(S): PROCESSPATHWITHID = %s with process ID: %d
    Property(S): LANG_LIST = en_US,ca_ES,eu_ES,bg_BG,zh_CN,zh_TW,cs_CZ,da_DK,de_DE,es_ES,et_ET,fr_FR,hr_HR,hu_HU,it_IT ,ja_JP,ko_KR,lt_LT,lv_LV,nl_NL,nb_NO,pl_PL,pt_BR,ro_RO,ru_RU,sk_SK,sl_SI,fi_FI,sv_SE,tr_TR ,uk_UA
    Property(S): PROGMSG_IIS_EXTRACTDONEz = Extracted information for IIS virtual directories...
    Property(S): PROGMSG_IIS_EXTRACTzDONE = Extracted information for IIS virtual directories...
    Property(S): UNKNOWNPROCESSWITHID = Unknown process with process ID: %d
    Property(S): Square = 1
    Property(S): SUPPRESSLANGSELECTION = 1
    Property(S): ISReleaseFlags = ENU,READERBIG
    Property(S): VirtualMemory = 39564
    Property(S): PhysicalMemory = 12278
    Property(S): Intel = 6
    Property(S): Msix64 = 6
    Property(S): Privileged = 1
    Property(S): MsiAMD64 = 6
    Property(S): ShellAdvtSupport = 1
    Property(S): OLEAdvtSupport = 1
    Property(S): GPTSupport = 1
    Property(S): RecentFolder = C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\Recent\
    Property(S): PrintHoodFolder = C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\
    Property(S): NetHoodFolder = C:\Users\lavdang\AppData\Roaming\Microsoft\Windows\Network Shortcuts\
    Property(S): RemoteAdminTS = 1
    Property(S): MsiNTProductType = 1
    Property(S): ServicePackLevelMinor = 0
    Property(S): ServicePackLevel = 1
    Property(S): WindowsBuild = 7601
    Property(S): VersionMsi = 5.00
    Property(S): MsiSystemRebootPending = 1
    Property(S): VersionDatabase = 300
    Property(S): CLIENTPROCESSID = 7364
    Property(S): CLIENTUILEVEL = 2
    Property(S): CURRENTDIRECTORY = C:\Users\lavdang
    Property(S): IsAdminPackage = 1
    Property(S): PackagecodeChanging = 1
    Property(S): ProductState = -1
    Property(S): PackageCode = {8017784A-94A5-40AD-AE48-D46040E2A00C}
    Property(S): MsiLogFileLocation = D:\ReaderXI.log
    MSI (s) (D8:AC) [17:09:55:668]: Note: 1: 1708
    MSI (s) (D8:AC) [17:09:55:668]: Product: Adobe Reader XI (11.0.03) -- Installation operation failed.
    MSI (s) (D8:AC) [17:09:55:669]: Windows Installer installed the product. Product Name: Adobe Reader XI (11.0.03). Product Version: 11.0.03. Product Language: 1033. Manufacturer: Adobe Systems Incorporated. Installation success or error status: 1603.
    MSI (s) (D8:AC) [17:09:55:671]: Deferring clean up of packages/files, if any exist
    MSI (s) (D8:AC) [17:09:55:671]: MainEngineThread is returning 1603
    MSI (s) (D8:90) [17:09:55:671]: Calling SRSetRestorePoint API. dwRestorePtType: 13, dwEventType: 103, llSequenceNumber: 230, szDescription: "".
    MSI (s) (D8:90) [17:09:55:672]: The call to SRSetRestorePoint API succeeded. Returned status: 0.
    === Logging stopped: 6/5/2013  17:09:55 ===
    MSI (s) (D8:90) [17:09:55:673]: User policy value 'DisableRollback' is 0
    MSI (s) (D8:90) [17:09:55:673]: Machine policy value 'DisableRollback' is 0
    MSI (s) (D8:90) [17:09:55:673]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (D8:90) [17:09:55:673]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (D8:90) [17:09:55:674]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (D8:90) [17:09:55:674]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
    MSI (s) (D8:90) [17:09:55:674]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
    MSI (s) (D8:90) [17:09:55:674]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (D8:90) [17:09:55:674]: Restoring environment variables
    MSI (s) (D8:90) [17:09:55:675]: Destroying RemoteAPI object.
    MSI (s) (D8:E8) [17:09:55:675]: Custom Action Manager thread ending.
    MSI (c) (C4:F0) [17:09:55:676]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (C4:F0) [17:09:55:676]: MainEngineThread is returning 1603
    === Verbose logging stopped: 6/5/2013  17:09:55 ===

    This thread is pretty old, are you still having this issue?

  • VirtualBox from hard disk, nvidia glx conflict

    Howdy folks, I recently started getting into arch linux and set it up for dual booting. Being a graphics engine developer for multiple platforms I began to work on adding support for linux.
    What I was trying to set up was so that I can use VirtualBox to load my arch install from hard disk, which I have gotten running, so that I can use virtual box to test if things work when developing simultaneously for windows, and boot over to arch for performance optimization type stuff.
    The problem I am having however is that in VirtualBox I can not get the glx extensions to load, looking at the log file it's definitely trying to load the nvidia glx extensions. My PC has an Nvidia Geforce 9600GT, so for proper support in arch I of course installed the drivers for it.
    As per suggested in the wiki I removed the xorg.conf (actually just renamed it), along with a few other files in /etc/X11/xorg.conf.d that were causing problems in virtual box (mainly the 20-nvidia.conf file). I have verified it does boot into arch with full 3D support as it did when the xorg.conf was in place. But still having the problems getting the glx extension to load when inside VirtualBox.
    I would greatly appreciate any help ya'll can provide, being able to load my arch install from virtual box would make developing this graphics engine of mine so much easier. But I still want to be able to boot into arch. Having to use a VirtualBox instance booting from a virtual hard disk is a real pain since it add to the places I need to sync up source code.

    I think you misunderstood ngoonee. Just trying to get open gl working from within virtual box, I know it's only serving as a layer over the graphics stuff.
    The problem however is that to allow gpu acceleration when I boot into it, the nvidia driver will need to remain there. But it appears the glx in the nvidia driver will not play nice with what virtual box needs.
    Idea is to use the same arch install for both virtual box and the dual boot.
    Last edited by chronosifter (2010-07-21 04:28:54)

  • New Multi-OS/CPU aware virus broke through virtualbox. For a reason.FYI

    FYI (all)
    Dear sir (RMS @ GNU),
    my apologies. That e-mail concerned the embedding (secretly) of personal information during the make process of certain gnu software but there's a new developent and I'm extremely mad : I have been looking for ways to de-obscurify certain (gnu) Make processes. During my search I found a certain GITHUB repo that provided a way to do that. It was not "AO" but another... In reality it was a virus and/or a magic trigger that broke and destroyed All my systems in a manner of 2 hours or so.
    It's a special case, methods used are not mentioned anywhere on internet. This one is multi-os aware and broke through a running virtualbox installation (I suppose via I/O hooks exploits yet unknown ). Both host and guest gets destroyed, independant of OS!
    from what I have seen:
    - the maker has somehow trojaned the Freedesktop.org desktop-daemon- input dbus helper software to gain and maintain root via init. Virtually everydebian based is thereby vulrenable.
    - the maker has found a new way (unknown to every antivirus software) to gain Admin acces to windows system via lowlevel IO and/or abused "signed drivers" - and mmaps itselfs there to propagate..
    - the virus broke through running virtualbox installations (latest installation, new installations, old VDI's) and they got all destroyed, first guest and hours or days later both host and guest installations.... also new.
    - the virus injects itself on every network IF / download / and propagates on installation (triggered) within the virtualbox installation. This happens on the host too, but hours later.
    - it eventually kills every document on every OS by spawning hundreds of processes to kill documents (overwrite, move, symlink)
    The strange thing about this, is that GNU sources / software like the sourcecode for GLIBC and GCC was left alone! Because of that and the mentioning of GNU on that repo I contacted GNU. On my windows system there was even a special message "Thanks to Freedesktop and embedded Ruby".
    The virus was obviously not meant for worldwide propagation but to target a certain audience (I suppose people like me), it's been engineered beyond belief and I triggered it somehow. In order to clean my system I tried a ISO/USB boot from AVG (linux based.) I booted from that USB and it got infected upon scanning... amazing.!!
    Anyhow.. sorry to have bothered you.
    Regards,
    To microsoft: Windows : is trojaned via virtualbox Usb I/O and/or other lowlevel I/O trickery. Obviously new methods are used, hard to reproduce and I can only mention a few details : virtualbox breakage like this is not yet mentioned anywhere and no admin priviledges are needed to reproduce. this "virus" has no signature known to clamav/kaspersky/mssc/avg/macafee. New exploits are obviously used, unknown and/or used in a similar manner. Microsoft should investigate this on their own.
    To FreeDesktop DBUS daemon: has been abused (and this darn thing is used in many debian based INIT scripts etc, in order to gain and maintain root (or worse). There was a note left on my system "thanks to freedesktop and embedded...": every Linux instance, new or old (2.6 to 3.2xxx was infected immediately). FreeDesktop: I *** your** because similar trickery is mentioned since 2009.
    To certain people at Debian: thanks for not taking me seriously or even understand what you are doing. Clueless.
    To Oracle: Every HOST that mounts an infected VDI, gets infected immediately upon boot. Or the other way around: upon scanning the filesystem. The scanning OS itself gets trojaned (reproduced via multiple USB installations/Gpart ISO, AVG iso) and gets destroyed . Even within virtualbox ..... the ISO grows to hunderds of gigs. Virtually. I suppose it's hooked via USB transport to gain accces over keyboard and mouse. In fact it doent matter what OS is used, the killing process is "universal" because it happens within the hooked kernelspace.
    To reproduce : I cannot give much details and its hard to traceback or reconstuct the order of events but I wanted to look for a way to de-obscurify a certain gnu-make process (in particular a piece of GNU software (for ..keys) from which I suspected to embed privacy information about the user and this software is used on virtually every OS and in many software packages as building block. And I certainly found one. I guess some magic 0xUL that passed my system or action I did -triggered this OS independant chainreaction or "OSkiller" process. I should have suspected this.. well. Even github trickery was (AB)used ~/.git / gitprocesses are used for some reason because every new download got the "make" process treatment instantly. Tricks to use parts of sha1 signatures (actually the gitters identification. Some people are aware of these methods and are abusing this system, not to "watermark" but to pull off this kind of work?
    The result: all my virtual Linux / Freebsd VDI/VMDK installations were completely destroyed within a manner of minutes and later the host (windows7, regular update cycle, well maintained and secured) too. It was hard to traceback and/or/try forensics because the host got infected too -- obviously no way to sandbox. (maybe I'm not clever enough). Mounting from another OS is killing that OS too. Amazing. The reason I wanted to traceback or mount a certain partition was because it contained my work on my research. I had backups (even incremental) of some instances and they all got destroyed too (unaware of the systemhooks that were luring for the magic).
    Reproducable? Yes. But hard to pull off and therefore I suppose this "virus" is not meant to propagate worldwide but targetted at a certain audience. The maker(s) has/have deep profound knowledge of windows internals, virtualbox exploits,, linux exploits, methods not seen by any anti-vir software I got running. It means there's a whole bunch of multi-os exploits, application exploits, not used or mentioned anywhere, bundled in a well prepared trap for anyone who gets the magic. I still have the infected VDI's. cannot tell if they are completely destroyed because I dare not mount it in ANY way. (I tried virtually every way possible!!!!!). Forensics could do some work on the raw material.
    Here's a brief list of software that must have already been trojaned / to kill the running OS's (on host/guest) of a target:
    - "nonfree" linux-firmware. Certain IO/dev (dbus?) userspace layers (linux)
    - linux or windows virtualbox guest addition(s): CERTAIN debian updates (* triggers the killing process). Especially the RE-make of IO kernelmods process caused a chainreaction in one case. The maker(s) did some magic there because one should assume that KERNEL code is well maintained (like Theo.d.r. does :-) )
    - (gnu) remake processes of kernel mods (RT/Pre-emt) -> guest additions. I could only reproduce this a few times because my host got killed.
    - github trickery....
    - techniques: callbacks via IO hooks on both HID and available network devices and injects itself via sockets (because every download was infected)
    - I suppose no known shellcode was used or not recognised. Every virusscanner that I got running got killed and infected upon scan, both windows and linux based, clamav and AVG mssc, macafee, kaspersky etc etc. Even a simple mount gets a host killed. Amazing.
    and all of this must have been "packaged" for a special occasion? Its profoundly layered, multi-disciplined and networked (I guess there are more related triggers to this network) and this OS killer must have been ready or "waiting" for months, none of the exploits I've witnessed are mentioned on internet or have been used on seperate occasions (except for the dbus trickery: there have been rumors but no real actions by ubuntu or debian etc etc). All these multi-cpu/os/software exploits (means transports) events that happened on my systems, both metal and virtual, are not mentioned anywhere or seperately used on other occasions or else someone would have mentioned it? Even the slightest kernel breakage or trojaned kernel in this respect should gained prestige for certain w/b hat hackers. This is beyond belief. The guest/host breakage is amazing, multi-os and the killer does its work profoundly.
    - so oracle can deal with this virtualbox breakage from host to guest and vice versa
    - linus gets his multi-OS io / kernelspace breakage, kills of every mount or gets triggered by even mmapping.
    - microsoft no idea.... no blame this should have been recognised within the security framework, but there's obviously not yet a signature known.
    I don't know if I should call this a virus. It uses virus-like techniques but on so many levels happening at once. I dont think oracle or microsoft or linux / freebsd /solaris is targetted. It looks like a well contained (only propagating on the host/guest, even socks are targetted only at localhost) - trap, the killing process is very persistant and for a reason. If this was used in a network-propagating carrier virus it should raise a Major worldwide alert. I think this unknown network of suddenly revealed exploits are means to immediatly shutdown/completely kill the running system(s) of a certain audience (like me). It's like a network and eventually a killswitch, a "destroyer" which I happened to trigger while I was investigating some things concerning privacy issues (in fact building blocks for signing of public keys). This message should raise some questions.
    And about that github repo. It's not AO.
    Thats all folks.
    0X

    We would really like to debug your problem but the provided information is not sufficient and very hard to parse. A few questions:
    - Which version of VirtualBox are you using?
    - What host systems did you use to test, only Windows 7 or also other systems?
    - Did you try to use an infected .vdi disk with a fresh installation of VirtualBox on a fresh host?
    - Which guest is affected (exact version please)?
    - You report that even your host will be infected (breaking through from a VirtualBox guest to a host). Did you do scan your host for viruses before you started your guest so you can be 100% sure that your host was clean before it was infected by the guest?
    - When scanning the infected system with a Linux-based virus scanner: Did the scan report any problems? If so, which? And did you consider to use a virus scanner on a read-only boot medium? In the latter case it is impossible that the virus scanner gets infected.
    I would appreciate if you could answer these questions, there could be more questions once I have the answers to these. But please, try to be precise and short when answering the questions.

Maybe you are looking for

  • I need help with my for loop in this array

    Ok well, I can't get my code to work. Also, please remember that this is just my draft so it isnt pretty. I will fix it up later so please look at it. The thing I want to do is look into the array for a time that matches what the user entered and ret

  • Missing rests in part box

    Downloaded Logic 10 yesterday and found that the user rests are missing in the part box of the score window. Do I have to download the basic software again (for free, I hope!) or is there another way?

  • Booting from iso from usb drive

    I want to boot arch from iso from my thumb drive. Based on the wiki article on Grub, I've put this entry to my grub.cfg: menuentry "Arch Linux x86_64" --class iso { set isofile="/iso/archlinux-2014.05.01-dual.iso" loopback loop $isofile linux (loop)/

  • 10.4.11 update doesn't register as 10.4.11

    Been having trouble installing some software, and it says i need 10.4.11, and that is what is installed. Is there an update to fix this, or someway to go back to 10.4.7 or 9

  • HT5312 I wish to reset my apple account

    Hi I forgot my first pets name I have three <Email Edited by Host>