_matt Posted June 3, 2010 Posted June 3, 2010 So I cant seem to get the screen to change or move from this screen. I do how ever see my applications being installed from First Logon command.Does anyone know a fix for this. I have added screen resolution in the xml file but still doesn't work. Just FYI this is testing in VMware. Any help would be great. ThanksSetupComplete.cmd@ECHO OFFTITLE WINDOWS 7 BLK Edition ver. 2.01ECHO.ECHO.ECHO Please wait while applications and system adjustments are made.ECHO.ECHO.ECHO Installing Acronis True ImageSTART /WAIT %SYSTEMDRIVE%\sfttemp\AcronisTrueImage.exeECHO Installing Batch Image ResizerSTART /WAIT %SYSTEMDRIVE%\sfttemp\batch-image-resizer.sfx.exeECHO Installing ItunesSTART /WAIT %SYSTEMDRIVE%\sfttemp\iTunesSetup.exe /quiet /passiveECHO Installing Disk Keeper 2009START /WAIT %SYSTEMDRIVE%\sfttemp\DiskeeperProPremier2009.exeAutounattend.xml<?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing> <package action="configure"> <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.1.7600.16385" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="" /> <selection name="Internet Games" state="false" /> <selection name="More Games" state="false" /> <selection name="Minesweeper" state="false" /> <selection name="Printing-XPSServices-Features" state="false" /> </package> </servicing> <settings pass="windowsPE"> <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"> <DiskConfiguration> <Disk> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Type>Primary</Type> <Extend>true</Extend> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Extend>false</Extend> <Format>NTFS</Format> <Label>SYSTEM</Label> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> <WillShowUI>OnError</WillShowUI> </DiskConfiguration> <UserData> <AcceptEula>true</AcceptEula> <FullName>BlkEdition</FullName> <Organization>BlkEdition</Organization> </UserData> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> <WillShowUI>OnError</WillShowUI> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/INDEX</Key> <Value>1</Value> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> </OSImage> </ImageInstall> <EnableFirewall>false</EnableFirewall> <EnableNetwork>true</EnableNetwork> <Restart>Restart</Restart> <Display> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> <RefreshRate>60</RefreshRate> <ColorDepth>32</ColorDepth> </Display> </component> <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> <SystemLocale>en-us</SystemLocale> <UILanguage>en-us</UILanguage> <UserLocale>en-US</UserLocale> </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"> <OEMInformation> <Manufacturer>BlkEdition</Manufacturer> <Model>V2.01</Model> <SupportHours>24hrs</SupportHours> <SupportPhone>888-THERE-IS-NO-NUMBER</SupportPhone> <SupportURL>WWW.good-luck.COM</SupportURL> </OEMInformation> <BluetoothTaskbarIconEnabled>true</BluetoothTaskbarIconEnabled> <TimeZone>Pacific Standard Time</TimeZone> </component> <component name="Microsoft-Windows-UnattendedJoin" 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"> <Identification> <JoinWorkgroup>MSHOME</JoinWorkgroup> </Identification> </component> <component name="Security-Malware-Windows-Defender" 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"> <DisableAntiSpyware>true</DisableAntiSpyware> </component> <component name="Microsoft-Windows-IE-InternetExplorer" 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"> <AllSitesCompatibilityMode>true</AllSitesCompatibilityMode> <BlockPopups>yes</BlockPopups> <CompanyName>BlkEdition</CompanyName> <DisableFirstRunWizard>true</DisableFirstRunWizard> <FavoritesDelete>true</FavoritesDelete> <Home_Page>www.yahoo.com</Home_Page> <PlaySound>false</PlaySound> <ShowInformationBar>true</ShowInformationBar> <SuggestedSitesEnabled>false</SuggestedSitesEnabled> <Window_Title_CN>BlkEdition</Window_Title_CN> </component> <component name="Microsoft-Windows-ErrorReportingCore" 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"> <DisableWER>1</DisableWER> </component> <component name="Microsoft-Windows-powercpl" 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"> <PreferredPlan>8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c</PreferredPlan> </component> <component name="Microsoft-Windows-Printing-Spooler-Core" 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"> <RemoveMXDW>1</RemoveMXDW> </component> <component name="Microsoft-Windows-SystemRestore-Main" 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"> <DisableSR>1</DisableSR> </component> </settings> <settings pass="offlineServicing"> <component name="Microsoft-Windows-LUA-Settings" 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"> <EnableLUA>false</EnableLUA> </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"> <AutoLogon> <Password> <Value>UABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> <Username>Administrator</Username> <LogonCount>2</LogonCount> <Enabled>true</Enabled> </AutoLogon> <BluetoothTaskbarIconEnabled>true</BluetoothTaskbarIconEnabled> <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> <DoNotCleanTaskBar>true</DoNotCleanTaskBar> <ShowWindowsLive>false</ShowWindowsLive> <TimeZone>Pacific Standard Time</TimeZone> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <RefreshRate>60</RefreshRate> <VerticalResolution>768</VerticalResolution> <DPI>96</DPI> </Display> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <UserAccounts> <AdministratorPassword> <Value>QQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </AdministratorPassword> </UserAccounts> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>cmd /c %WINDIR%\SetupComplete.cmd</CommandLine> <Description>Installing Apps/Reg Tweaks</Description> <Order>1</Order> <RequiresUserInput>false</RequiresUserInput> </SynchronousCommand> </FirstLogonCommands> <VisualEffects> <FontSmoothing>ClearType</FontSmoothing> </VisualEffects> <StartPanelLinks> <Link0>%windir%\system32\calc.exe</Link0> <Link1>%windir%\system32\notepad.exe</Link1> </StartPanelLinks> <Themes> <WindowColor>Frost</WindowColor> <DesktopBackground>%WINDIR%\Resources\Themes\DesktopBackground\black.jpg</DesktopBackground> <ThemeName>blk</ThemeName> <DefaultThemesOff>false</DefaultThemesOff> </Themes> </component> </settings> <cpi:offlineImage cpi:source="catalog:c:/win 7 project/project/sources/install_windows 7 ultimate.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>
Bilar Crais Posted June 3, 2010 Posted June 3, 2010 Try unplugging your LAN connection and see what happens. I used to have an issue when preparing Windows images with Vlite, where if I didn't unplug my LAN cable, I would never get to the desktop. Once you get to your desktop, you can plug it back in.
cluberti Posted June 3, 2010 Posted June 3, 2010 Given your setupcomplete.cmd, it looks like it could be one of the start /wait commands, although that's just an educated guess. Perhaps a bit more logging from your setupcomplete.cmd would be in order to track this down - what did it do last, and what does it think it's doing now?
maxXPsoft Posted June 3, 2010 Posted June 3, 2010 I'd add a START /WAIT in xml on the setupcomplete.cmd otherwise it fires it off and things start installing and it goes onDo you know unless you have a modded dll it won't support anything but Mikeysoft theme
johnhc Posted June 3, 2010 Posted June 3, 2010 _matt, some questions. I thought running of setupcomplete.cmd was automatic when it was found by SetUp in the C:\Windows\Setup\scripts directory. I wonder if SetUp is getting confused here. Do you see any of the Echo command output from your setupcomplete.cmd? Have you tested all of your silent installers? Enjoy, John.
_matt Posted June 3, 2010 Author Posted June 3, 2010 (edited) _matt, some questions. I thought running of setupcomplete.cmd was automatic when it was found by SetUp in the C:\Windows\Setup\scripts directory. I wonder if SetUp is getting confused here. Do you see any of the Echo command output from your setupcomplete.cmd? Have you tested all of your silent installers? Enjoy, John.Good Point! Didnt catch that but let me try it out and let you know. All silent installers work flawless.After a quick research you may be right. Run a Custom Script after Windows Setup CompletesYou can make further customizations after Windows Setup completes by adding commands to the %WINDIR%\Setup\Scripts\SetupComplete.cmd file. This file enables you to install additional applications, run custom Windows scripts (cscript/wscript), or make other modifications to the system before a user logs on.noteNoteCommands in the Setupcomplete.cmd file are executed with local system privilege.After Windows is installed, but before the logon screen appears, Windows Setup searches for the SetupComplete.cmd file in the %WINDIR%\Setup\Scripts\ directory.If a SetupComplete.cmd file is found, the file is executed. Otherwise, installation continues normally. Windows Setup logs the action in the Setupact.log file.noteNoteYou cannot reboot the system and resume running SetupComplete.cmd. Edited June 3, 2010 by _matt
johnhc Posted June 3, 2010 Posted June 3, 2010 _matt, are you using VMware Player? I was using VMware Server and ran into some hang problems (doing simple Find in notepad). When I went to the VMware Forum, I found that Server was EOL, several people had this problem and VMware Player was free. Player fully supports W7. I have been using it for a while now with no problems. In my AutoUnattend.xml I set my display variables except DPI. If nothing else comes up, you might try dropping the DPI setting. Enjoy, John.
_matt Posted June 4, 2010 Author Posted June 4, 2010 Ok now I get stuck at "Setup is checking video performance". I can see the installs progression bars but the screen doesnt change.What I did differently- Disable Network- Remove First Run Commands from XML- Remove DPI setting from XMLI am running VMware Work Station 7.0.0 build-197124Anymore suggestions or advice??
jbm Posted June 4, 2010 Posted June 4, 2010 I've only been able to install applications during windows 7 setup byusing Se7en_UA, Or by putting a delay in the process so the desktop gets setup.I call the following in firstlogon in my xml file.I got this idea from my use of se7en_UA. Its a great program.runonceex.cmdcmdow @ /HIDtimeout /T 320regedit /S %SystemDrive%\Install\runonceex.regtimeout /T 5rundll32.exe %SystemDrive%\Windows\System32\iernonce.dll,RunOnceExProcessexitIf I don't have the delay the desktop doesn't get setup properly.Note the desktop doesn't appear until the apps are all installed.I don't see why you couldn't use a batch file in stead of runonceex.
maxXPsoft Posted June 4, 2010 Posted June 4, 2010 Ok now I get stuck at "Setup is checking video performance".Anymore suggestions or advice??I've been stuck there several times, are you injecting drivers for your card? Ati don't play well BTWread how I copy Panther there with my script. should be able to see whats hanging
johnhc Posted June 4, 2010 Posted June 4, 2010 Ok now I get stuck at "Setup is checking video performance". I can see the installs progression bars but the screen doesnt change.What I did differently- Disable Network- Remove First Run Commands from XML- Remove DPI setting from XMLI am running VMware Work Station 7.0.0 build-197124Anymore suggestions or advice??_matt, if it helps any, you are not the only one with the "video performance" problem. Here is another thread, but with no answer. You might send these posters a PM and see if any cure was found. I am not familiar with VMware Work Station, so don't know it that is a possible problem. I have set my display parameters (1920/1080, 60 Hz and 32 bit color) using both Player and HW with no problems. I have an ATI video card and have injected drivers for it and installed on VMware Player and HW with no problem. I have had a driver problem on Player causing a 07B BSOD. It makes no sense, since I don't expect a VM to even consider my South Bridge driver, but removing it cured my problem and apparently it is not needed on HW. I also install many applications via the <FirstLogonCommands>. I just call a batch file which installs such as .NET 4.0, DirectX latest, Java, Flash, Adobe Rdr, Open Office and several more. No problems here either. My only idea right now is just to get to an installing and operating system. I would start by not setting any display quantities, removing all installation of applications and in general any out of the ordinary stuff. When you get down to a successful system install, then start back till you can see the problem. Another thing to try is, of course, installing on HW and see how it goes. Enjoy, John.
_matt Posted June 5, 2010 Author Posted June 5, 2010 Panther File was made. Please let me know if anyone sees anything weirdsetupact.log2010-06-04 16:31:03, Info [msoobe.exe] Starting service sppsvc2010-06-04 16:31:05, Info [msoobe.exe] Service sppsvc reports as running2010-06-04 16:31:05, Info [msoobe.exe] Starting service audiosrv2010-06-04 16:31:08, Info [msoobe.exe] Service audiosrv reports as running2010-06-04 16:31:08, Info [msoobe.exe] Successfully created first boot reg key2010-06-04 16:31:08, Info [msoobe.exe] Found SkipMachineOOBE value2010-06-04 16:31:08, Info [msoobe.exe] Running mandatory tasks2010-06-04 16:31:08, Info [msoobe.exe] Doing background work directly in MandatoryTasks; eType=12010-06-04 16:31:08, Info [msoobe.exe] Successfully installed product key2010-06-04 16:31:08, Info [msoobe.exe] Starting service netprofm2010-06-04 16:31:10, Info [msoobe.exe] Service netprofm reports as running2010-06-04 16:31:10, Info [msoobe.exe] Successfully signalled event to start up services2010-06-04 16:31:10, Info [msoobe.exe] Doing background work directly in MandatoryTasks; eType=02010-06-04 16:31:10, Info [msoobe.exe] Starting service Schedule2010-06-04 16:31:13, Info [msoobe.exe] Service Schedule is already running2010-06-04 16:31:13, Info [msoobe.exe] Successfully verified and committed UI language settings2010-06-04 16:31:14, Info [msoobe.exe] Successfully notified UI language change2010-06-04 16:31:16, Info [msoobe.exe] Successfully installed Windows Recovery Environment2010-06-04 16:31:44, Info [msoobe.exe] Successfully removed administrator profile2010-06-04 16:31:45, Info [msoobe.exe] RunUserProvidedScript: Found script at [C:\Windows\Setup\Scripts\SetupComplete.cmd]; executing with UI hidden...diagwrn.xml<z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="123" Fil="" Fun="RewriteBlackboardPaths" Uid="50741248" Msg="RewriteBlackboardPaths:Corresponding path not found. Key name [\LangPacks\LanguageList\en-US] Value name [SrcLocation]. Path name X:\Langpacks\en-US." PID="748" TID="752" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="WinSetup.dll" Err="87" MD="" DT="2010-06-04T16:24:47"/><z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="123" Fil="" Fun="RewriteBlackboardPaths" Uid="50741248" Msg="RewriteBlackboardPaths:Corresponding path not found. Key name [\ImageInfo\OSImage] Value name [FilePath]. Path name D:\Sources\install.wim." PID="748" TID="752" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="WinSetup.dll" Err="87" MD="" DT="2010-06-04T16:24:47"/><z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="123" Fil="" Fun="RewriteBlackboardPaths" Uid="50741248" Msg="RewriteBlackboardPaths:Corresponding path not found. Key name [\InstallSource] Value name [InstallSourcesPath]. Path name D:\Sources." PID="748" TID="752" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="WinSetup.dll" Err="87" MD="" DT="2010-06-04T16:24:47"/><z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="352" Fil="" Fun="DeviceInstallStatusWorker" Uid="51314688" Msg="Installation was supposedly active, but status key doesn't exist?" PID="748" TID="804" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="sppnp.dll" Err="0" MD="" DT="2010-06-04T16:24:48"/><z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="1089" Fil="" Fun="RemoveDevnodesUsingService" Uid="51314688" Msg="SPPNP: Error 0xE000020B occurred while adding device Root\LEGACY_MPIO\0000 to the device info set." PID="748" TID="752" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="sppnp.dll" Err="-536870389" MD="" DT="2010-06-04T16:24:49"/><z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="352" Fil="" Fun="DeviceInstallStatusWorker" Uid="51314688" Msg="Installation was supposedly active, but status key doesn't exist?" PID="748" TID="804" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="sppnp.dll" Err="0" MD="" DT="2010-06-04T16:24:49"/><z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="352" Fil="" Fun="DeviceInstallStatusWorker" Uid="51314688" Msg="Installation was supposedly active, but status key doesn't exist?" PID="748" TID="804" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="sppnp.dll" Err="0" MD="" DT="2010-06-04T16:24:50"/><z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="352" Fil="" Fun="DeviceInstallStatusWorker" Uid="51314688" Msg="Installation was supposedly active, but status key doesn't exist?" PID="748" TID="804" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="sppnp.dll" Err="0" MD="" DT="2010-06-04T16:24:51"/><z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="352" Fil="" Fun="DeviceInstallStatusWorker" Uid="51314688" Msg="Installation was supposedly active, but status key doesn't exist?" PID="748" TID="804" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="sppnp.dll" Err="0" MD="" DT="2010-06-04T16:24:52"/><z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="352" Fil="" Fun="DeviceInstallStatusWorker" Uid="51314688" Msg="Installation was supposedly active, but status key doesn't exist?" PID="748" TID="804" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="sppnp.dll" Err="0" MD="" DT="2010-06-04T16:24:53"/><z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="352" Fil="" Fun="DeviceInstallStatusWorker" Uid="51314688" Msg="Installation was supposedly active, but status key doesn't exist?" PID="748" TID="804" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="sppnp.dll" Err="0" MD="" DT="2010-06-04T16:24:54"/><z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="352" Fil="" Fun="DeviceInstallStatusWorker" Uid="51314688" Msg="Installation was supposedly active, but status key doesn't exist?" PID="748" TID="804" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="sppnp.dll" Err="0" MD="" DT="2010-06-04T16:24:56"/><z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="352" Fil="" Fun="DeviceInstallStatusWorker" Uid="51314688" Msg="Installation was supposedly active, but status key doesn't exist?" PID="748" TID="804" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="sppnp.dll" Err="0" MD="" DT="2010-06-04T16:24:57"/><z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="352" Fil="" Fun="DeviceInstallStatusWorker" Uid="51314688" Msg="Installation was supposedly active, but status key doesn't exist?" PID="748" TID="804" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="sppnp.dll" Err="0" MD="" DT="2010-06-04T16:24:58"/><z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="352" Fil="" Fun="DeviceInstallStatusWorker" Uid="51314688" Msg="Installation was supposedly active, but status key doesn't exist?" PID="748" TID="804" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="sppnp.dll" Err="0" MD="" DT="2010-06-04T16:24:59"/><z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="352" Fil="" Fun="DeviceInstallStatusWorker" Uid="51314688" Msg="Installation was supposedly active, but status key doesn't exist?" PID="748" TID="804" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="sppnp.dll" Err="0" MD="" DT="2010-06-04T16:25:00"/><z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="352" Fil="" Fun="DeviceInstallStatusWorker" Uid="51314688" Msg="Installation was supposedly active, but status key doesn't exist?" PID="748" TID="804" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="sppnp.dll" Err="0" MD="" DT="2010-06-04T16:25:01"/><z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="352" Fil="" Fun="DeviceInstallStatusWorker" Uid="51314688" Msg="Installation was supposedly active, but status key doesn't exist?" PID="748" TID="804" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="sppnp.dll" Err="0" MD="" DT="2010-06-04T16:25:02"/><z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="352" Fil="" Fun="DeviceInstallStatusWorker" Uid="51314688" Msg="Installation was supposedly active, but status key doesn't exist?" PID="748" TID="804" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="sppnp.dll" Err="0" MD="" DT="2010-06-04T16:25:03"/><z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="352" Fil="" Fun="DeviceInstallStatusWorker" Uid="51314688" Msg="Installation was supposedly active, but status key doesn't exist?" PID="748" TID="804" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="sppnp.dll" Err="0" MD="" DT="2010-06-04T16:25:04"/><z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="352" Fil="" Fun="DeviceInstallStatusWorker" Uid="51314688" Msg="Installation was supposedly active, but status key doesn't exist?" PID="748" TID="804" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="sppnp.dll" Err="0" MD="" DT="2010-06-04T16:25:05"/><z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="352" Fil="" Fun="DeviceInstallStatusWorker" Uid="51314688" Msg="Installation was supposedly active, but status key doesn't exist?" PID="748" TID="804" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="sppnp.dll" Err="0" MD="" DT="2010-06-04T16:25:06"/><z:row Cls="D" Sev="50331648" Maj="Def" Min="Def" LN="431" Fil="" Fun="RunRegistryDlls" Uid="51314831" Msg="RunRegistryDlls:Registry key is either empty or malformed: SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\SysPrepExternal\Specialize" PID="748" TID="752" Con="" Exe="C:\Windows\system32\oobe\setup.exe" Mod="WinSetup.dll" Err="0" MD="" DT="2010-06-04T16:28:14"/></rs:data></xml>
maxXPsoft Posted June 5, 2010 Posted June 5, 2010 setupact.log is usually where you find error but I had this in mine which tells me something must be hanging in your .cmd2010-06-02 08:13:47, Info [msoobe.exe] RunUserProvidedScript: Found script at [C:\Windows\Setup\Scripts\SetupComplete.cmd]; executing with UI hidden...2010-06-02 08:14:38, Info [msoobe.exe] RunUserProvidedScript: Successfully executed script; (returned with exit code 0x0)
maxXPsoft Posted June 6, 2010 Posted June 6, 2010 BTW, I just noticed itunes in your cmdCommands in the Setupcomplete.cmd file are executed with local system privilege.HKLM Reg tweaks can be ran here but not HKCU which are user specific.
johnhc Posted June 6, 2010 Posted June 6, 2010 _matt, here are the lines in my log file:2010-05-22 10:38:52, Info [msoobe.exe] RunUserProvidedScript: Found script at [C:\Windows\Setup\Scripts\SetupComplete.cmd]; executing with UI hidden...2010-05-22 10:38:52, Info [msoobe.exe] RunUserProvidedScript: Successfully executed script; (returned with exit code 0x0)Yours does not have the second line. As maxXPsoft said, it looks like your setupcomplete.cmd hung. Did you do a Reboot in it? Seems like I read that you cannot do a Reboot here. Don't know what the symptoms are if you do. Enjoy, John.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now