Jump to content

Recommended Posts

Posted

Hi all! :)

I'm new here and i was trying to make my own custom xp cd but i dan't know much about batch install and that stuff so i have a couple of questions..

1. can i copy a whole folder with this command?:

COPY "%systemdrive%\Install\Themes" "%systemroot%\Resources\Themes"

and can i put my custom theme as default in the winnt.sif file if i install it this way?

2. can i silently install the detonator (44.03) driver with this command? (i tried through "run.." but the driver singing thing still apeard):

start /wait %systemdrive%\install\DetonatorXP\Setup.exe /s

or could anyone adapt this line so it will fully install the detonator (including the display properties extras)

OemPnPDriversPath="Drivers\Catalyst3_6KXP_INF;Drivers\Catalyst3_6\tv_out\WDM_XP"

3. and finally (for now) can i use the /QB switch with McAfee VirusScan and Firewall?? i tried the other 2 and i don't think they work but i'm not sure of the /QB either...

i attached my current main_batch.txt if anyone wants to view it.

Thanx!!

main_batch.txt


Posted

Use the Coprate Windows Update Site to Get the nVidia Drivers and set them to be install when windows is installing i have the same problem with 44.03 when trying to run it in a batch file.

The Text in bold is the line use to install better drivers than the ones in the I386 folder windows will look for a better match in setup in the folder. This is how i fixed it.

;SetupMgrTag

[Data]

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

UnattendSwitch="Yes"

DriverSigningPolicy=Ignore

OemPnPDriversPath="drivers\modem\;drivers\musesoundcard\;driver\graphics\;drivers\audio\"

[GuiUnattended]

AdminPassword=""

EncryptedAdminPassword=NO

AutoLogon=Yes

AutoLogonCount=1

OEMSkipRegional=1

TimeZone=85

OemSkipWelcome=1

[userData]

ProductKey=

FullName="Dave"

OrgName="NEC"

ComputerName=NEC-1

[Display]

BitsPerPel=32

Xresolution=1024

YResolution=768

[TapiLocation]

CountryCode=44

[RegionalSettings]

LanguageGroup=1

SystemLocale=00000809

UserLocale=00000809

InputLocale=0809:00000809

[identification]

JoinWorkgroup=NEC

[Networking]

InstallDefaultComponents=Yes

[Components]

msmsgs=off

msnexplr=off

zonegames=off

[shell]

DefaultStartPanelOff = Yes

DefaultThemesOff = Yes

[GuiRunOnce]

%systemdrive%\install\main-setup.cmd

Dont Point to the inf file in the folder itself just point to the folder like mine above.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...