Jump to content

$OEM$ stay on CD


Recommended Posts


yep, thats what i do,

cd directory..

$OEM$ has my SATA drivers & about 3 commandline utilities

Install has my programs,regfiles,compressed drivers for everything else but sata

i386 has my nlited source :D

post-70-1101116721_thumb.jpg

Link to comment
Share on other sites

what do i need to change inside winnt.sif and RunOnceEx.cmd ;)

--------------------------------------------------------------------------------------------

;SetupMgrTag

[Data]

AutoPartition = 1

MsDosInitiated = "0"

UnattendedInstall = "Yes"

[unattended]

UnattendMode = FullUnattended

OemSkipEula = Yes

OemPreinstall = Yes

UnattendSwitch = "Yes"

TargetPath = \WINDOWS

KeyboardLayout = "Swedish"

Repartition = Yes

OemPnPDriversPath = "Drivers\001_Graphics;Drivers\002_Audio;Drivers\003_Receiver;Drivers\005_Network;Drivers\006_Wireless"

DriverSigningPolicy = Ignore

[GuiUnattended]

AdminPassword = *

EncryptedAdminPassword = No

AutoLogon = Yes

AutoLogonCount = 1

OEMSkipRegional = 1

TimeZone = 110

OemSkipWelcome = 1

[userData]

ProductKey = xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

FullName = "xxxxx xxxxx"

OrgName = "xxxxx xxxxx xx"

ComputerName = xx-xxx-xx

[Display]

BitsPerPel = 32

Xresolution = 800

YResolution = 600

Vrefresh = 60

[branding]

BrandIEUsingUnattended = No

IEBrandingFile = install.ins

[TapiLocation]

CountryCode = 46

AreaCode = 8

[RegionalSettings]

InputLocale = 041d:0000041d

InputLocale_DefaultUser = 041d:0000041d

Language = 041d

LanguageGroup = 1

SystemLocale = 0000041d

UserLocale = 0000041d

UserLocale_DefaultUser = 0000041d

[identification]

JoinWorkgroup = WORKGROUP

[Networking]

InstallDefaultComponents = Yes

[Components]

msnexplr = off

[GuiRunOnce]

%systemdrive%\install\RunOnceEx.cmd

--------------------------------------------------------------------------------------------

CLS

@echo off

TITLE Windows XP SP2 - Unattended Installation

ECHO.

ECHO Over the next few minutes you will see automated installations

ECHO of various sofware applications, windows updates, and registry

ECHO tweaks being implemented. The computer will restart automatically

ECHO once the whole process has finished!

ECHO.

ECHO Installing Nvidia nForce Driver 5.10 WHQL english

ECHO Please wait...

start /wait %systemdrive%\install\nVidiaForceware\setup.exe -s -k

ECHO.

ECHO Installing Nvidia GeForce 66.93 WHQL english

ECHO Please wait...

start /wait %systemdrive%\install\nVidiaGeForce\setup.exe /s /a /s /sms /f1%systemdrive%\install\nVidiaGeForce\setup_mod.iss

ECHO.

ECHO Installing Nvidia System Utility 1.08.5 english

ECHO Please wait...

start /wait %systemdrive%\install\nVidiaSyUility\nForce_system_utility_1.08.5.exe /s /a /s /sms /f1%systemdrive%\install\nVidiaSyUility\setup_mod.iss

ECHO.

ECHO Installing HighMat Extension to Microsoft Windows XP CD Writing Wizard

ECHO Please wait...

start /wait %systemdrive%\install\HighMat\HMTCDWizard.msi /qb

ECHO.

ECHO Installing .NET Framework v1.1

ECHO Please wait...

start /wait %systemdrive%\install\NetFramework\netfx.msi /qb

ECHO.

ECHO Installing Windows Journal Viewer

ECHO Please wait...

start /wait %systemdrive%\install\JournalViewer\JournalViewer.msi /qb

ECHO.

ECHO Installing Windows Media Connect

ECHO Please wait...

start /wait %systemdrive%\install\MediaConnect\WinRMSrv.msi /qn

ECHO.

ECHO Installing .NET Framework v1.1 SP1

ECHO Please wait...

start /wait %systemdrive%\install\NetFramework\NDP1.1sp1-KB867460-X86.exe /q

ECHO.

ECHO Installing Cumulative Security Update (KB834707)

ECHO Please wait...

start /wait %systemdrive%\install\Hotfix\KB834707.exe /q /o /n /z

ECHO.

ECHO Installing Media Center Edition 2005 with HDTV Support (KB873369)

ECHO Please wait...

start /wait %systemdrive%\install\Hotfix\KB873369.exe /q /o /n /z

ECHO.

ECHO Installing Award Winflash 1.00

ECHO Please wait...

start /wait %systemdrive%\install\AwardWinflash\setup.exe /s /a /s /sms /f1%systemdrive%\install\AwardWinflash\setup_mod.iss

ECHO.

ECHO Installing Nvidia DVD Decoder 1.00.58 english

ECHO Please wait...

start /wait %systemdrive%\install\nVidiaDecoder\setup.exe /s /a /s /sms /f1%systemdrive%\install\nVidiaDecoder\setup_mod.iss

ECHO.

ECHO Applying Registry Tweaks...

REGEDIT /S %systemdrive%\install\regtweaks.reg

ECHO.

ECHO Restarting the PC...

shutdown.exe -r -f -t 60 -c "Windows XP will now restart..."

ECHO.

ECHO Deleting Temp Installation Files and Shortcuts...

RD /S /Q %systemdrive%\nvidia\

RD /S /Q %systemdrive%\drivers\

RD /S /Q %systemdrive%\install\

EXIT

Link to comment
Share on other sites

@IGIdeus

1.put $OEM$ folder under root of your CD

2.create CD.txt file and place it on cd too

3.add next line to your RunOnceEx, on the top

cmdow @ /HID
@echo off
FOR %%d IN (c: d: e: f: g: h: i: j: k: l: m: n: o: p: q: r: s: t: u: v: w: x: y: z:) DO IF EXIST %%d\CD.txt SET CDROM=%%d

4. replace all your variables from %systemdrive% to %CDROM%

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

reg add %key%\001 /ve /d "ClamWin Antivirus" /f
reg add %key%\001 /v 1 /d "%CDROM%\soft\antivir\clamwin.exe /VERYSILENT /SP-" /f

5.more info here Run from CD

that's it.

good luck

moo

Link to comment
Share on other sites

@moo

THX a lot

I was a little confused with almost empty %OEM%, installation from "Install" dir and %systemdrive% not pointed to the CD. :)

I'm newbe so I thought that someone found new method for installation from CD.

I made some investigations, tests and use this solution:

1. Make FIND-CD.COM How To

2. Make CMD file

@echo off
for /f "tokens=4 delims= " %%g in ('FIND-CD.COM') do set CDROM=%%g
echo %CDROM%

Maybe some modyfications to FIND-CD.COM and... Line with "for" wouldn't be needed.

Best regards

IGIdeus

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