August 19, 200422 yr HiI have not yet succeed making a unattented WinXP CD. I dont know why it wont work for me but here is what I have tried.I have got a WinXP CD with SP1, and I have integrated SP2, using the command in cmd: D:\XPCD /integrate:D:\sp2\xpsp2.exeThat worked out fine, but it is here the troubles start!First I wanted to create uA WinXP_SP2 cd without slimming it down, so I created the OEM folders, winnt.sif and RunOnceEx.cmd;SetupMgrTag[Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=yes[Unattended] FileSystem=* UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes OemFilesPath="..\$OEM$" TargetPath=\WINDOWS Repartition=No UnattendSwitch="yes" WaitForReboot="No" OemPnPDriversPath="Drivers\000_chipset;Drivers\001_network;Drivers\001_network\wireless;Drivers\002_graphics;Drivers\003_sound;Drivers\004_monitor;Drivers\005_keyboard;Drivers\006_mouse;Drivers\007_modem;Drivers\008_memorystick" DriverSigningPolicy=Ignore ProgramFilesDir="C:\Program Files" CommonProgramFilesDir="C:\Program Files\Common Files"[GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=105 OemSkipWelcome=1[UserData] ProductKey=- FullName="-" OrgName="" ComputerName=Phil[Display] BitsPerPel=32 Xresolution=1024 YResolution=768[TapiLocation] CountryCode=45[RegionalSettings] LanguageGroup=1 SystemLocale=00000406 UserLocale=00000406 InputLocale=0406:00000406[WindowsFirewall] Profiles = WindowsFirewall.TurnOffFirewall[WindowsFirewall.TurnOffFirewall] Mode = 0[IEPopupBlocker] AllowedSites=www.msfn.org;www.microsoft.com;www.newz.dk;www.google.com BlockPopups=Yes FilterLevel=Medium ShowInformationBar=Yes[Identification] JoinWorkgroup=Volden[Networking] InstallDefaultComponents=Yes[URL]Home_Page=http://www.newz.dk[Components] msmsgs=off msnexplr=off zonegames=off pinball=off Mswordpad=off[GuiRunOnce] %systemdrive%\install\RunOnceEx.cmdIs it optional to set quotationmarks around the answer after =?ex: UnattendedInstall="Yes" AutomaticUpdates=yesRunOnceEx.cmdcmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\001 /VE /D "Preparing Installation..." /fREG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\prepare.cmd" /fREG ADD %KEY%\047 /VE /D "MSN Messenger 6.2" /fREG ADD %KEY%\047 /V 1 /D "%systemdrive%\install\apps\communicationmsn_6.2.msi /qn" /fREG ADD %KEY%\055 /VE /D "TweakUI Powertoy" /fREG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\apps\Powertoys\TweakUiPowertoySetup.exe /s /v/qn" /fREG ADD %KEY%\060 /VE /D "Task Switcher Powertoy" /fREG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\apps\Powertoys\TaskswitchPowertoySetup.exe /s /v/qn" /fREG ADD %KEY%\080 /VE /D "Importing Registry Tweaks" /fREG ADD %KEY%\080 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /fREG ADD %KEY%\085 /VE /D "Cleaning Up and Rebooting" /fREG ADD %KEY%\085 /V 1 /D "%systemdrive%\install\cleanup.cmd" /fEXITWhen I try to boot from this creation, I get this messeage:TRAP 0000000D ========= General Protection Fault ==========tr=0028 cr0=00000011 cr2=00000000 cr3=00000000gdt limit=03FF base=00017000 idt limit=07FF base= 00017400And it goes on!I have tried using nLite, but it wont create a iso for me. When I have tried to slim down the size of cd, then I have had other troubles like: it wont boot from the cd because of some missing NTLDR.Please help me, because somethings really gone wrong!Thanks in advance
Create an account or sign in to comment