nivek7 Posted October 17, 2004 Share Posted October 17, 2004 After the windows installation is done, there is just a blank blue screen after it finishes loading. I have to restart, and then the RunOnceEx starts. Anyone know why this happens?Thanks Link to comment Share on other sites More sharing options...
lilweirddude Posted October 17, 2004 Share Posted October 17, 2004 are you running it through cmdlines? Link to comment Share on other sites More sharing options...
mahi Posted October 17, 2004 Share Posted October 17, 2004 I've had the same problem. It turned out to be because I called RunOnceEx.cmd from [GuiRunOnce] in Winnt.sif. If you call it from cmdlines.txt it will work as expected. Link to comment Share on other sites More sharing options...
nivek7 Posted October 17, 2004 Author Share Posted October 17, 2004 It is being called from cmdlines.txt Link to comment Share on other sites More sharing options...
mahi Posted October 18, 2004 Share Posted October 18, 2004 I reread your question... You say you get a blank screen after the Windows installation. Not even a start menu?Normally, the computer should reboot after the Windows installation finished. Then while booting into Windows for the first time it will perform the RunOnceEx stuff. From what I understand, that works correctly on your unattended but somehow Windows doesn't automatically reboot after the Windows installation finished (you do it manually, but RunOnceEx gets executed at the correct moment). You should try to figure out why it doesn't reboot automatically (I wouldn't know)... Link to comment Share on other sites More sharing options...
nivek7 Posted October 18, 2004 Author Share Posted October 18, 2004 Ok, Thanks for your help. Link to comment Share on other sites More sharing options...
DigeratiPrime Posted October 18, 2004 Share Posted October 18, 2004 Were you able to resolve this? My latest CD is also hanging when setup finished, just a blank blue screen. My only suspicion is that since I used a Microsoft Corporation.img from a different CD, and didnt use CDIMAGE for this one. I'll try changing this later.After I Reset Manually it loads XP for the first time to setup Updates/Accounts/Etc and continues fine. Link to comment Share on other sites More sharing options...
nivek7 Posted October 19, 2004 Author Share Posted October 19, 2004 Nope, still haven't figured it out. Link to comment Share on other sites More sharing options...
BritishBulldog Posted October 19, 2004 Share Posted October 19, 2004 Post a copy of your RunOnceEx.cmdhave you got the 'exit' command at the bottom?I had this but have resolved the problem but dont know why..... Link to comment Share on other sites More sharing options...
DigeratiPrime Posted October 19, 2004 Share Posted October 19, 2004 RunOnceEx.cmdcmdow @ /HID@echo offIF EXIST D:\CD.txt set CDROM=D:IF EXIST E:\CD.txt set CDROM=E:IF EXIST F:\CD.txt set CDROM=F:IF EXIST G:\CD.txt set CDROM=G:IF EXIST H:\CD.txt set CDROM=H:IF EXIST I:\CD.txt set CDROM=I:IF EXIST J:\CD.txt set CDROM=J:SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\005 /VE /D "UNPACKING Office 2003 Professional with SP1" /fREG ADD %KEY%\005 /V 1 /D "%CDROM%\OEM\Software\Office2003\Office2003.exe" /fREG ADD %KEY%\010 /VE /D "INSTALLING Office 2003 Professional with SP1" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\OfficeTEMP\setup.exe TRANSFORMS=Unattended.MST /qb-" /fREG ADD %KEY%\020 /VE /D "Adobe Reader 6.02" /fREG ADD %KEY%\020 /V 1 /D "%CDROM%\OEM\Software\Adobe\acroread602.exe" /fREG ADD %KEY%\025 /VE /D "Microsoft .NET Framework 1.1 SP1 Integrated" /fREG ADD %KEY%\025 /V 1 /D "%CDROM%\OEM\Software\NetFramework\netfxsp1.exe" /fREG ADD %KEY%\030 /VE /D "SpywareBlaster 3.2" /fREG ADD %KEY%\030 /V 1 /D "%CDROM%\OEM\Software\SpywareBlaster\spywareblastersetup.exe /verysilent" /fREG ADD %KEY%\030 /V 2 /D "pskill.exe spywareblaster.exe" /fREG ADD %KEY%\040 /VE /D "Winrar 3.40 FINAL" /fREG ADD %KEY%\040 /V 1 /D "%CDROM%\OEM\Software\Winrar\Winrar340.exe /s /W" /fREG ADD %KEY%\045 /VE /D "Importing Registry Tweaks" /fREG ADD %KEY%\045 /V 1 /D "REGEDIT /S %CDROM%\OEM\Software\regtweaks.reg" /fREG ADD %KEY%\050 /VE /D "Cleaning Up and Rebooting" /fREG ADD %KEY%\050 /V 1 /D "%CDROM%\OEM\Software\cleanup.cmd" /fEXIT Link to comment Share on other sites More sharing options...
BritishBulldog Posted October 19, 2004 Share Posted October 19, 2004 That looks ok to me. but i am not the expert. make sure in all of your .cmd's you have the EXIT at the bottom.what is in your cmdlines.txt?mine looks like thiscmdlines.txt[COMMANDS]"konten.cmd""RunOnceEx.cmd"konten.cmdnet user BritishBulldog /addnet localgroup Administratoren BritishBulldog /addnet accounts /maxpwage:unlimitedREGEDIT /S autologin.regEXITautologin.reg[Windows Registry Editor Version 5.00 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="BritishBulldog""DefaultPassword"="""AutoAdminLogon"="1"will rack my brain to try and remember what i did to get things going again....I now use the XPlode method and things look even better Link to comment Share on other sites More sharing options...
BritishBulldog Posted October 20, 2004 Share Posted October 20, 2004 Have you resolved this problem?check your winnt.sif.... Link to comment Share on other sites More sharing options...
keul Posted October 20, 2004 Share Posted October 20, 2004 One thing that could prevent Windows from rebooting is a peripheral in a "wait-state" (I had the same problem with a canon scanner until I installed drivers). Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now