Jump to content

Recommended Posts

Posted

When i installed windows xp from Drive D, (Location = "D:\Setup\Winxp") there is no any error. Everything is ok.

But when i installed from cd drive i saw a error "C:\Install\hotfixes\hotfixes.cmd is not found"

why?

And drive c is Fat32

my winnt.sif

;SetupMgrTag 
[Data]
   AutoPartition=1
   MsDosInitiated="0"
   UnattendedInstall="Yes"

[Unattended]
   DisableDynamicUpdates=Yes
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   UnattendSwitch="yes"
   TargetPath=\WINDOWS
   WaitForReboot="No"
   FileSystem=ConvertNTFS
   OemPnPDriversPath="Drivers\ethernet;Drivers\graphics;Drivers\keyboard;Drivers\mainboard;Drivers\monitor;Drivers\mouse;Drivers\others;Drivers\sound"
   DriverSigningPolicy=Ignore
   NonDriverSigningPolicy="Ignore"

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=130
   OemSkipWelcome=1

[UserData]
   ProductID=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
   FullName="BogachanTurk"
   OrgName="BT"
   ComputerName=Bogachan

[Display]
   BitsPerPel=32
   Xresolution=1024
   YResolution=768
   Vrefresh=85

[TapiLocation]
   CountryCode=90

[RegionalSettings]
   LanguageGroup=1,6
   SystemLocale=0000041f
   UserLocale=0000041f
   InputLocale=041f:0000041f

[Identification]
   JoinWorkgroup=Bogachan

[Networking]
   InstallDefaultComponents=Yes

[Components]
   msmsgs=off
   Msnexplr=Off
   Zonegames=Off

[Shell]
   DefaultStartPanelOff = Yes

[GuiRunOnce]
   %systemdrive%\install\hotfixes\hotfixes.cmd
   %systemdrive%\install\hotfixes\cmdcons.cmd


Posted

This is because the needed files did not get copied to the hard-disk. Maybe the cause is that when you install from CD, the $OEM$ folder should be placed parallel to the I386 folder - keep it OUTSIDE the I386 folder.

In other words, the i386 and $OEM$ folders should be side by side:

CD-root
|-- $OEM$
|-- I386

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