Jump to content


  • 0
anyweb

RIS on Dell Optiplex 755

Question

here's a working SIF

 

[data]

floppyless = "1"

msdosinitiated = "1"

OriSrc = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"

OriTyp = "4"

LocalSourceOnCD = 1

;DisableAdminAccountOnDomainJoin = 1

 

[setupData]

OsLoadOptions = "/noguiboot /fastdetect"

SetupSourceDevice = "\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"

 

[unattended]

OemPreinstall = yes

DriverSigningPolicy=ignore

OEMPnPDriversPath=drivers\755\audio\i386\SMAXWDM\W2K_XP;drivers\755\nic\WinXP_2K;drivers\755\sata;drivers\755\video\ati\Driver\XP_INF;drivers\755\video\intel\Graphics;

 

;drivers\755\video\intel\HDMI;

 

 

FileSystem = LeaveAlone

ExtendOEMPartition = 0

TargetPath = \WINDOWS

OemSkipEula = yes

InstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"

LegacyNIC = 1

 

[MassStorageDrivers]

"Intel® ICH9 SATA AHCIController (Desktop ICH9R)" = "OEM"

"IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller" = "RETAIL"

 

; Use info from the Txtsetup.oem file

 

[OEMBootFiles]

iaStor.inf

iaStor.cat

IaStor.sys

Txtsetup.oem

 

[userData]

;FullName = "%USERFIRSTNAME% %USERLASTNAME%"

Fullname = RISXPSP2

OrgName = "%ORGNAME%"

ComputerName = %MACHINENAME%

ProductID = "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"

 

[GuiUnattended]

OemSkipWelcome = 1

OemSkipRegional = 1

TimeZone = %TIMEZONE%

AdminPassword = "*"

AutoLogon=Yes

;AutoLogonCount=99

 

[GuiRunOnce]

;"Regedit /s C:\drivers\755\Setup\custom.reg"

"Regedit /s C:\dell\dell_wallpaper.reg"

"c:\Dell\windowsupdates\windowsupdate.bat"

"C:\drivers\755\Setup\install.bat"

 

[Display]

BitsPerPel = 32

XResolution = 1024

YResolution = 768

VRefresh = 75

 

[Networking]

 

[RegionalSettings]

LanguageGroup = 1

Language = 00000409

[TapiLocation]

[Fax]

[Win9xUpg]

[systemFileProtection]

[Components]

; accessopt = On

; calc = On

; cdplayer = On

; certsrv = Off

; certsrv_client = Off

; certsrv_server = Off

; charmap = On

; chat = Off

; deskpaper = On

; dialer = On

; fp = Off

; freecell = On

; hypertrm = On

; iis_common = Off

; iisdbg = Off

; iis_doc = Off

; iis_ftp = Off

; iis_htmla = Off

; iis_inetmgr = Off

; iis_nmtp = Off

; iis_nmtp_docs = Off

; iis_pwmgr = Off

; iis_smtp = Off

; iis_smtp_docs = Off

; iis_www = Off

; indexsrv_system = Off

; media_clips = On

; media_utopia = Off

; minesweeper = On

; mousepoint = On

; mplay = On

; msmq = Off

msmsgs= off

msnexplr = Off

; mswordpad = On

; netcis = Off

; netoc = On

; objectpkg = Off

; paint = On

; pinball = On

; rec = On

; rstorage = Off

; solitaire = On

; templates = On

; TSClients = Off

; vol = On

OEAccess = Off

Zonegames = Off

[shell]

DefaultStartPanelOff = Yes

DefaultThemesOff = Yes

 

[NetServices]

MS_Server=params.MS_PSched

 

[identification]

JoinDomain = RIS2

DoOldStyleDomainJoin = yes

CreateComputerAccountInDomain = 0

 

[RemoteInstall]

Repartition = Yes

UseWholeDisk = Yes

 

 

[OSChooser]

Description ="Dell Optiplex 755 - Windows XP Pro ENG-SP2-VLK."

Help ="SIF/Win2k3/This is for Dell Optiplex 755. SIF file created by anyweb@windows-noob.com"

LaunchFile = "%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"

ImageType =Flat

Version="5.1"

 

and here's the install.bat file referenced in the SIF to install apps/drivers that can't be installed via the SIF

 

@echo off

 

REM

REM

REM Additional drivers installed here for the Dell Optiplex 755

REM this takes place after the os install and after the first login.

REM

REM anyweb@windows-noob.com

REM

 

 

echo.

echo.

echo Please do not close this window!

echo.

echo Applying needed drivers.

echo.

echo.

 

 

 

echo Installing Dell Desktop System Software

c:\drivers\755\ddss\setup.exe -s

c:\drivers\755\setup\sleep.exe 10

 

echo Installing Intel Chipset

c:\drivers\755\chipset\setup.exe -s

c:\drivers\755\setup\sleep.exe 10

 

echo Installing Audio

c:\drivers\755\audio\setup.exe -s

c:\drivers\755\setup\sleep.exe 30

 

rem echo Installing .net Framework 1.1 (needed for ATI Catalyst Control Panel)

rem c:\drivers\755\dotnetfx.exe /q:a /c:"install.exe /q"

rem c:\drivers\755\setup\sleep.exe 10

 

rem echo Updating bios to version O755-A03.EXE. (if required)

rem C:\drivers\755\bios\o755-A03.EXE /nopause /noreboot

rem c:\drivers\755\setup\sleep.exe 10

 

echo Installing Intel Accelerated Video Driver

c:\drivers\755\video\intel\setup.exe -32x1024x768x60 -s

c:\drivers\755\setup\sleep.exe 10

 

rem echo Installing ATI Video Driver

rem c:\drivers\755\video\ati\setup.exe /s

rem c:\drivers\755\setup\sleep.exe 20

 

 

echo Installing Intel Gigabit LOM

c:\drivers\755\nic\setup.exe -s

c:\drivers\755\setup\sleep.exe 10

 

 

REM

REM installing APPS below

REM

 

echo Installing Sonic DVD 7.1 Deluxe Edition

c:\Dell\apps\sonicdvd\RN\RNENU.msi /quiet /norestart

c:\drivers\755\setup\sleep.exe 10

 

echo Installing PowerDVD 5.5

c:\Dell\apps\powerdvd\setup.exe -s

c:\drivers\755\setup\sleep.exe 10

 

echo Installing Mozilla Firefox 2.0.0.3

c:\Dell\non_dell\"Firefox Setup 2.0.0.3.exe" -ms

c:\drivers\755\setup\sleep.exe 10

 

 

echo.

echo.

echo All done, thanks for waiting!

echo.

echo rebooting now.

echo.

echo.

 

c:\drivers\755\setup\sleep.exe 5

 

shutdown -r -f -t 5 -c "All Done. I am now Rebooting the Computer to finish Installation."

 

Goto End

 

:End

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.