Jump to content

Recommended Posts

Posted

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

URL1 = http://ntfs.org

Title2 = <<spam>>.url

URL2 = http://www.<<spam>>.net/

Title3 = bink.url

URL3 = http://winxp.bink.nu/

Title4 = slashdot.url

URL4 = http://www.slashdot.com/

Title5 = eweek.url

URL5 = http://www.eweek.com/

Title6 = news.url

URL6 = http://www.news.com/

Title7 = active.url

URL7 = http://www.activewin.com/

Title8 = winbeta.url

URL8 = 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 OFF

MODE CON COLS=60 LINES=30

COLOR 0A

TITLE Installing Applications

CLS

@echo off

ECHO.

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 Powertoy

COPY "%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 Powertoy

ECHO Please wait...

start /wait %systemdrive%\install\PowerToys\TaskswitchPowertoySetup.exe /s /v/qn

ECHO.

ECHO.

ECHO Applying Registry Enhancements.

ECHO Please wait...

REGEDIT /S %systemdrive%\Install\regtwk.reg

ECHO.

ECHO.

ECHO Registry Enhancements Complete.

ECHO.

ECHO.

ECHO File installation's are complete.

ECHO.

ECHO.

EXIT

---------apps.cmd-----------------

CLS

@echo off

ECHO.

ECHO Installing Windows Media Player 9

ECHO Please wait...

start /wait %systemdrive%\install\WMP9\MPSetupXP.exe /Q:A /R:N

ECHO.

ECHO.

ECHO Registering Nero Burning ROM...

start /wait REGEDIT /S %systemdrive%\install\Applications\Nero\register.reg

ECHO.

ECHO Installing Nero Burning ROM v6.0.0.19...

start /wait %systemdrive%\install\Applications\Nero\setup.exe /silent /noreboot

ECHO.

ECHO.

ECHO Installing WinRAR 3.20.

ECHO Please Wait...

start /wait %systemdrive%\install\Applications\WinRAR\wrar320.exe /s

ECHO.

ECHO WinRAR 3.20 Install Is Complete.

ECHO.

ECHO.

ECHO Installing Symantec Antivirus Corporate 8.1

ECHO Please wait...

start /wait %systemdrive%\install\Applications\sav\sav.exe /qn

ECHO.

ECHO.

ECHO Installing Adobe Reader 6

ECHO Please wait...

start /wait %systemdrive%\install\Applications\AdobeReader6\AR6.msi /QB

ECHO.

ECHO.

CLS

@echo off

ECHO.

start /wait %systemroot%\system32\shutdown.exe -r -c "Restarting the PC to Facilitate Changes" -t 45 -f

ECHO.

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.


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