Jump to content

Devicepath in hivesft.inf in Windows XP SP2 fails?


valentino

Recommended Posts

Hi there,

I used to have an unattended install cd for Windows XP with SP1 integrated into it.

The device drivers were installed by using the devicepath extension in HIVESFT.INF. This works fine for SP1. But when I integrate SP2 into the cd,

then the devices are not detected anymore. Seems to me the devicepath

in HIVESFT.INF is no longer used during setup?

Anyone has the same problem or a solution? The reason I use HIVESFT.INF is because then i don't have the 256 character limit on the devicepath.

Thanks,

Valentino

Link to comment
Share on other sites


heres my winnt.sif

check it out:

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

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   Repartition=No
   OemPreinstall=Yes
   UnattendSwitch="yes"
   WaitForReboot="No"
   TargetPath=\WINDOWS
   DriverSigningPolicy=Ignore
   NonDriverSigningPolicy=Ignore
   

[GuiUnattended]
   DetachedProgram=".\system32\cmd.exe"
   Arguments="/C START /MIN FOR %I IN (D: E: F: G: H:) DO (IF EXIST %I\$OEM$\DRIVERZ\PRESETUP.CMD (%I\$OEM$\DRIVERZ\presetup.CMD) ELSE (FOR /D %J IN (%I\*) DO (IF EXIST %J\$OEM$\DRIVERZ\presetup.CMD (%J\$OEM$\DRIVERZ\presetup.CMD))))"
   AdminPassword="********"
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=135
   OemSkipWelcome=1

[UserData]
   ProductKey=*****-*****-*****-*****-*****
   FullName="**"
   OrgName=""
   ComputerName=*

[RegionalSettings]
   InputLocale_DefaultUser=00000409:00000409
   UserLocale_DefaultUser=00000409


[Identification]
   JoinWorkgroup=MSHOME

[Networking]
   InstallDefaultComponents=Yes

[WindowsFirewall]
   Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
  Mode = 0

[IEPopupBlocker]
  AllowedSites=v5.windowsupdate.microsoft.com;windowsupdate.microsoft.com
  BlockPopups=Yes
  FilterLevel=High
  ShowInformationBar=Yes

[Components]
   msmsgs=on
   msnexplr=off

[Shell]
   DefaultStartPanelOff = Yes
   CustomDefaultThemeFile="%Systemroot%\Resources\Themes\royale.theme"

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

[PCHealth]
ER_Display_UI = 0
RA_AllowToGetHelp = 0

[GuiRunOnce]
Command0="c:\driverz\s\Sound_Control_Panels.cmd"

Added CODE tags

Edited by Bâshrat the Sneaky
Link to comment
Share on other sites

heres my winnt.sif

check it out:

;

[GuiUnattended]

    DetachedProgram=".\system32\cmd.exe"

    Arguments="/C START /MIN FOR %I IN (D: E: F: G: H:) DO (IF EXIST %I\$OEM$\DRIVERZ\PRESETUP.CMD (%I\$OEM$\DRIVERZ\presetup.CMD) ELSE (FOR /D %J IN (%I\*) DO (IF EXIST %J\$OEM$\DRIVERZ\presetup.CMD (%J\$OEM$\DRIVERZ\presetup.CMD))))"

    AdminPassword="********"

    EncryptedAdminPassword=NO

    OEMSkipRegional=1

    TimeZone=135

    OemSkipWelcome=1

Thanks, I've something simular,

except the preset.cmd. What's in it?

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