stinkywea Posted November 4, 2003 Posted November 4, 2003 I just installed my unattended XP cd with the Oemdriver paths, and as soon as the other applications started installing a "Found new hardware" dialog box popped up wanting me to search for drivers....it has never done this before until I attempted to install the drivers from the batch file, the system is a gateway 600yg2 laptop with an ATI radeon 9000. Below is my winnt.sif file. And Symantec Corporate 8.1 didn't want to install either...----------WINNT.SIF-----------;SetupMgrTag[Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes"[unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS OemFilesPath=".\$OEM$" ; Location of $OEM$ folder UnattendSwitch="yes" WaitForReboot="No" DriverSigningPolicy=Ignore OemPnPDriversPath="\Drivers\Video\AIW;Drivers\Video\LAPTOP;Drivers\Modem;Drivers\Intel_INF;Drivers\TP;Drivers\NIC"[systemFileProtection]SFCQuota=0;SFCDisable=2[GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=35 OemSkipWelcome=1[userData] ProductKey=REMOVED FullName="Dude" OrgName="Dude" ComputerName=*[TapiLocation] AreaCode=304[RegionalSettings] LanguageGroup=1[FavoritesEx]Title1 = ntfs.urlURL1 = http://ntfs.orgTitle2 = <<spam>>.urlURL2 = http://www.<<spam>>.net/Title3 = bink.urlURL3 = http://winxp.bink.nu/Title4 = slashdot.urlURL4 = http://www.slashdot.com/Title5 = eweek.urlURL5 = http://www.eweek.com/Title6 = news.urlURL6 = http://www.news.com/Title7 = active.urlURL7 = http://www.activewin.com/Title8 = winbeta.urlURL8 = http://www.winbeta.org/ Home_Page=http://www.yahoo.com Help_Page=http://support.microsoft.com Search_Page=http://www.yahoo.com/search/ie.html[COMPONENTS] accessopt=off autoupdate=off chat=off deskpaper=off dialer=off msmsgs=off msnexplr=off freecell=off hearts=off minesweeper=off pinball=off solitaire=off spider=off zonegames=off[identification] JoinWorkgroup=WORKGROUP[Networking] InstallDefaultComponents=Yes[shell] DefaultStartPanelOff = Yes[GUIRUNONCE] %systemdrive%\Install\batch_command.cmd %systemdrive%\Install\applications.cmd------------------batch_command.cmd--------------CLS@ECHO OFF@ECHO OFFMODE CON COLS=60 LINES=30COLOR 0ATITLE Installing ApplicationsCLS@echo offECHO.ECHO.ECHO Removing Wallpapers.ECHO Please wait...DEL "%systemroot%\Blue Lace 16.bmp"DEL "%systemroot%\Coffee Bean.bmp"DEL "%systemroot%\FeatherTexture.bmp"DEL "%systemroot%\Gone Fishing.bmp"DEL "%systemroot%\Greenstone.bmp"DEL "%systemroot%\Prairie Wind.bmp"DEL "%systemroot%\Rhododendron.bmp"DEL "%systemroot%\River Sumida.bmp"DEL "%systemroot%\Santa Fe Stucco.bmp"DEL "%systemroot%\Soap Bubbles.bmp"DEL "%systemroot%\Zapotec.bmp"ECHO.ECHO Wallpapers deleted.ECHO.ECHO.ECHO Installing TweakUI 2.10 PowertoyCOPY "%systemdrive%\install\PowerToys\TweakUI.exe" "%systemroot%\System32\"COPY "%systemdrive%\install\PowerToys\TweakUI 2.10 Powertoy.lnk" "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\"ECHO.ECHO.ECHO Installing Task Switcher PowertoyECHO Please wait...start /wait %systemdrive%\install\PowerToys\TaskswitchPowertoySetup.exe /s /v/qnECHO.ECHO.ECHO Applying Registry Enhancements.ECHO Please wait...REGEDIT /S %systemdrive%\Install\regtwk.regECHO.ECHO.ECHO Registry Enhancements Complete.ECHO.ECHO.ECHO File installation's are complete.ECHO.ECHO.EXIT---------apps.cmd-----------------CLS@echo offECHO.ECHO Installing Windows Media Player 9ECHO Please wait...start /wait %systemdrive%\install\WMP9\MPSetupXP.exe /Q:A /R:NECHO.ECHO.ECHO Registering Nero Burning ROM...start /wait REGEDIT /S %systemdrive%\install\Applications\Nero\register.regECHO.ECHO Installing Nero Burning ROM v6.0.0.19...start /wait %systemdrive%\install\Applications\Nero\setup.exe /silent /norebootECHO.ECHO.ECHO Installing WinRAR 3.20.ECHO Please Wait...start /wait %systemdrive%\install\Applications\WinRAR\wrar320.exe /sECHO.ECHO WinRAR 3.20 Install Is Complete.ECHO.ECHO.ECHO Installing Symantec Antivirus Corporate 8.1ECHO Please wait...start /wait %systemdrive%\install\Applications\sav\sav.exe /qnECHO.ECHO.ECHO Installing Adobe Reader 6ECHO Please wait...start /wait %systemdrive%\install\Applications\AdobeReader6\AR6.msi /QBECHO.ECHO.CLS@echo offECHO.start /wait %systemroot%\system32\shutdown.exe -r -c "Restarting the PC to Facilitate Changes" -t 45 -fECHO.EXIT-------------------EDIT: I am also getting the following errors if this helps "ie4uinit.exe DLL initialization failed" balloon popup message in taskbar beside clock once I get into windows. Acrobat Reader 6.0 error 1719, windows installer service cannot be accessed.
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