
Jadestar
MemberContent Type
Profiles
Forums
Events
Everything posted by Jadestar
-
My network boot uses what I assume to be syslinux (memdisk and all that) through pxe.linux and tftpd (im sure im way out to lunch on exactly what im doing, ill try to be clear) and so I use memdisk to load basically everything. I have heard of another loader called grub4dos and it seems to be fairly good, but what I'm wondering is..what is the difference between these 2 different methods? Is there something that grub can load that syslinux cant? Thanks,
-
I will give those posts a read before a further reply but I wanted to commend on the bsod error. I dont quite understand WHY it doesnt have the drivers. It i throw in a windows xp cd, or a usb xp install stick, it works completely fine without th eneed for f6 drivers so I assumed that the drivers for that were built in...in fact, the ONLY time I have EVER had to f6 drivers during a windows install was on a server setup in raid (and I have easily installed windows a few hundred times on hundreds of different computers). To answer "how" i am booting. pxe.linux is booting and then i am calling the append iso initrid=rc.iso (the spelling is probably wrong on that but you get the idea). So i guess that would be "direct". I directly boot the puppy linux file using the same method but changing the name and it loads totally fine. Thanks again *edit* I've been trying to get to this website http://www.boot-land.net/forums/index.php?showtopic=5041 to see what iso's can be memdisk'd or not and it doesnt seem to work. is this list replicated elsewhere?
-
I wanted to add that on my test machine, it DOES boot fine off those windows xp flash drives install aswell as the vista stick I have. It also boots everything else on my network pxe server including puppy linux, memtest and various harddrive diagnostic tools. I tried ntfs4dos but when I do a "dir" command on my c drive, it lists some files and gives some stack error making it useless. I want to be able to boot some sort of recovery console to be able to copy, delete, edit and expand files on the main drive.
-
Pardon me if this isnt the right sub-forum but I couldnt find one dedicated to network booting. So here is the issue, I have a little iso of the windows recovery console and when i try to boot it from the network using pxe and tftpd, immediately after it says "starting windows" I get a bsod. This bsod occurs on any computer I boot from and its the same bsod that SOMETIMES occurs on some computers when trying to boot windows xp install from usb flash drives. The error is 0x0000007b Any thoughts? This error also occurs when booting the 6-floppy thing from microsoft to access the recovery console or install windows when you dont have a bootable cd drive.
-
So every so often I go to update one of my flash drives with updates, new software etc etc and i see found directories with chkdsk files in there. This completely destroys the drive and I have to rebuild it again which is a huge pain in the a**. I can never tell what computers are actually running the chkdsk on the drive but I do know that on vista/win7 computers, they always think the drive is damaged and needs scanning...so on my vista install driive, it breaks itself more often than the xp ones. is there anyway to prevent chkdsk from running automatically on removable storage? is there a way to completely lock the drive from being touched by chkdsk? it is becomming quite the headache thanks
-
I'm wondering if anyone has done any benchmarks on the 2? if not I might do it myself and post the results.
-
I've read posts on how to make usb flash drive installs for vista and its quite easy. My only question is that in some guides they format the drive to fat32 and otheres they use ntfs. Is there any real difference? My understanding of file systems is that ntfs is much faster, but does that affect usb windows installs? Would fat32 be better because it doesnt include the ntfs overhead (and windows automatically putting system volume info and other stupid crap on there). Any thoughts?
-
run syncronouscommand local
Jadestar replied to Jadestar's topic in Unattended Windows Vista/Server 2008
I found the solution, using $OEM$ folders in vista. I thought I read someonewhere else that this method didnt work in vista but it definately does, theres just a flag you have to enable in autounattend.xml. So now all my folders get copied to the root of the harddrive, which is always C: and then the commands run stuff from C: which works everytime. Thanks for all the input guys. *now i wonder why my $oem$ folders didnt work in xp.. -
run syncronouscommand local
Jadestar replied to Jadestar's topic in Unattended Windows Vista/Server 2008
Ok so apparently in vista, it doesnt like my D:\Install\copyapps.cmd I'm guessing its a problem with drive letters. works in xp no problem but for whatever reason, it doesnt here. SO I need a solution. What would be helpfull is knowing the working directory and put my copyapps.cmd in that and then use the patch \workingpath\copyapps.cmd instead of D:\install\copyapps.cmd The problem is that this will be run on multiple computers, so while the main drive install will always be C:, the flash drive could be anything else. -
run syncronouscommand local
Jadestar replied to Jadestar's topic in Unattended Windows Vista/Server 2008
Im going to go ahead and say that on my cmdlines for xp, i am using D:\programs\copyapps.cmd so i guess i've been using a drive letter the whole time and it hasnt broken yet..so i'll just go ahead and do that for vista and pray it doesnt break -
run syncronouscommand local
Jadestar replied to Jadestar's topic in Unattended Windows Vista/Server 2008
my mistake. I realized that i posted this question for vista and my solution was for xp (yeah im busy...getting confused between projects). so...i guess it isnt fixed. So is there no way to just not use a drive letter? for example, if my working directory was D:\sources and i specified \install\run.exe then the working path would be D:\sources\install\run.exe See what I mean? Well thats what I want to do, but i need to run a program to do that copying. -
Dont want to specify which version
Jadestar replied to Jadestar's topic in Unattended Windows Vista/Server 2008
a million views and no answer? someone has to know. -
List Of Common RegTweaks
Jadestar replied to jazzyb88's topic in Unattended Windows Vista/Server 2008
On that above tweak, you may want to remove the deleting the run key...i use this script to clean out startup files when installing, so if you were using this on a pc that isnt a fresh install..that may cause some complications. It also has some stuff directly related to my installs, like disabling incd service (which is bundled with nero essentials). -
List Of Common RegTweaks
Jadestar replied to jazzyb88's topic in Unattended Windows Vista/Server 2008
Here is my reg file that i use. Windows Registry Editor Version 5.00 [HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff] ;Turns off the prompt to select home, work or private when a new network is found [-HKEY_CLASSES_ROOT\CLSID\{FD6905CE-952F-41F1-9A6F-135D9C6622CC} [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center] "AutoUpdateDisableNotify"=dword:00000001 "UacDisableNotify"=dword:00000001 "InternetSettingsDisableNotify"=dword:00000001 ;disables security center notices [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] ;deletes everything in startup [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] ;puts the startup key back in so it doesnt explode (untested without) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "EnableAutoTray"=dword:00000000 ; Disable Automatic Hiding of Inactive Tray Icons [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "TaskbarGlomming"=dword:00000000 "IntelliMenus"=dword:00000000 "TaskbarSizeMove"=dword:00000000 ;Don't Group Similar Taskbar Buttons, use personalized menu (disable), lock task bar [HKEY_CURRENT_USER\Control Panel\Desktop] "ScreenSaveActive"="0" "SCRNSAVE.EXE"=- ;disables screensaver for currnt user [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3] "1601"=dword:00000000 ;Disable Internet Explorer "Send information to the Internet" prompt [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "PrivDiscUiShown"=dword:00000001 ;Disable Internet Explorer Cookie "Privacy Icon" prompt [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\InformationBar] "FirstTime"=dword:00000000 ;Disable Internet Explorer Information Bar Prompt [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms] "AskUser"=dword:00000000 ;Disable Internet Explorer Auto-Complete prompt [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cisvc] "Start"=dword:00000004 ;Benefit: Disables Indexing Service which when enabled can speed up local searching, but slow down ;many other aspects [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "RunOnceHasShown"=dword:00000001 "RunOnceComplete"=dword:00000001 ;Turns off RunOnce for Internet Explorer 7 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\PhishingFilter] "Enabled"=dword:00000000 ;Turns off Phishing filter for IE7 [HKEY_CURRENT_USER\Software\Microsoft\CTF] "Disable Thread Input Manager"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\CTF\MSUTB] "ShowDeskBand"=dword:00000000 ;Turns off Advanced Text Services (language bar) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "PagingFiles"=hex(7):43,00,3a,00,5c,00,70,00,61,00,67,00,65,00,66,00,69,00,6c,\ 00,65,00,2e,00,73,00,79,00,73,00,20,00,32,00,30,00,34,00,38,00,20,00,32,00,\ 30,00,34,00,38,00,00,00,00,00 ;Sets page file to C:\pagefile.sys with a minimum and maximum size of 2048mb [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Compress Old Files] ;Removes the compress old files option from disk cleanup [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] "{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000 "{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000 "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000 "{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000 "{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000000 "{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000000 ;Places icons on the desktop [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Start Page"="http://www.google.ca/" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\InCDsrv] "Start"=dword:00000004 ;Turns off Incd Service [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections] "DefaultConnectionSettings"=hex:3c,00,00,00,16,00,00,00,01,00,00,00,0e,00,00,\ 00,31,32,37,2e,30,2e,30,2e,31,3a,38,30,38,30,09,00,00,00,6c,6f,63,61,6c,68,\ 6f,73,74,0b,00,00,00,31,31,31,2e,31,31,2e,31,31,31,31,01,00,00,00,00,00,00,\ 00,30,fd,35,de,8d,27,c6,01,03,00,00,00,c0,a8,01,73,c0,a8,b8,01,c0,a8,85,01,\ 00,00,00,00,00,00,00,00 ;turns off auto-detect settings in proxy settings in internet explorer [HKEY_CLASSES_ROOT\TypeLib\{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}\1.1\0\win32] @=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,00,25,\ 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,65,00,\ 66,00,72,00,61,00,6d,00,65,00,2e,00,64,00,6c,00,6c,00,00,00 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "IE8RunOnceLastShown"=dword:00000001 "IE8RunOnceLastShown_TIMESTAMP"=hex:d0,0e,71,6a,ce,b5,c9,01 "IE8RunOncePerInstallCompleted"=dword:00000001 "IE8RunOnceCompletionTime"=hex:40,c3,35,84,ce,b5,c9,01 "IE8TourShown"=dword:00000001 "IE8TourShownTime"=hex:60,65,08,61,37,b7,c9,01 ;Turns off IE8 splash screen -
OEM Dell Upgrade/In-place Install
Jadestar replied to m2pmd70's topic in Unattended Windows Vista/Server 2008
Given all the issues you have been having. if i saw this pc in our shop for repair, we would reinstall windows fresh with a sp1 or sp2 disc. Doing an upgrade overtop a broken windows with possible bad sectors being copied from a failed drive and windows updates being broken, the upgrade will most likely cause more headaches than it fixes. Sometimes with vista, when windows updates break, it breaks bad. Doing a fresh install will also elimiate any ghost hardware caused by cloning a drive from a different pc -
run syncronouscommand local
Jadestar replied to Jadestar's topic in Unattended Windows Vista/Server 2008
thanks muchly. i decided to go with cmdlines that copies all my install files to the c drive (for some reason the $ folders arent working) and then running it using C:\ since that never changes (except with stupid card readers sometimes arghhhh). thanks again -
OEM Dell Upgrade/In-place Install
Jadestar replied to m2pmd70's topic in Unattended Windows Vista/Server 2008
Two acronyms I am uninformed about. Pardon me while I go educate myself about the aforementioned. I just started messing with the whole Vista/WIM thing - have done a bunch of custom XP CDs tho. The machine came with Vista Home Premium preinstalled, and I'm working from the DVD that came with it. I've read that there are various versions of Vista install media. All I know is my DVD allowed me to enter a key and/or choose what version to install after I deleted the PID.txt from /sources. Would the "upgrade" option be grayed simply because I'm using an OEM key? My first thought may be that the Dell image doesnt have the abiklity to upgrade. With a regular non-branded OEM, you can do upgrades with vista and windows 7 so i dont see why you shouldnt have that option. Try a generic oem disc -
So I seem to be having some errors on some computers when I do vista installs and I think it may be related to what I've done. Here is a sample of my autounattend.xml <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>0409:00000409</InputLocale> <UserLocale>en-US</UserLocale> <UILanguage>en-US</UILanguage> <SystemLocale>en-US</SystemLocale> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <UserData> <ProductKey> <Key></Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <Organization>Owner-Corp</Organization> <FullName>OwnerPC</FullName> <AcceptEula>true</AcceptEula> </UserData> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value></Value> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Description>user account</Description> <DisplayName>User</DisplayName> <Group>Administrators</Group> <Name>User</Name> <Password> <Value>cABhAHMAcwB3AG8AcgBkAFAAYQBzAHMAdwBvAHIAZAA=</Value> <PlainText>false</PlainText> </Password> </LocalAccount> </LocalAccounts> </UserAccounts> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <TimeZone>Mountain Standard Time</TimeZone> <AutoLogon> <Enabled>true</Enabled> <LogonCount>2</LogonCount> <Username>Administrator</Username> </AutoLogon> </component> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Description>Copyapps</Description> <Path>D:\programs\copyappsvista.cmd</Path> <Order>1</Order> <WillReboot>Never</WillReboot> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Description>DirectX 9</Description> <Path>D:\programs\nero\installation\redist\directx\dxsetup.exe /silent</Path> <Order>2</Order> <WillReboot>Never</WillReboot> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Description>Nero</Description> <Path>D:\programs\nero\installation\setupx.exe /quiet</Path> <Order>3</Order> <WillReboot>Never</WillReboot> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Description>Adobe</Description> <Path>d:\programs\READER9\Setup.exe /sall</Path> <Order>4</Order> <WillReboot>Never</WillReboot> </RunSynchronousCommand> </RunSynchronous> </component> </settings> </unattend> There's two things to note, one is that I removed the value from <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value></Value> </MetaData> </InstallFrom> Which on the sample file I started from said Windows Vista Ultimate. I also completely removed this line that also mentions a specific version. <cpi:offlineImage cpi:source="wim:k:/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> So on MOST computers, the autounattend flies by, does everything its supposed to do and we're all good...but on SOME computers I get an error that says it cant parse information on the specialize pass and I cant seem to nail down the exact problem. There doesnt seem to be a common occurance for when this happens but i think it MAY be related to what I've changed or deleted. So finally, my question is...did i use the proper procedure for creating an unattended that doesnt specify a particular version or is there a better or more standard way to do it. Thanks,
-
Ok so lets say I need to run syncronouscommand to run some files...but lets say I dont know what drive letter they will be, but the file will ALWAYS be on the same drive that vista is installing from. For example, the dvd drive could be D or it could be E ...this is actually going on from a memory stick and the drive letter changes..either way, my question is, when runsyncrnouscommand runs, what path is it executing from. Does it run from the root of the drive or from sources? So another example, if runsyncrouscommand was running from the root, and my app was in a folder called apps on the root then the <path> would simply be /apps/file.exe So you see what I mean about not specifying drive letter. <RunSynchronousCommand wcm:action="add"> <Description>Copyapps</Description> <Path>D:\programs\copyappsvista.cmd</Path> <Order>1</Order> <WillReboot>Never</WillReboot> </RunSynchronousCommand> So basically I want to be able to run copyappsvista.cmd without specifying drive letter, but whatever drive letter it is, the rest of the path will be the same. I cant use %cdrom or %dvdrom flags because this is running from a flash drive. Thanks in advanced.
-
Ok so I attempted to do this install using the winpe3.0 method that is stickied in this forum. Ran into the following issues. Windows wasnt installed to harddrive. Trying to boot from it just says there is no OS. Looked at the flash drive and there were those win BT and Win NT folders and a boot.ini and some other folders? Not sure why anything was written to the flash drive...doesnt make any sense. So I attempt to boot to the flash drive again and it takes me to windows xp txt setup...huh? ..thought that was the point of diskpart. Removed the temp (or whatever) windows xp files that were added from this whole blow up and now my stick no longer boots WinPE.. what in the heck did i do wrong here thanks
-
OK so this is pretty cool. One thing I was wondering about is having diskpart PROMPT for which disk or partition to format prior to installing xp. The reason I am wondering this is because I want to be able to use this on multiple PC's. So on one pc, I may just want to format the entire disk, create 1 large partition and install xp..which this does. On another pc, there may be 2 partitions, lets say main C and Data D. In this situation I MAY want to only format C and install xp and leave D intact. my understanding is that D would also get formatted using default options...but I dont want to have to change diskpart everytime. Any thoughts?
-
OK so this guide seems great but it also seems to be missing some steps..or I am just not seeing it. This one has got me stumped D:\Winpe3.0\Tools\Scripts\STARTNET.CMD D:\winpe_x86\mount\Windows\System32\ First of all, i dont have a winpe3.0 dir at all, i have the c:\winpe_x86 and the C;\program files\windows aik\ etc etc that was created when i installed aik and then mounted the image. I also dont have startnet.cmd....so I'm kinda confused as to what I'm supposed to do. Can anyone shed some light on what I missed? *BLAh nevermind...found the files at the end of the post, with instructions on where they were in the post itself..sorry bout that.
-
I might eventually do the slipstream method but it does work just running the installer in my autoit script so I'm happy for now anyway. The slipstream method seems to not be that hard to do so I can produce my sp2 image with ie8 integrated and then pull the entire file out and throw it on my disc. Thanks alot for the advice.
-
So I dumped trying to get it done in unattended and instead just added the installer file to my autoit script that runs after the install. It works nice and auto-reboots the system which is also handy. Not sure what the issue was with this but the other method works just aswell. The only kinda issue thats not a big deal is when you run IE8, it asks for all that stupid suggested sites and blah blah that i wish i could skip (like skipping the runonce in ie7) but its not a huge deal.
-
Ok i found a log file..but i cant really deciper the problem. It does say near the end that it "completes with errors" but it gives an exit code that doesnt return any results in google...so I have no idea what the actual issue is here. I did remove the "/nobackup" flag from the install so it now runs with /passive and /noreboot here is the log file 00:00.000: ==================================================================== 00:00.000: Started: 2009/11/06 (Y/M/D) 09:28:41.592 (local) 00:00.000: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds) 00:00.000: Command line: c:\c63331d609a893c4f010f4e01599ad\iesetup.exe /passive /norestart 00:00.000: INFO: Checking version for c:\c63331d609a893c4f010f4e01599ad\iesetup.exe: 8.0.6001.18702 00:00.078: INFO: Acquired Package Installer Mutex 00:00.078: INFO: Operating System: Windows Workstation: 6.0.6002 (Service Pack 2) 00:00.078: INFO: Vista operating system detected. Service pack major: 2, Service pack minor: 0, Service pack name: Service Pack 2 00:00.078: INFO: Checking whether servicing stack update is installed 00:00.078: INFO: SSU version regvalue found: '6.0.6002.18005' 00:00.078: INFO: Servicing stack update found. Continuing install 00:00.078: INFO: Checking Prerequisites 00:00.078: INFO: Prerequisites Satisfied: Yes 00:00.109: INFO: Checking version for C:\Program Files\Internet Explorer\iexplore.exe: 7.0.6002.18005 00:00.109: INFO: C:\Program Files\Internet Explorer\iexplore.exe version: 7.0.6002.18005 00:00.109: INFO: Checking if iexplore.exe's current version is between 8.0.6001.0... 00:00.109: INFO: ...and 8.1.0.0... 00:00.109: INFO: Maximum version on which to run IEAK branding is: 8.1.0.0... 00:00.109: INFO: iexplore.exe version check success. Install can proceed. 00:00.109: INFO: Checking version for C:\Program Files\Internet Explorer\iexplore.exe: 7.0.6002.18005 00:00.140: INFO: Checking version for C:\Windows\system32\mshtml.dll: 7.0.6002.18005 00:00.156: INFO: Checking version for C:\Windows\system32\wininet.dll: 7.0.6002.18005 00:00.250: INFO: EULA not shown in passive or quiet mode. 00:00.250: INFO: Skip directly to Options page. 00:00.328: INFO: |PreInstall >>> CPageProgress::DlgProc: Exiting Phase PH_NONE 00:00.328: INFO: |PreInstall >>> CPageProgress::_ChangeState: Original Phase: 0 00:00.328: INFO: |Initialize >>> CPageProgress::_UpdateDisplay: Actual Phase: 1 00:00.328: INFO: |Initialize >>> >[BEGIN]------------------------------ 00:00.328: INFO: |Initialize >>> CPageProgress::_UpdateDisplay: Actual Phase: 1 00:00.328: INFO: |Initialize >>> SKIP[FALSE]>>Looking for skip clauses 00:00.328: INFO: |Initialize >>> SKIP[FALSE]>>Result: RUNNING This Phase 00:00.328: INFO: |Initialize >>> Calculating bytes needed to install. 00:00.328: INFO: |Initialize >>> Diskspace Required: 67596316 00:00.328: INFO: |Initialize >>> Diskspace Available to user: 71280881664 00:00.359: INFO: WindowsUpdate>>CWindowsUpdateMgr::Initialize: CoCreateInstance.CLSID_UpdateSession: HResult 0x00000000 00:00.359: INFO: WindowsUpdate>>CWindowsUpdateMgr::Initialize: PutClientApplicationID: HResult 0x00000000 00:00.359: INFO: WindowsUpdate>>CWindowsUpdateMgr::Initialize: CreateUpdateSearcher: HResult 0x00000000 00:00.359: INFO: WindowsUpdate>>CWindowsUpdateMgr::Initialize: CreateUpdateDownloader: HResult 0x00000000 00:00.375: INFO: WindowsUpdate>>CWindowsUpdateMgr::Initialize: CreateUpdateInstaller: HResult 0x00000000 00:00.375: INFO: WindowsUpdate>>WindowsUpdateMgr::Initialize: State Change: SS_INITIALIZED. 00:00.375: INFO: WindowsUpdate>>Creating thread to PauseAU. 00:00.375: INFO: WindowsUpdate>>PauseAUThread: Creating CLSID_AutomaticUpdates. 00:00.390: INFO: WindowsUpdate>>PauseAUThread: Created CLSID_AutomaticUpdates. HResult:0x00000000 00:00.406: INFO: WindowsUpdate>>PauseAUThread: Successfully paused Automatic Updates. 00:00.406: INFO: WindowsUpdate>>Pause thread completed. 00:00.406: INFO: |Initialize >>> CStateInitialize::OnInitialize: Windows Update Manager Initialization Result: 0x00000000 00:00.406: INFO: |Initialize >>> CInstallationState::_ExitState: Preparing to Leave State. 00:00.406: INFO: |Initialize >>> CInstallationState::_ExitState: Setting Progress 100. 00:00.406: INFO: |Initialize >>> CInstallationState::_SetProgress: Post Set Progress Message Succeeded. 00:00.406: INFO: |Initialize >>> CInstallationState::_ExitState: Posting Exit Phase Message. 00:00.406: INFO: |Initialize >>> CInstallationState::_ExitState: Post Exit Phase Message Succeeded. 00:00.406: INFO: |Initialize >>> CPageProgress::DlgProc: Received WM_PR_SETPROGRESS, 64, 0 00:00.406: INFO: |Initialize >>> CPageProgress::_UpdateDisplay: Actual Phase: 1 00:00.422: INFO: |Initialize >>> CPageProgress::DlgProc: Received WM_PR_EXITPHASE, 0, 0 00:00.422: INFO: |Initialize >>> CPageProgress::_UpdateDisplay: Actual Phase: 1 00:00.422: INFO: |Initialize >>> <[END]-------------------------------- 00:00.422: INFO: |Initialize >>> CPageProgress::_ChangeState: Original Phase: 1 00:00.422: INFO: |Uninstall Prev. >>> >[BEGIN]------------------------------ 00:00.422: INFO: |Uninstall Prev. >>> CPageProgress::_UpdateDisplay: Actual Phase: 2 00:00.422: INFO: |Uninstall Prev. >>> SKIP[FALSE]>>Looking for skip clauses 00:00.422: INFO: |Uninstall Prev. >>> SKIP[FALSE]>> Adding [FALSE] Condition: !_psdStateData->GetIsInitSuccessful() 00:00.422: INFO: |Uninstall Prev. >>> SKIP[FALSE]>> Adding [TRUE ] Condition: !g_pApp->GetState()->AreWeDoingUninstall() 00:00.422: INFO: |Uninstall Prev. >>> SKIP[TRUE ]>>Result: SKIPPING This Phase 00:00.422: INFO: |Uninstall Prev. >>> CInstallationState::_ExitState: Preparing to Leave State. 00:00.422: INFO: |Uninstall Prev. >>> CInstallationState::_ExitState: Setting Progress 100. 00:00.422: INFO: |Uninstall Prev. >>> CInstallationState::_SetProgress: Post Set Progress Message Succeeded. 00:00.422: INFO: |Uninstall Prev. >>> CInstallationState::_ExitState: Posting Exit Phase Message. 00:00.422: INFO: |Uninstall Prev. >>> CInstallationState::_ExitState: Post Exit Phase Message Succeeded. 00:00.422: INFO: |Uninstall Prev. >>> CPageProgress::DlgProc: Received WM_PR_SETPROGRESS, 64, 0 00:00.422: INFO: |Uninstall Prev. >>> CPageProgress::_UpdateDisplay: Actual Phase: 2 00:00.422: INFO: |Uninstall Prev. >>> CPageProgress::DlgProc: Received WM_PR_EXITPHASE, 0, 0 00:00.422: INFO: |Uninstall Prev. >>> CPageProgress::_UpdateDisplay: Actual Phase: 2 00:00.422: INFO: |Uninstall Prev. >>> <[END]-------------------------------- 00:00.422: INFO: |Uninstall Prev. >>> CPageProgress::_ChangeState: Original Phase: 2 00:00.437: INFO: |WU Download >>> >[BEGIN]------------------------------ 00:00.437: INFO: |WU Download >>> CPageProgress::_UpdateDisplay: Actual Phase: 3 00:00.437: INFO: |WU Download >>> SKIP[FALSE]>>Looking for skip clauses 00:00.437: INFO: |WU Download >>> SKIP[FALSE]>> Adding [FALSE] Condition: !_psdStateData->GetIsInitSuccessful() 00:00.437: INFO: |WU Download >>> SKIP[FALSE]>> Adding [FALSE] Condition: !g_pApp->GetState()->GetOptShouldUpdate() 00:00.437: INFO: |WU Download >>> SKIP[FALSE]>> Adding [FALSE] Condition: g_pApp->GetState()->GetOptIEAKMode()==IEAK_BRANDING 00:00.437: INFO: |WU Download >>> SKIP[FALSE]>> Adding [FALSE] Condition: g_pApp->GetState()->AreWeDoingUninstall() 00:00.437: INFO: |WU Download >>> SKIP[FALSE]>>Result: RUNNING This Phase 00:00.437: INFO: Setting Windows Update Registry Keys: LookingForUpdates=0x00 - ForcePostUpdateDownload=0x00 - ForcePostUpdateInstall=0x00 00:00.437: INFO: Setting Windows Update Registry Keys: LookingForUpdates=0x01 - ForcePostUpdateDownload=0x01 - ForcePostUpdateInstall=0x00 00:00.437: INFO: WindowsUpdate>>Search: Search criteria: 'IsInstalled=0 and Type='Software' and CategoryIDs contains '5312e4f1-6372-442d-aeb2-15f2132c9bd7'' 00:00.453: ERROR: |WU Download >>> Error while looking for Internet Explorer updates, hresult=0x800703f0 00:00.453: INFO: |WU Download >>> CInstallationState::_ExitState: Preparing to Leave State. 00:00.453: INFO: |WU Download >>> CInstallationState::_ExitState: Setting Progress 100. 00:00.453: INFO: |WU Download >>> CInstallationState::_SetProgress: Post Set Progress Message Succeeded. 00:00.453: INFO: |WU Download >>> CInstallationState::_ExitState: Posting Exit Phase Message. 00:00.453: INFO: |WU Download >>> CInstallationState::_ExitState: Post Exit Phase Message Succeeded. 00:00.453: INFO: |WU Download >>> CPageProgress::DlgProc: Received WM_PR_SETPROGRESS, 64, 0 00:00.453: INFO: |WU Download >>> CPageProgress::_UpdateDisplay: Actual Phase: 3 00:00.453: INFO: |WU Download >>> CPageProgress::DlgProc: Received WM_PR_EXITPHASE, 0, 0 00:00.453: INFO: |WU Download >>> CPageProgress::_UpdateDisplay: Actual Phase: 3 00:00.453: INFO: |WU Download >>> <[END]-------------------------------- 00:00.453: INFO: |WU Download >>> CPageProgress::_ChangeState: Original Phase: 3 00:00.453: INFO: |Inst. Pre-Upd. >>> >[BEGIN]------------------------------ 00:00.453: INFO: |Inst. Pre-Upd. >>> CPageProgress::_UpdateDisplay: Actual Phase: 4 00:00.453: INFO: |Inst. Pre-Upd. >>> SKIP[FALSE]>>Looking for skip clauses 00:00.469: INFO: |Inst. Pre-Upd. >>> SKIP[FALSE]>> Adding [FALSE] Condition: !_psdStateData->GetIsInitSuccessful() 00:00.469: INFO: |Inst. Pre-Upd. >>> SKIP[FALSE]>> Adding [FALSE] Condition: !g_pApp->GetState()->GetOptShouldUpdate() 00:00.469: INFO: |Inst. Pre-Upd. >>> SKIP[FALSE]>> Adding [TRUE ] Condition: g_pApp->GetState()->GetResultPreIEUpdateState()!=WU_COULD_DOWNLOAD 00:00.469: INFO: |Inst. Pre-Upd. >>> SKIP[TRUE ]>> Adding [FALSE] Condition: g_pApp->GetState()->GetOptIEAKMode()==IEAK_BRANDING 00:00.469: INFO: |Inst. Pre-Upd. >>> SKIP[TRUE ]>> Adding [FALSE] Condition: g_pApp->GetState()->AreWeDoingUninstall() 00:00.469: INFO: |Inst. Pre-Upd. >>> SKIP[TRUE ]>>Result: SKIPPING This Phase 00:00.469: INFO: |Inst. Pre-Upd. >>> CInstallationState::_ExitState: Preparing to Leave State. 00:00.469: INFO: |Inst. Pre-Upd. >>> CInstallationState::_ExitState: Setting Progress 100. 00:00.469: INFO: |Inst. Pre-Upd. >>> CInstallationState::_SetProgress: Post Set Progress Message Succeeded. 00:00.469: INFO: |Inst. Pre-Upd. >>> CInstallationState::_ExitState: Posting Exit Phase Message. 00:00.469: INFO: |Inst. Pre-Upd. >>> CInstallationState::_ExitState: Post Exit Phase Message Succeeded. 00:00.469: INFO: |Inst. Pre-Upd. >>> CPageProgress::DlgProc: Received WM_PR_SETPROGRESS, 64, 0 00:00.469: INFO: |Inst. Pre-Upd. >>> CPageProgress::_UpdateDisplay: Actual Phase: 4 00:00.469: INFO: |Inst. Pre-Upd. >>> CPageProgress::DlgProc: Received WM_PR_EXITPHASE, 0, 0 00:00.469: INFO: |Inst. Pre-Upd. >>> CPageProgress::_UpdateDisplay: Actual Phase: 4 00:00.469: INFO: |Inst. Pre-Upd. >>> <[END]-------------------------------- 00:00.469: INFO: |Inst. Pre-Upd. >>> CPageProgress::_ChangeState: Original Phase: 4 00:00.469: INFO: |Running MRT >>> >[BEGIN]------------------------------ 00:00.469: INFO: |Running MRT >>> CPageProgress::_UpdateDisplay: Actual Phase: 5 00:00.469: INFO: |Running MRT >>> SKIP[FALSE]>>Looking for skip clauses 00:00.469: INFO: |Running MRT >>> SKIP[FALSE]>> Adding [FALSE] Condition: !_psdStateData->GetIsInitSuccessful() 00:00.469: INFO: |Running MRT >>> SKIP[FALSE]>> Adding [FALSE] Condition: !g_pApp->GetState()->GetOptShouldUpdate() 00:00.469: INFO: |Running MRT >>> SKIP[FALSE]>> Adding [FALSE] Condition: g_pApp->GetState()->GetOptIEAKMode()==IEAK_BRANDING 00:00.469: INFO: |Running MRT >>> SKIP[FALSE]>> Adding [FALSE] Condition: g_pApp->GetState()->AreWeDoingUninstall() 00:00.469: INFO: |Running MRT >>> SKIP[FALSE]>> Adding [TRUE ] Condition: g_pApp->GetState()->GetCBSBasedInstall() 00:00.469: INFO: |Running MRT >>> SKIP[TRUE ]>> Adding [FALSE] Condition: !g_pApp->GetState()->GetPrerequisiteSatisfied() 00:00.469: INFO: |Running MRT >>> SKIP[TRUE ]>>Result: SKIPPING This Phase 00:00.469: INFO: |Running MRT >>> CInstallationState::_ExitState: Preparing to Leave State. 00:00.469: INFO: |Running MRT >>> CInstallationState::_ExitState: Setting Progress 100. 00:00.469: INFO: |Running MRT >>> CInstallationState::_SetProgress: Post Set Progress Message Succeeded. 00:00.469: INFO: |Running MRT >>> CInstallationState::_ExitState: Posting Exit Phase Message. 00:00.469: INFO: |Running MRT >>> CInstallationState::_ExitState: Post Exit Phase Message Succeeded. 00:00.469: INFO: |Running MRT >>> CPageProgress::DlgProc: Received WM_PR_SETPROGRESS, 64, 0 00:00.469: INFO: |Running MRT >>> CPageProgress::_UpdateDisplay: Actual Phase: 5 00:00.469: INFO: |Running MRT >>> CPageProgress::DlgProc: Received WM_PR_EXITPHASE, 0, 0 00:00.469: INFO: |Running MRT >>> CPageProgress::_UpdateDisplay: Actual Phase: 5 00:00.469: INFO: |Running MRT >>> <[END]-------------------------------- 00:00.469: INFO: |Running MRT >>> CPageProgress::_ChangeState: Original Phase: 5 00:00.484: INFO: |IEAK Before >>> >[BEGIN]------------------------------ 00:00.484: INFO: |IEAK Before >>> CPageProgress::_UpdateDisplay: Actual Phase: 6 00:00.484: INFO: |IEAK Before >>> SKIP[FALSE]>>Looking for skip clauses 00:00.484: INFO: |IEAK Before >>> SKIP[FALSE]>> Adding [FALSE] Condition: !_psdStateData->GetIsInitSuccessful() 00:00.484: INFO: |IEAK Before >>> SKIP[FALSE]>> Adding [TRUE ] Condition: g_pApp->GetState()->GetOptIEAKMode()!=IEAK_PACKAGE 00:00.484: INFO: |IEAK Before >>> SKIP[TRUE ]>> Adding [FALSE] Condition: g_pApp->GetState()->AreWeDoingUninstall() 00:00.484: INFO: |IEAK Before >>> SKIP[TRUE ]>> Adding [FALSE] Condition: !g_pApp->GetState()->GetPrerequisiteSatisfied() 00:00.484: INFO: |IEAK Before >>> SKIP[TRUE ]>>Result: SKIPPING This Phase 00:00.484: INFO: |IEAK Before >>> CInstallationState::_ExitState: Preparing to Leave State. 00:00.484: INFO: |IEAK Before >>> CInstallationState::_ExitState: Setting Progress 100. 00:00.484: INFO: |IEAK Before >>> CInstallationState::_SetProgress: Post Set Progress Message Succeeded. 00:00.484: INFO: |IEAK Before >>> CInstallationState::_ExitState: Posting Exit Phase Message. 00:00.484: INFO: |IEAK Before >>> CInstallationState::_ExitState: Post Exit Phase Message Succeeded. 00:00.484: INFO: |IEAK Before >>> CPageProgress::DlgProc: Received WM_PR_SETPROGRESS, 64, 0 00:00.484: INFO: |IEAK Before >>> CPageProgress::_UpdateDisplay: Actual Phase: 6 00:00.484: INFO: |IEAK Before >>> CPageProgress::DlgProc: Received WM_PR_EXITPHASE, 0, 0 00:00.484: INFO: |IEAK Before >>> CPageProgress::_UpdateDisplay: Actual Phase: 6 00:00.484: INFO: |IEAK Before >>> <[END]-------------------------------- 00:00.484: INFO: |IEAK Before >>> CPageProgress::_ChangeState: Original Phase: 6 00:00.484: INFO: |Inst. IE >>> >[BEGIN]------------------------------ 00:00.484: INFO: |Inst. IE >>> CPageProgress::_UpdateDisplay: Actual Phase: 7 00:00.484: INFO: |Inst. IE >>> SKIP[FALSE]>>Looking for skip clauses 00:00.484: INFO: |Inst. IE >>> SKIP[FALSE]>> Adding [FALSE] Condition: !_psdStateData->GetIsInitSuccessful() 00:00.484: INFO: |Inst. IE >>> SKIP[FALSE]>> Adding [FALSE] Condition: g_pApp->GetState()->GetOptIEAKMode()==IEAK_BRANDING 00:00.484: INFO: |Inst. IE >>> SKIP[FALSE]>> Adding [FALSE] Condition: g_pApp->GetState()->AreWeDoingUninstall() 00:00.484: INFO: |Inst. IE >>> SKIP[FALSE]>> Adding [FALSE] Condition: !g_pApp->GetState()->GetPrerequisiteSatisfied() 00:00.484: INFO: |Inst. IE >>> SKIP[FALSE]>>Result: RUNNING This Phase 00:00.484: INFO: Released Package Installer Mutex 00:00.656: INFO: |Inst. IE >>> Waiting for Internet Explorer installation to complete... 00:00.687: INFO: Process 2752 created for 'wusa.exe /quiet /norestart c:\c63331d609a893c4f010f4e01599ad\ie8.msu', starting in path 'c:\c63331d609a893c4f010f4e01599ad' 00:00.937: INFO: Process 'wusa.exe /quiet /norestart c:\c63331d609a893c4f010f4e01599ad\ie8.msu' exited with exit code 1008 00:00.937: INFO: |Inst. IE >>> CPageProgress::DlgProc: Received WM_PM_EXECUTION_COMPLETE, 0, 2 00:00.937: INFO: Acquired Package Installer Mutex 00:00.937: ERROR: |Inst. IE >>> Internet Explorer installation completed with errors, exitresult=0x00000000, exitcode=0x000003f0 00:00.937: INFO: |Inst. IE >>> CInstallationState::_ExitState: Preparing to Leave State. 00:00.937: INFO: |Inst. IE >>> CInstallationState::_ExitState: Setting Progress 100. 00:00.937: INFO: |Inst. IE >>> CInstallationState::_SetProgress: Post Set Progress Message Succeeded. 00:00.937: INFO: |Inst. IE >>> CInstallationState::_ExitState: Posting Exit Phase Message. 00:00.937: INFO: |Inst. IE >>> CInstallationState::_ExitState: Post Exit Phase Message Succeeded. 00:00.937: INFO: |Inst. IE >>> CPageProgress::DlgProc: Received WM_PR_SETPROGRESS, 64, 0 00:00.937: INFO: |Inst. IE >>> CPageProgress::_UpdateDisplay: Actual Phase: 7 00:00.937: INFO: |Inst. IE >>> CPageProgress::DlgProc: Received WM_PR_EXITPHASE, 0, 0 00:00.937: INFO: |Inst. IE >>> CPageProgress::_UpdateDisplay: Actual Phase: 7 00:00.937: INFO: |Inst. IE >>> <[END]-------------------------------- 00:00.937: INFO: |Inst. IE >>> CPageProgress::_ChangeState: Original Phase: 7 00:00.937: INFO: |Inst. Lang Pack >>> >[BEGIN]------------------------------ 00:00.937: INFO: |Inst. Lang Pack >>> CPageProgress::_UpdateDisplay: Actual Phase: 8 00:00.937: INFO: |Inst. Lang Pack >>> SKIP[FALSE]>>Looking for skip clauses 00:00.937: INFO: |Inst. Lang Pack >>> SKIP[FALSE]>> Adding [FALSE] Condition: !_psdStateData->GetIsInitSuccessful() 00:00.937: INFO: |Inst. Lang Pack >>> SKIP[FALSE]>> Adding [FALSE] Condition: g_pApp->GetState()->GetOptIEAKMode()==IEAK_BRANDING 00:00.937: INFO: |Inst. Lang Pack >>> SKIP[FALSE]>> Adding [FALSE] Condition: g_pApp->GetState()->AreWeDoingUninstall() 00:00.937: INFO: |Inst. Lang Pack >>> SKIP[FALSE]>> Adding [FALSE] Condition: !g_pApp->GetState()->GetPrerequisiteSatisfied() 00:00.937: INFO: |Inst. Lang Pack >>> SKIP[FALSE]>> Adding [FALSE] Condition: g_pApp->GetState()->GetCBSBasedInstall()==FALSE 00:00.937: INFO: |Inst. Lang Pack >>> SKIP[FALSE]>> Adding [TRUE ] Condition: g_pApp->GetState()->GetInstallLanguagePack()==FALSE 00:00.953: INFO: |Inst. Lang Pack >>> SKIP[TRUE ]>> Adding [TRUE ] Condition: g_pApp->GetState()->GetResultCouldInstallIE()==FALSE 00:00.953: INFO: |Inst. Lang Pack >>> SKIP[TRUE ]>>Result: SKIPPING This Phase 00:00.953: INFO: |Inst. Lang Pack >>> CInstallationState::_ExitState: Preparing to Leave State. 00:00.953: INFO: |Inst. Lang Pack >>> CInstallationState::_ExitState: Setting Progress 100. 00:00.953: INFO: |Inst. Lang Pack >>> CInstallationState::_SetProgress: Post Set Progress Message Succeeded. 00:00.953: INFO: |Inst. Lang Pack >>> CInstallationState::_ExitState: Posting Exit Phase Message. 00:00.953: INFO: |Inst. Lang Pack >>> CInstallationState::_ExitState: Post Exit Phase Message Succeeded. 00:00.953: INFO: |Inst. Lang Pack >>> CPageProgress::DlgProc: Received WM_PR_SETPROGRESS, 64, 0 00:00.953: INFO: |Inst. Lang Pack >>> CPageProgress::_UpdateDisplay: Actual Phase: 8 00:00.953: INFO: |Inst. Lang Pack >>> CPageProgress::DlgProc: Received WM_PR_EXITPHASE, 0, 0 00:00.953: INFO: |Inst. Lang Pack >>> CPageProgress::_UpdateDisplay: Actual Phase: 8 00:00.953: INFO: |Inst. Lang Pack >>> <[END]-------------------------------- 00:00.953: INFO: |Inst. Lang Pack >>> CPageProgress::_ChangeState: Original Phase: 8 00:00.953: INFO: |IEAK After IE >>> >[BEGIN]------------------------------ 00:00.953: INFO: |IEAK After IE >>> CPageProgress::_UpdateDisplay: Actual Phase: 9 00:00.953: INFO: |IEAK After IE >>> SKIP[FALSE]>>Looking for skip clauses 00:00.953: INFO: |IEAK After IE >>> SKIP[FALSE]>> Adding [FALSE] Condition: !_psdStateData->GetIsInitSuccessful() 00:00.953: INFO: |IEAK After IE >>> SKIP[FALSE]>> Adding [TRUE ] Condition: g_pApp->GetState()->GetOptIEAKMode()!=IEAK_PACKAGE 00:00.953: INFO: |IEAK After IE >>> SKIP[TRUE ]>> Adding [FALSE] Condition: g_pApp->GetState()->AreWeDoingUninstall() 00:00.953: INFO: |IEAK After IE >>> SKIP[TRUE ]>> Adding [FALSE] Condition: !g_pApp->GetState()->GetPrerequisiteSatisfied() 00:00.953: INFO: |IEAK After IE >>> SKIP[TRUE ]>>Result: SKIPPING This Phase 00:00.953: INFO: |IEAK After IE >>> CInstallationState::_ExitState: Preparing to Leave State. 00:00.953: INFO: |IEAK After IE >>> CInstallationState::_ExitState: Setting Progress 100. 00:00.953: INFO: |IEAK After IE >>> CInstallationState::_SetProgress: Post Set Progress Message Succeeded. 00:00.953: INFO: |IEAK After IE >>> CInstallationState::_ExitState: Posting Exit Phase Message. 00:00.953: INFO: |IEAK After IE >>> CInstallationState::_ExitState: Post Exit Phase Message Succeeded. 00:00.953: INFO: |IEAK After IE >>> CPageProgress::DlgProc: Received WM_PR_SETPROGRESS, 64, 0 00:00.953: INFO: |IEAK After IE >>> CPageProgress::_UpdateDisplay: Actual Phase: 9 00:00.953: INFO: |IEAK After IE >>> CPageProgress::DlgProc: Received WM_PR_EXITPHASE, 0, 0 00:00.953: INFO: |IEAK After IE >>> CPageProgress::_UpdateDisplay: Actual Phase: 9 00:00.953: INFO: |IEAK After IE >>> <[END]-------------------------------- 00:00.953: INFO: |IEAK After IE >>> CPageProgress::_ChangeState: Original Phase: 9 00:00.953: INFO: |Inst. Post-Upd. >>> >[BEGIN]------------------------------ 00:00.969: INFO: |Inst. Post-Upd. >>> CPageProgress::_UpdateDisplay: Actual Phase: 10 00:00.969: INFO: |Inst. Post-Upd. >>> SKIP[FALSE]>>Looking for skip clauses 00:00.969: INFO: |Inst. Post-Upd. >>> SKIP[FALSE]>> Adding [FALSE] Condition: !_psdStateData->GetIsInitSuccessful() 00:00.969: INFO: |Inst. Post-Upd. >>> SKIP[FALSE]>> Adding [FALSE] Condition: !g_pApp->GetState()->GetOptShouldUpdate() 00:00.969: INFO: |Inst. Post-Upd. >>> SKIP[FALSE]>> Adding [TRUE ] Condition: !g_pApp->GetState()->GetResultCouldInstallIE() 00:00.969: INFO: |Inst. Post-Upd. >>> SKIP[TRUE ]>> Adding [TRUE ] Condition: g_pApp->GetState()->GetResultPostIEUpdateState()!=WU_COULD_DOWNLOAD 00:00.969: INFO: |Inst. Post-Upd. >>> SKIP[TRUE ]>> Adding [FALSE] Condition: g_pApp->GetState()->GetOptIEAKMode()==IEAK_BRANDING 00:00.969: INFO: |Inst. Post-Upd. >>> SKIP[TRUE ]>> Adding [FALSE] Condition: g_pApp->GetState()->AreWeDoingUninstall() 00:00.969: INFO: |Inst. Post-Upd. >>> SKIP[TRUE ]>> Adding [FALSE] Condition: !g_pApp->GetState()->GetPrerequisiteSatisfied() 00:00.969: INFO: |Inst. Post-Upd. >>> SKIP[TRUE ]>>Result: SKIPPING This Phase 00:00.969: INFO: |Inst. Post-Upd. >>> CInstallationState::_ExitState: Preparing to Leave State. 00:00.969: INFO: |Inst. Post-Upd. >>> CInstallationState::_ExitState: Setting Progress 100. 00:00.969: INFO: |Inst. Post-Upd. >>> CInstallationState::_SetProgress: Post Set Progress Message Succeeded. 00:00.969: INFO: |Inst. Post-Upd. >>> CInstallationState::_ExitState: Posting Exit Phase Message. 00:00.969: INFO: |Inst. Post-Upd. >>> CInstallationState::_ExitState: Post Exit Phase Message Succeeded. 00:00.969: INFO: |Inst. Post-Upd. >>> CPageProgress::DlgProc: Received WM_PR_SETPROGRESS, 64, 0 00:00.969: INFO: |Inst. Post-Upd. >>> CPageProgress::_UpdateDisplay: Actual Phase: 10 00:00.969: INFO: |Inst. Post-Upd. >>> CPageProgress::DlgProc: Received WM_PR_EXITPHASE, 0, 0 00:00.969: INFO: Setting Windows Update Registry Keys: LookingForUpdates=0x00 - ForcePostUpdateDownload=0x00 - ForcePostUpdateInstall=0x00 00:00.969: INFO: |Inst. Post-Upd. >>> CPageProgress::_UpdateDisplay: Actual Phase: 10 00:00.969: INFO: |Inst. Post-Upd. >>> <[END]-------------------------------- 00:00.969: INFO: |Inst. Post-Upd. >>> CPageProgress::_ChangeState: Original Phase: 10 00:00.969: INFO: |IEAK After IEUPD >>> >[BEGIN]------------------------------ 00:00.969: INFO: |IEAK After IEUPD >>> CPageProgress::_UpdateDisplay: Actual Phase: 11 00:00.969: INFO: |IEAK After IEUPD >>> SKIP[FALSE]>>Looking for skip clauses 00:00.969: INFO: |IEAK After IEUPD >>> SKIP[FALSE]>> Adding [FALSE] Condition: !_psdStateData->GetIsInitSuccessful() 00:00.969: INFO: |IEAK After IEUPD >>> SKIP[FALSE]>> Adding [TRUE ] Condition: g_pApp->GetState()->GetOptIEAKMode()!=IEAK_PACKAGE 00:00.969: INFO: |IEAK After IEUPD >>> SKIP[TRUE ]>> Adding [FALSE] Condition: g_pApp->GetState()->AreWeDoingUninstall() 00:00.969: INFO: |IEAK After IEUPD >>> SKIP[TRUE ]>> Adding [FALSE] Condition: !g_pApp->GetState()->GetPrerequisiteSatisfied() 00:00.969: INFO: |IEAK After IEUPD >>> SKIP[TRUE ]>>Result: SKIPPING This Phase 00:00.969: INFO: |IEAK After IEUPD >>> CInstallationState::_ExitState: Preparing to Leave State. 00:00.969: INFO: |IEAK After IEUPD >>> CInstallationState::_ExitState: Setting Progress 100. 00:00.969: INFO: |IEAK After IEUPD >>> CInstallationState::_SetProgress: Post Set Progress Message Succeeded. 00:00.969: INFO: |IEAK After IEUPD >>> CInstallationState::_ExitState: Posting Exit Phase Message. 00:00.984: INFO: |IEAK After IEUPD >>> CInstallationState::_ExitState: Post Exit Phase Message Succeeded. 00:00.984: INFO: |IEAK After IEUPD >>> CPageProgress::DlgProc: Received WM_PR_SETPROGRESS, 64, 0 00:00.984: INFO: |IEAK After IEUPD >>> CPageProgress::_UpdateDisplay: Actual Phase: 11 00:00.984: INFO: |IEAK After IEUPD >>> CPageProgress::DlgProc: Received WM_PR_EXITPHASE, 0, 0 00:00.984: INFO: |IEAK After IEUPD >>> CPageProgress::_UpdateDisplay: Actual Phase: 11 00:00.984: INFO: |IEAK After IEUPD >>> <[END]-------------------------------- 00:00.984: INFO: |IEAK After IEUPD >>> CPageProgress::_ChangeState: Original Phase: 11 00:00.984: INFO: |IEAK Finalize >>> >[BEGIN]------------------------------ 00:00.984: INFO: |IEAK Finalize >>> CPageProgress::_UpdateDisplay: Actual Phase: 12 00:00.984: INFO: |IEAK Finalize >>> SKIP[FALSE]>>Looking for skip clauses 00:00.984: INFO: |IEAK Finalize >>> SKIP[FALSE]>> Adding [FALSE] Condition: !_psdStateData->GetIsInitSuccessful() 00:00.984: INFO: |IEAK Finalize >>> SKIP[FALSE]>> Adding [TRUE ] Condition: g_pApp->GetState()->GetOptIEAKMode()==IEAK_NONE 00:00.984: INFO: |IEAK Finalize >>> SKIP[TRUE ]>> Adding [FALSE] Condition: g_pApp->GetState()->AreWeDoingUninstall() 00:00.984: INFO: |IEAK Finalize >>> SKIP[TRUE ]>> Adding [FALSE] Condition: !g_pApp->GetState()->GetPrerequisiteSatisfied() 00:00.984: INFO: |IEAK Finalize >>> SKIP[TRUE ]>>Result: SKIPPING This Phase 00:00.984: INFO: |IEAK Finalize >>> CInstallationState::_ExitState: Preparing to Leave State. 00:00.984: INFO: |IEAK Finalize >>> CInstallationState::_ExitState: Setting Progress 100. 00:00.984: INFO: |IEAK Finalize >>> CInstallationState::_SetProgress: Post Set Progress Message Succeeded. 00:00.984: INFO: |IEAK Finalize >>> CInstallationState::_ExitState: Posting Exit Phase Message. 00:00.984: INFO: |IEAK Finalize >>> CInstallationState::_ExitState: Post Exit Phase Message Succeeded. 00:00.984: INFO: |IEAK Finalize >>> CPageProgress::DlgProc: Received WM_PR_SETPROGRESS, 64, 0 00:00.984: INFO: |IEAK Finalize >>> CPageProgress::_UpdateDisplay: Actual Phase: 12 00:00.984: INFO: |IEAK Finalize >>> CPageProgress::DlgProc: Received WM_PR_EXITPHASE, 0, 0 00:00.984: INFO: |IEAK Finalize >>> CPageProgress::_UpdateDisplay: Actual Phase: 12 00:00.984: INFO: |IEAK Finalize >>> <[END]-------------------------------- 00:00.984: INFO: |IEAK Finalize >>> CPageProgress::_ChangeState: Original Phase: 12 00:00.984: INFO: |Finalize >>> >[BEGIN]------------------------------ 00:00.984: INFO: |Finalize >>> CPageProgress::_UpdateDisplay: Actual Phase: 13 00:00.984: INFO: |Finalize >>> SKIP[FALSE]>>Looking for skip clauses 00:00.984: INFO: |Finalize >>> SKIP[FALSE]>>Result: RUNNING This Phase 00:01.000: INFO: |Finalize >>> CInstallationState::_ExitState: Preparing to Leave State. 00:01.000: INFO: |Finalize >>> CInstallationState::_ExitState: Setting Progress 100. 00:01.000: INFO: |Finalize >>> CInstallationState::_SetProgress: Post Set Progress Message Succeeded. 00:01.000: INFO: |Finalize >>> CInstallationState::_ExitState: Posting Exit Phase Message. 00:01.000: INFO: |Finalize >>> CInstallationState::_ExitState: Post Exit Phase Message Succeeded. 00:01.000: INFO: |Finalize >>> CPageProgress::DlgProc: Received WM_PR_SETPROGRESS, 64, 0 00:01.000: INFO: |Finalize >>> CPageProgress::_UpdateDisplay: Actual Phase: 13 00:01.000: INFO: |Finalize >>> CPageProgress::DlgProc: Received WM_PR_EXITPHASE, 0, 0 00:01.000: INFO: |Finalize >>> CPageProgress::_UpdateDisplay: Actual Phase: 13 00:01.000: INFO: |Finalize >>> <[END]-------------------------------- 00:01.000: INFO: |Finalize >>> CPageProgress::_ChangeState: Original Phase: 13 00:03.500: INFO: REBOOT: not needed. 00:03.500: INFO: Installer return value: hr=0x00000000 00:03.515: INFO: Setup exit code: 0x00000000. 00:03.515: INFO: Installer Process exit code: 0x000003f0.