valentino Posted December 20, 2004 Posted December 20, 2004 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 devicepathin 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
turbomcp Posted December 21, 2004 Posted December 21, 2004 i use the devicepath with spno problem at allwith all driver packs
valentino Posted December 21, 2004 Author Posted December 21, 2004 i use the devicepath with spno problem at allwith all driver packsHmm. What options do you have set in de winnt.sif? Maybe you can post/email meyour .sif file? Maybe í've something wrong with eomdrivers stuff.
turbomcp Posted December 21, 2004 Posted December 21, 2004 (edited) heres my winnt.sifcheck 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 = 32Vrefresh = 85Xresolution = 1024 Yresolution = 768[PCHealth]ER_Display_UI = 0RA_AllowToGetHelp = 0[GuiRunOnce]Command0="c:\driverz\s\Sound_Control_Panels.cmd"Added CODE tags Edited December 21, 2004 by Bâshrat the Sneaky
valentino Posted December 21, 2004 Author Posted December 21, 2004 heres my winnt.sifcheck 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=1Thanks, I've something simular,except the preset.cmd. What's in it?
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