Jump to content

Can someone help me with a simple guide to using


Recommended Posts

pmcx9: I know what you mean: I, too, am very lazy.

I'd say you are well on your way. I think I have all the visual settings restored correctly on my box, though I have not gone over it with a fine toothed comb. I have not played with the power stuff, and there may be some sort of hardware dependecies, so you tell us. If I may be so bold ... a few things I would like to see in a "small time system builder":

Insurance, a la MS. You keep your install CD up to date, and send 'em one a month. For a certain fee ...

Safe system restore. Create a 2/3 partition system: [1 = Diagnostics], 2 = System, 3 = Data, all loaded onto a "clean" HDD from CD (ghost or such - there are even enough freewares). You can use the CD or Diagnostics partition to restore the system, and leave the data intact, in the case of chronic user "install everything I can download". You would need to make sure the partitions are active/non-hidden, etc, as well as defining user's directories (i.e. "My Documents") are stored on the D (Data) disk. None of this is too difficult, and once in place, fairly maintenance free.

My reasoning is that if you do not have a large customer base, you need to get more $$ per customer, while offering a quality service that they are satisfied with, and happy to pay for. You recover 2 years, or even two months of some one's data, and you are (rightfully so) their hero.

Just a thought. Let us know how you get on with the last steps.

Link to comment
Share on other sites


i did chuckle reading that reply.

My customers are individuals not business. I install remote administrator software(tightvnc) as standard on all pc's so I can "sort" out their cock ups.

Have you ever sat on the phone or on msn messenger and tried to explain to someone how to hover over a black "V" to get an ip and they swear blind it is not there.

Regarding the ntuser.dat file......it definitely contains all the settings that I am interested in a new user having. Like you said before I need to get a way of overwriting the original immediately after reboot before guirunonce initiates

Link to comment
Share on other sites

I'd still go with export/import. The whole thing ain't that big, try it. If you feel the need for copying the whole thing, I'm sure that there is an "overwrite on next reboot" queue, and I would bet it is availible from within a simple .inf file. There are certainly people on board that can tell you about those: I cannot, but it sounds like it may be what you want.

Brave chap, using VNC. I would go nuts if I looked at what they did!

Link to comment
Share on other sites

Thought I'd ask, guys - since my scripts aren't that bloated and all (:)), should I use just the cmdlines.txt method?

Here are what my scripts happen to resemble:

winnt.sif

;SetupMgrTag
[Data]
   AutoPartition=0
   MsDosInitiated="0"
   UnattendedInstall="Yes"

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   TargetPath=\WINDOWS
   Repartition=No
   UnattendSwitch="no"
   WaitForReboot="No"
   DriverSigningPolicy=Ignore
   OemPnPDriversPath="Drivers\NVidia4523"

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=85
   OemSkipWelcome=1

[UserData]
   ProductKey=
   FullName="Marz of Zenogias"
   OrgName="Zenogias Gunshot Glitter Gathering"
   ComputerName=marz-tjza1ttk

[Display]
   BitsPerPel=32
   Xresolution=1024
   YResolution=768
   Vrefresh=85

[TapiLocation]
   CountryCode=44
   Dialing=Tone
   AreaCode=01895

[RegionalSettings]
   LanguageGroup=7,8,10,9,1
   Language=00000809

[GuiRunOnce]
   Command0=%systemdrive%\Install\adjust.cmd
   Command1=%systemdrive%\Install\hotfixes.cmd

[Identification]
   JoinWorkgroup=HOME

[Shell]
   CustomDefaultThemeFile="%WinDir%\Resources\Themes\Marz' White Look.theme"
   DefaultStartPanelOff=Yes

[Components]
   accessopt=off
   chat=off
   autoupdate=off
   IEAccess=off
   OEAccess=off
   fax=off

[Branding]
   BrandIEUsingUnattended=Yes

[URL]
   Home_Page=about:blank

[Networking]
   InstallDefaultComponents=Yes

adjust.cmd

CLS
@echo off
ECHO.
ECHO Over the next few minutes you will see automated installations
ECHO of various sofware applications, windows updates, and registry
ECHO hacks being implemented. The computer will restart automatically
ECHO once the whole process has finished!
ECHO.
ECHO.
ECHO -- Disabling Messenger Service with Shoot The Messenger...
start %systemdrive%\install\Tools\ShootTheMessenger disable
ECHO.
ECHO -- Disabling Universal Plug and Play with UnPlug n' Pray...
start %systemdrive%\install\Tools\UnPnP disable
ECHO.
ECHO -- Copying Tools...
COPY "%systemdrive%\Install\Tools\deluser.exe" "%systemroot%\"
COPY "%systemdrive%\Install\Tools\UPTIME.exe" "%systemdrive%\Documents and Settings\%username%"
ECHO.
ECHO -- Copying PSKill utility...
COPY "%systemdrive%\Install\Tools\pskill.exe" "%systemroot%\"
ECHO.
ECHO -- Applying Metapad 3.5 Filters...
REGEDIT /S %systemdrive%\install\filters.reg
ECHO.
ECHO -- Applying Registry Tweaks...
REGEDIT /S %systemdrive%\install\RegTweaks.reg
ECHO.
ECHO -- Deleting Temp Drivers Folder...
RD /S /Q %systemdrive%\Drivers
ECHO.
EXIT

hotfixes.cmd

CLS
@echo off
ECHO.
ECHO -- Installing Windows Update Hotfixes
ECHO.
ECHO Installing Q330994: April 2003, Cumulative Patch for Outlook Express 6 SP1...
start /wait %systemdrive%\install\Hotfixes\q330994.exe /Q:A /R:N
ECHO.
ECHO Installing Q815411: Help Algorithm Update for atypically large Heap Requests...
start /wait %systemdrive%\install\Hotfixes\Q815411_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing Q819696: Unchecked Buffer in DirectX could enable Sys. Compromise...
start /wait %systemdrive%\install\Hotfixes\Q819696_WXP_SP2_x86_ENU.exe /Q /M /Z
ECHO.
ECHO Installing KB817787: Flaw in WMP Skins D/Ling Could Allow Code Execution...
start /wait %systemdrive%\install\Hotfixes\WindowsMedia8-KB817787-x86-ENU.exe /Q:A /R:N
ECHO.
ECHO Installing KB820291: New "Set Program Access and Defaults" Start Menu icon...
start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB820291-x86-ENU.exe /Q /M /Z
ECHO.
ECHO -- Restarting the PC in 1 minute...
shutdown.exe -r -t 60 -f -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!"
ECHO.
ECHO -- Deleting Temp Installation Files...
RD /S /Q %systemdrive%\install
ECHO.
EXIT

RegTweaks.reg

Windows Registry Editor Version 5.00 

;This will add "Services" to the right-click menu of "My Computer"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services]
@=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,00,00
"SuppressionPolicy"=dword:4000003c
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command]
@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00, 65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52, 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00, 32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00

;This adds the "Open Command Window Here" on the right-click menu for drives and folders
[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="Open Command Window Here"
[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@="cmd.exe /k \"cd %L\""
[HKEY_CLASSES_ROOT\Drive\shell\cmd]
@="Open Command Window Here"
[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]
@="cmd.exe /k \"cd %L\""

;This gets rid of the annoying IE icon in Windows Explorer
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\ShellBrowser]
"ITBarLayout"=hex:0c,00,00,00,4c,00,00,00,74,00,00,00,1a,00,00,00,10,00,00,00,\
 17,00,00,00,05,00,00,00,6a,00,00,00,26,00,00,00,01,00,00,00,e0,00,00,00,56,\
 00,00,00,02,00,00,00,29,00,00,00,57,00,00,00,03,00,00,00,a8,00,00,00,00,00,\
 00,00,04,00,00,00,09,00,00,00,55,01,00,00
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\Explorer]
"ITBarLayout"=hex:0c,00,00,00,4c,00,00,00,74,00,00,00,1a,00,00,00,13,00,00,00,\
 33,00,00,00,05,00,00,00,6a,00,00,00,26,00,00,00,01,00,00,00,e1,00,00,00,df,\
 01,00,00,04,00,00,00,01,00,00,00,bd,00,00,00,02,00,00,00,20,00,00,00,8d,01,\
 00,00,03,00,00,00,09,00,00,00,b8,00,00,00

;Some various Explorer settings
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000001
"ShowCompColor"=dword:00000001
"HideFileExt"=dword:00000000
"DontPrettyPath"=dword:00000000
"ShowInfoTip"=dword:00000001
"HideIcons"=dword:00000000
"MapNetDrvBtn"=dword:00000000
"Filter"=dword:00000000
"SuperHidden"=dword:00000001
"ShowSuperHidden"=dword:00000001
"SeparateProcess"=dword:00000000
"IntelliMenus"=dword:00000000
"ListviewAlphaSelect"=dword:00000001
"ListviewShadow"=dword:00000001
"ListviewWatermark"=dword:00000000
"TaskbarAnimations"=dword:00000000
"StartMenuInit"=dword:00000002
"Start_LargeMFUIcons"=dword:00000000
"Start_MinMFU"=dword:00000000
"Start_ShowControlPanel"=dword:00000001
"Start_EnableDragDrop"=dword:00000001
"StartMenuFavorites"=dword:00000000
"Start_ShowHelp"=dword:00000000
"Start_ShowMyComputer"=dword:00000000
"Start_ShowMyDocs"=dword:00000000
"Start_ShowMyMusic"=dword:00000000
"Start_ShowMyPics"=dword:00000000
"Start_ShowPrinters"=dword:00000000
"Start_ShowRun"=dword:00000001
"Start_ScrollPrograms"=dword:00000000
"Start_ShowSearch"=dword:00000001
"Start_ShowRecentDocs"=dword:00000000
"Start_AutoCascade"=dword:00000000
"Start_NotifyNewApps"=dword:00000000
"Start_AdminToolsRoot"=dword:00000000
"StartMenuAdminTools"=dword:00000000
"TaskbarSizeMove"=dword:00000001
"TaskbarGlomming"=dword:00000000
"NoNetCrawling"=dword:00000001
"FolderContentsInfoTip"=dword:00000001
"FriendlyTree"=dword:00000000
"WebView"=dword:00000000
"WebViewBarricade"=dword:00000001
"DisableThumbnailCache"=dword:00000001
"ClassicViewState"=dword:00000001
"PersistBrowsers"=dword:00000000
"CascadeControlPanel"="YES"
"CascadeNetworkConnections"="YES"
"StartButtonBalloonTip"=dword:00000002
"Start_ShowNetConn"=dword:00000001

;Alters some Internet Explorer settings
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"ShowGoButton"="no"
"NotifyDownloadComplete"="no"
"Use FormSuggest"="yes"

;Adds search keywords to Internet Explorer (in this order: Microsoft Knowledge Base, Altavista, Google, MSN, FileMirrors)
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\MSKB]
@="http://support.microsoft.com/?kbid=%s"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\AV]
@="http://www.altavista.com/sites/search/web?q=%s"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\GGL]
@="http://www.google.com/search?q=%s"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\MSN]
@="http://search.msn.com/results.asp?q=%s"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\FM]
@="http://www.filemirrors.com/search.src?file=%s"

;Prevents Internet Explorer windows from being reused
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"AllowWindowReuse"=dword:00000000

;Max your Internet Explorer's simultaneous downloads to 32 (default was 2)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPer1_0Server"=dword:00000020
"MaxConnectionsPerServer"=dword:00000020
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:00000020
"MaxConnectionsPer1_0Server"=dword:00000020

;Broadband Tweak for Windows 2000/XP/2003 (makes it act faster)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"GlobalMaxTcpWindowSize"=dword:0003ebc0
"TcpWindowSize"=dword:0003ebc0
"Tcp1323Opts"=dword:00000001
"DefaultTTL"=dword:00000040
"EnablePMTUDiscovery"=dword:00000001
"EnablePMTUBHDetect"=dword:00000000
"SackOpts"=dword:00000001
"TcpMaxDupAcks"=dword:00000002
"MTU"=dword:000005dc

;Increase the Icon Cache Size to 16384
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"Max Cached Icons"="16384"

;Increase the Folder Cache Size to 7000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell]
"BagMRU Size"=dword:00001b58
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam]
"BagMRU Size"=dword:00001b58

;Change the Start Menu load speed to a faster setting
[HKEY_CURRENT_USER\Control Panel\Desktop]
"MenuShowDelay"="2"

;RAM usage tweaks
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001
"LargeSystemCache"=dword:00000001
"IoPageLockLimit"=dword:1bf00000
"SecondLevelDataCache"=dword:00000100

;AMD Processor Fix
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"LargePageMinimum"=dword:ffffffff

;Prefetcher tweak (faster booting)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]
"EnablePrefetcher"=dword:00000003

;System Pages memory tweaked to 256Mb
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"SystemPages"=dword:00040000

;Disable Automatic Restart in the event of a BSOD
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
"AutoReboot"=dword:00000000

;Disable the Desktop Cleanup Wizard
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]
"NoRun"=dword:00000001

;Disables Error Reporting, but notifies when errors occur
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]
"DoReport"=dword:00000000

;Disable Imapi CD-Burning COM Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ImapiService]
"Start"=dword:00000004

;Disable Indexing Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CiSvc]
"Start"=dword:00000004

;Set IPSEC Services Service to Manual
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PolicyAgent]
"Start"=dword:00000003

;Disable MS Software Shadow Copy Provider Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SwPrv]
"Start"=dword:00000004

;Disable Volume Shadow Copy Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VSS]
"Start"=dword:00000004

;Disable NetMeeting Remote Desktop Sharing Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mnmsrvc]
"Start"=dword:00000004

;Disable Nvidia Driver Helper Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NVSvc]
"Start"=dword:00000004

;Disable Portable Media Serial Number Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WmdmPmSp]
"Start"=dword:00000004

;Set Protected Storage Service to Manual
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ProtectedStorage]
"Start"=dword:00000003

;Disable Remote Registry Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]
"Start"=dword:00000004

;Disable Smart Card Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SCardSvr]
"Start"=dword:00000004

;Disable Smart Card Helper Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SCardDrv]
"Start"=dword:00000004

;Set Task Scheduler Service to Manual
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule]
"Start"=dword:00000003

;Disable Windows Time Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time]
"Start"=dword:00000004

;Speed up browsing remote computers
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}]

;Speed up NTFS
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"Win31FileSystem"=dword:00000000
"Win95TruncatedExtensions"=dword:00000001
"NtfsDisableLastAccessUpdate"=dword:00000001

;Speed up shutdown process (Part 1)
[HKEY_CURRENT_USER\Control Panel\Desktop]
"HungAppTimeout"="5000"
"WaitToKillAppTimeout"="4000"

;Speed up shutdown process (Part 2)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="2000"

;Disable System Restore
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore]
"DisableSR"=dword:00000001

;Allow renaming of Recycle Bin
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
"Attributes"=hex:50,01,00,20
"CallForAttributes"=dword:00000000

;This will allow you to autologin.
;Replace InsertName value with the Username you want to autologin with.
;Replace InsertPassword value with the password corresponding to the Username specified.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"="Marz"
"DefaultPassword"=""
"AutoAdminLogon"="1"

;Won't check if you are low on diskspace or pop-up a balloon telling you.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001

;Removes the Recent Documents section from the start menu.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRecentDocsMenu"=dword:00000001

;Do Not Receive Media Player Licences
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
"SilentAcquisition"=hex:00

;Disable Media Player identification through Internet sites
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
"SendUserGUID"=hex:00

;Disable automatic codec downloads
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
"UpgradeCodecPrompt"=hex:00

;Do not allow Windows/MSN Messenger to start with Outlook Express
[HKEY_LOCAL_MACHINE\Software\Microsoft\Outlook Express]
"Hide Messenger"=dword:00000001

;Disable 'Hide Inactive Icons'
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"EnableAutoTray"=dword:00000000

;Sorts My Computer on top of My Documents on the desktop
[HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}]
"SortOrderIndex"=dword:00000054

;Enable ClearType for ALL Users
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"FontSmoothing"="2"
"FontSmoothingType"=dword:00000002
[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothing"="2"
"FontSmoothingType"=dword:00000002

;Do not allow the CD to autorun
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom]
"AutoRun"=dword:00000000

;Do not cache failed DNS lookups
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d

Link to comment
Share on other sites

As you may have guessed ... I do everything from CMDLINES.TXT. My installations consist of Windows and windows add-ons/upgrades, like DX9, WMP9, MDAC, and that other stuff which I consider to be an "integrated part" of the basic Windows OS. I find CMDLINES.TXT the best place for me to do this. If you are installing 3rd party software, I can see the advantages to doing it here, and reasons that perhaps it should/must be done later. I don't install other software this way, so I cannot speak from experience. There are others out there that can guide you better. I would suggest to just taste and see. If it works, great. If not .. oh well.

I would think it does depend on what exactly you are installing, etc, but your scripts are too long for me to read... some of it might belong in one place, and some in another. HKCU reg stuff should certainly be done here.

Link to comment
Share on other sites

GreenMachine: I do the same. All Windows files (hotfixes, updates...) I do them from cmdlines.txt. I do software installations from the GuiRunOnce. In my environment I have only found one program that requires HKCU setup, but this is only on about 10 PCs out of 500. I do not get much time to play around with some of the things that I would like to try because does not wish to give me the time to do so. Yet, they want me to make sure everything is up to date on our RIS server without giving me alocated time. (Hence the reason for my "self discovery" hotfix script I have detailed in a few posts here) I do have a setup at home but it's hard finding time to play around and take care of my 16 month old daughter. I am about 50% done with the documentation I will be using to create a HOW TO webpage on RIS. I will make sure the link is available to all here when I am done.

Link to comment
Share on other sites

Okay, I've built my Installs.cmd file. I kinda based it on your design GM, as you may notice here:

@ECHO OFF

TITLE Post Install Setup

:: ---------- Update MS Components

ECHO Updating Microsoft JavaVM.
START "MS JavaVM" /WAIT ".\MsJavaVM_3810.exe" /Q:A /R:N

:: ---------- Install important Hotfixes

ECHO Installing Q330994: April 2003, Cumulative Patch for Outlook Express 6 SP1.
START "Q330994" /WAIT ".\HOTFIXES\q330994.exe" /Q:A /R:N

ECHO Installing Q815411: Help Algorithm Update for atypically large Heap Requests.
START "Q815411" /WAIT ".\HOTFIXES\Q815411_WXP_SP2_x86_ENU.exe" /Q /M /Z

ECHO Installing Q819696: Unchecked Buffer in DirectX could enable Sys. Compromise.
START "Q819696" /WAIT ".\HOTFIXES\Q819696_WXP_SP2_x86_ENU.exe" /Q /M /Z

ECHO Installing KB817787: Flaw in WMP Skins D/Ling Could Allow Code Execution.
START "KB817787" /WAIT ".\HOTFIXES\WindowsMedia8-KB817787-x86-ENU.exe" /Q:A /R:N

ECHO Installing KB820291: New "Set Program Access and Defaults" Start Menu icon.
START "KB820291" /WAIT ".\HOTFIXES\WindowsXP-KB820291-x86-ENU.exe" /Q /M /Z

:: ---------- Install the PSKill tool

ECHO Installing PSKill utility.
COPY "%systemdrive%\Install\Tools\pskill.exe" "%systemroot%\"

:: ---------- Disable a few services

ECHO Disabling Messenger Service with Shoot The Messenger.
START "Shoot the Messenger" /WAIT ".\TOOLS\ShootTheMessenger.exe" disable

ECHO Disabling Universal Plug and Play with UnPlug n' Pray.
START "UnPlug n' Pray" /WAIT ".\TOOLS\UnPnP.exe" disable

:: ---------- Adjust the registry

ECHO Importing Registry Files.
START "" /WAIT REGEDIT /S "HKLM.reg"
START "" /WAIT REGEDIT /S "HKCR.reg"
START "" /WAIT REGEDIT /S "HKCU.reg"

ECHO Importing metapad 3.5 Filters.

START "" /WAIT REGEDIT /S "Filters.reg"

EXIT

This consists of most of the stuff you saw in my adjust and hotfixes cmds. Plus I took your registry division idea and divided my RegTweaks.reg into seperate reggies consisting of certain types of settings judging by their names. :)

Where do I need to store the files though? Inside $OEM$? Inside $OEM$/$1? And what about my NVIDIA drivers? My winnt.sif is set to "Drivers\Nvidia4523", so I assume I would need to keep $1 still right? And the stuff in $$ as well?

I'm not installing .NET Framework 1.1 since I don't feel I absolutely need it as of this time. Do I need it however to do all that user creating bizziness at the end, or can I simply create my account through the Windows First-Time Setup as normal? As of now I'm the sole user of the computer I'm using and so needn't worry about creating multiple users.

Link to comment
Share on other sites

this may sound silly but can i use call commands in cmdlines.txt to read something like this

[COMMANDS]
ECHO installing progams directx9b, .NET, Windows Media player 9etc.
call .\hotfixes\recommend\recommend.cmd

ECHO Installing all bug fixes for windows and other recommended updates.
call .\hotfixes\critical\critical.cmd

EXIT

If I was to make a cd and new a cmdlines.txt do i need to tell the winnt.sif to use it and where about do I put the file in the CD eg \I386\ or \$OEM$\

Im trying not to use the $OEM$ if I can but I haven't made the cd yet just getting the files together and making my Hotfixes scripts working so that i can use them in an unattended install or a preinstalled system using a windows xp custom cd :)

Link to comment
Share on other sites

@Marz:

You weren't going to take no for an answer, eh? Well, you posted a bit more than 20 lines of code, but I read it anyway (I think it was the double colons, space, 10 dashes, space, comment that caught my eye...)

I divide the reg files, cause they were getting long and hard to read. I also copy the HKCU.reg file to %SYSTEMROOT%\System32, and make a shortcut to regedit calling it silently, so I can easily reset those settings at the click of a mouse.

I would think your drivers go in <CDROM>:\$OEM$\$1\Drivers\...

I don't know what's in <CDROM>:\$OEM$\$$\, but this method should not change anything in that respect. You do not need to use either of these directories for programs that are called from CMDLINES.TXT: you can store them in $OEM$, as you will do with the hotfixes. Your CD should look something like this: (according to your script)

<CDROOT>
-$OEM$
--MsJavaVM_3810.exe
--HKLM.reg
--HKCR.reg
--HKCU.reg"
--Filters.reg
--$$ - Files to be copied to %SYSTEMROOT% (I think ...)
--$1 - Files to be copied to %SYSTEMDRIVE% (Probably C:\)
---Drivers
----Nvidia4523
---Install
----Tools
-----PSKill.exe
---TOOLS
----ShootTheMessenger.exe
----UnPnP.exe
--HOTFIXES
---q330994.exe
---Q815411_WXP_SP2_x86_ENU.exe
---Q819696_WXP_SP2_x86_ENU.exe
---WindowsMedia8-KB817787-x86-ENU.exe
---WindowsXP-KB820291-x86-ENU.exe

You may want to change it a little: you have a TOOLS and a Install\Tools directory.

You do this:

COPY "%systemdrive%\Install\Tools\pskill.exe" "%systemroot%\"

You do not need to copy to HDD from $OEM$\$1\, then copy again. You can either put it in the proper $oem$ directory, or copy it directly from the CD.

I don't know what your Shooter and UnPnP executables do, but if it is to stop services, as the comment suggests, why not do from a .reg file?

I install .Net because I know that it will be needed at one moment or the other, and I control the installation better at this point.

Even in a single user system, I do not use the built-in administrator account, so i still need to create users, which I do simply through the NET command. You can also do it from the first-time setup, and you will have any reg settings you made here.

@Garth: CMDLINES.TXT goes in $OEM$, and that is what triggers it. No $OEM$, No OEM type install, WINNT.SIF or no WINNT.SIF. You can slipstream most (not all) hotfixes, and that will avoid the need of $OEM$, but your installation will not be completly up to date on critical updates, and you cannot do the "extra" programs like WMP, DirectX, etc.

In CMDLINES.TXT you list calls that will be parsed by setup. Yours should look something like

[COMMANDS]
".\hotfixes\recommend\recommend.cmd"
".\hotfixes\critical\critical.cmd"

I prefer just one call, and DOS 8.3, but that should not matter.

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