Ok, Im confused after reading the help file for adding application and registry tweaks.
I have my registry file created and located in XP\$OEM$
I have crearted a file called cmdlines.txt and located in XP\$OEM$
Multiple tweaks and multiple apps need to be installed completely unattended.
Im doing an unattended install of xp pro sp2 this works fine until I try an add registry tweaks and additional software. The software in folders on the cd under XP\$OEM$\$1\Install\Eudora ect
do I add them in the cmdlines.txt or in the sif file under [GuiRunOnce]
I guess I need examples...
below is a copy of my tweaks.reg and cmdlines.txt
tweaks.reg
Windows Registry Editor Version 5.00
;--------------------------------------------------------------------------------------------------------------------------------
;Speed up shutdown
[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
"HungAppTimeout"="100"
"WaitToKillAppTimeout"="1000"
;--------------------------------------------------------------------------------------------------------------------------------
;Faster reboot time
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"EnableQuickReboot"="1"
;--------------------------------------------------------------------------------------------------------------------------------
;Custom message to display before logon
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"LegalNoticeCaption"="Unattended Windows XP Pro Sp2 Install"
"LegalNoticeText"="Created by Brad Sorensen Systems Administrator Los Almos National Laboratory if you have any questions or comments about this install please contact me at brad@lanl.gov"
;--------------------------------------------------------------------------------------------------------------------------------
;Add Los Alamos National Laboratory As Main Start Page
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Start Page"="http://int.lanl.gov/"
;--------------------------------------------------------------------------------------------------------------------------------
;Increase Network Throughput
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters]
"MaxCmds"=dword:00000064
"MaxThreads"=dword:00000064
"MaxCollectionCount"=dword:00000064
;--------------------------------------------------------------------------------------------------------------------------------
;Increase RPC Packet Size
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc]
"MaxRpcSize"=dword:00100000
cmdlines.txt
[COMMANDS]
"REGEDT /S tweaks.reg"
NAV.msi "/qn REBOOT=Suppress"
eudora.exe "/qn REBOOT=Suppress"
adobe.msi"/qn REBOOT=Suppress"