Jump to content

Errors


Recommended Posts

Hi

I 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.exe

That 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.cmd

Is it optional to set quotationmarks around the answer after =?

ex:

   UnattendedInstall="Yes" 
   AutomaticUpdates=yes

RunOnceEx.cmd

cmdow @ /HID
@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\001 /VE /D "Preparing Installation..." /f
REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\prepare.cmd" /f

REG ADD %KEY%\047 /VE /D "MSN Messenger 6.2" /f
REG ADD %KEY%\047 /V 1 /D "%systemdrive%\install\apps\communicationmsn_6.2.msi /qn" /f

REG ADD %KEY%\055 /VE /D "TweakUI Powertoy" /f
REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\apps\Powertoys\TweakUiPowertoySetup.exe /s /v/qn" /f

REG ADD %KEY%\060 /VE /D "Task Switcher Powertoy" /f
REG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\apps\Powertoys\TaskswitchPowertoySetup.exe /s /v/qn" /f

REG ADD %KEY%\080 /VE /D "Importing Registry Tweaks" /f
REG ADD %KEY%\080 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /f

REG ADD %KEY%\085 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%\085 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f

EXIT

When I try to boot from this creation, I get this messeage:

TRAP 0000000D ========= General Protection Fault ==========

tr=0028  cr0=00000011 cr2=00000000    cr3=00000000

gdt limit=03FF base=00017000 idt limit=07FF base=  00017400

And 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

Link to comment
Share on other sites


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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...