Jump to content

am i insane or are my files setup properly


Recommended Posts

ok here is what i have setup.

I have a multiboot disk, and was running into problems with the driverpack finnisher.

Here are my files.

cd setup

root

|

|

boot- this holds all the boot files cdshell.ini etc

|

|

oem- this holds the driverpack files

|

|

root----holds the home and pro xps

|

|

software----- holds the software and the INSTALL.CMD

|

|

tools----- holds the menu and lang files

|

WIN51, WIN51IC, etc files

INSTALL.CMD



REM begin example to install software or tweaks based on os
REM :XHHO
REM Here we'll add the SOFTWARE to install to the XP Professional SP3 Corp With DriverPacks version.
REM "%~dp0" refers to the full path the Install.cmd is in, so you don't have to worry about drive letters
REM End this section
REM end of this section :
goto :end

REM :XHHR
REM Here we'll add the SOFTWARE to install to the XP Professional SP3 Corp version.
REM End this section
REM end of this section :
goto :end

REM :XHHU
REM Here we'll add the SOFTWARE to install to the XP Professional SP3 Retail With DriverPacks version.
REM End this section
REM end of this section :
goto :end


:end
REM Here we'll add the Applications for every OS.
CALL %SystemDrive%\DPsFnshr.exe
START /WAIT %CDROM%\SOFTWARE\ADOBE\Flash\FLASH_PLAYER_10.1.MSI /q
START /WAIT %CDROM%\SOFTWARE\ADOBE\Shockwave\SW_LIC_FULL_INSTALLER.MSI /qn
START /WAIT %CDROM%\SOFTWARE\ADOBE\READER\AdbeRdr1000_en_US.exe /msi /norestart /quiet
START /WAIT %SystemDrive%\DPsFnshr.exe

REM Installing Reg Tweaks
regedit /s "%CDROM%\SOFTWARE\Registry\IE-BRANDING.REG"
regedit /s "%CDROM%\SOFTWARE\Registry\Disable-IE-Setup.reg"
regedit /s "%CDROM%\SOFTWARE\Registry\Disable-Tour.reg"

REM Cleaning up the system.
net user aspnet /delete
DEL "%AllUsersProfile%\Start Menu\Set Program Access and Defaults.lnk"
DEL "%AllUsersProfile%\Start Menu\Windows Catalog.lnk"
exit

now in the i386 folder there is a folder called svcpack

in this folder there is another folder call CMD

in CMD is a file called RUNONCE.CMD

here is whats inside it


@echo off
for %%i 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 "%%i:\SOFTWARE\Install.cmd" call %%i:\SOFTWARE\Install.cmd
exit

inside the i386 folder there is a file called svcpack.inf



[Version]
Signature="$Windows NT$"
MajorVersion=5
MinorVersion=1
BuildNumber=2600

[SetupData]
CatalogSubDir="\i386\SVCPACK"

[SetupHotfixesToRun]
CMD\RunOnce.cmd

[ProductCatalogsToInstall]
BASECSP.CAT
D3DX9_24_X86.CAT
KB817688.CAT
KB889320-V2.CAT
KB897571.CAT
XACT_X86.CAT
XINPUT1_1_X86.CAT
XINPUT1_2_X86.CAT
XINPUT9_1_0_X86.CAT

[SetupHotfixesToRun]

[CatalogHeader]

and here is my winnt.sif



AutomaticUpdates="Yes"
Autopartition=0
MsDosInitiated=0
UnattendedInstall="Yes"

[Display]
Xresolution=1024
Yresolution=768
BitsPerPel=16
Vrefresh=60

[SystemRestore]

[GuiUnattended]
TimeZone=015
OEMSkipRegional=1
OemSkipWelcome=1

[Components]
WDSearch=Off
msnexplr=off

[UserData]
ProductKey="xxxxx-xxxxxx-xxxxx-xxxxx-xxxxx"

[RegionalSettings]
LanguageGroup=1
SystemLocale="0409"
UserLocale="0409"
UserLocale_DefaultUser="0409"
InputLocale="0409:00000409"
InputLocale_DefaultUser="0409:00000409"

[Networking]
InstallDefaultComponents="Yes"

[Identification]
JoinWorkgroup="MSHOME"

[GuiUnattended]
"%SystemRoot%\SOFTWARE\Install.cmd"

now does everything look good to you guys and gals.

there are no loops or wierd things going on, or can this be optimized?

Thank you.

PS how would you call the driverpacks finisher or where would you place it?

Edited by donald7777
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...