war59312 |
6th Sep 04 06:29 PM |
Yeah I know I figured it out awhile ago. :)
Here is my new one. :)
This is of course for DVD. :) At 980 MB (1,028,325,458 bytes) after cleaning up un-need files. :)
I do about 500 registry tweaks and install at least 40 appz so far.
Working on adding office 2003 pro. :)
Code:
;SetupMgrTag
[Data]
AutoPartition = "0"
MsDosInitiated = "0"
UnattendedInstall = "Yes"
AutomaticUpdates = "Yes"
[Unattended]
UnattendMode = "FullUnattended"
OemPnPDriversPath="Drivers\000_nvidia_graphics;Drivers\001_ati_graphics;Drivers\002_Audigy2ZS;Drivers\003_OnBoardAudio"
FileSystem = *
OemSkipEula = "Yes"
OemPreinstall = "Yes"
UnattendSwitch = "Yes"
TargetPath = "\WINNT"
Repartition = "No"
WaitForReboot = "No"
CrashDumpSetting = "0"
DUDisable = "Yes"
DriverSigningPolicy = "Ignore"
Hibernation = "No"
[GuiUnattended]
AdminPassword = "pw removed"
EncryptedAdminPassword = "No"
OEMSkipRegional = "1"
TimeZone = "35"
OemSkipWelcome = "1"
AutoLogon = "Yes"
AutoLogonCount = "1"
[UserData]
ProductID = "sieral removed"
FullName = "name removed"
OrgName = "name removed"
ComputerName = *
[Display]
BitsPerPel = "32"
Xresolution = "1024"
YResolution = "768"
Vrefresh = "85"
[TapiLocation]
CountryCode = "1"
AreaCode = "3 Digit Area Code Removed"
[Identification]
JoinWorkgroup = "WORKGROUP"
[Networking]
InstallDefaultComponents = "Yes"
[Components]
msmsgs = "off"
msnexplr = "off"
zonegames = "off"
freecell = "off"
hearts = "off"
minesweeper = "off"
pinball = "off"
solitaire = "off"
spider = "off"
AccessOpt = "off"
Chat = "off"
Clipbook = "off"
Fax = "off"
Hypertrm = "off"
Indexsrv_system = "off"
Media_clips = "off"
Rec = "off"
WMAccess = "off"
[NetServices]
[Shell]
CustomDefaultThemeFile = "%WinDir%\Resources\Themes\Windows Classic.theme"
DefaultStartPanelOff = "Yes"
DefaultThemesOff = "Yes"
[WindowsFirewall]
Profiles = "WindowsFirewall.TurnOffFirewall"
[WindowsFirewall.TurnOffFirewall]
Mode = "0"
[IEPopupBlocker]
AllowedSites = *
BlockPopups = "No"
FilterLevel = "Medium"
ShowInformationBar = "No"
[GuiRunOnce]
%systemdrive%\install\Installer.cmd
|