QUOTE (submix8c @ Mar 12 2009, 08:57 AM)

clickey for possible answerYou really need to use the Search at the top of the page -
Search->More Options->(the keywords in the box)->Where(Unattended/AppInstalls-on left)->ResultType(tick "posts")->clickSearch
This is how I found a
possible answer (I just put in "kaspersky"; took me 15 seconds).
In addition, if you right-click on the Installers, you'll see what type of installer it is. If you try using the Universal Extractor, sometimes you find out an MSI file is inside. In addition, many places where you obtain the Installers (e.g. KasperSky, not saying they have it though) will provide you (somewhere) the switches necessary. Sometimes this info can be found with a simple Google. As far as all of the Silent switches, you were told that each variety of installers has its own set and any given variety is usually consistent in the set of switches.
And, sometimes (usually) if you open a Command Prompt, Change Directory to the Installer, then enter the Installer.exe name with the switch "/?" you may even get your answer without even searching!
Many people here will simply not answer your "Request" topics because they feel that you want
them to do the "grunt work searching" for you.
You try searching first, then if you can't find the answer you need,
then ask for help.
"God helps those that help themselves"; please be more considerate of "requesting info" when the info is already there.
HTH
(p.s. try the above method for all of your other "Requests")
edit - this just "stumbled upon" (haven't browsed it, no interest myself...) -
http://www.ryanvm.net/forum/viewforum.php?f=14 hi, i do make alot of silent installs myself, i only request the 1 i hav trouble with hopin theres other people out there havin the same problem, please dont think im lazy and dont like abit of gut work, thats what makes it fun!
by the way i made kaspersky silent install im tryin 2 upload a link now but havin trouble with my s*** internet connection.
thanks 4 your advise
cheers james
Heres my list so far
@Echo Off
SetLocal EnableExtensions
SetLocal EnableDelayedExpansion
Install Windows XP pre Service Pack 4 updates
echo Install Windows XP pre Service Pack 4 updates
echo.
echo Installing All .NET Framework including updates
echo Please Wait...
Start /Wait NETFXAIO.exe
echo.
echo Installing Web Services Enhancements (WSE) 1.0
echo Please Wait...
Start /Wait %cdrom%\$OEM$\WindowsUpdates\Web_Services_Enhancements(WSE)1.0SP1.exe
echo.
echo Installing Web Services Enhancements (WSE) 2.0
echo Please Wait...
Start /Wait %cdrom%\$OEM$\WindowsUpdates\Web_Services_Enhancements(WSE)2.0SP3.exe
echo.
echo Insatlling Web Services Enhancements (WSE) 3.0
echo Please Wait...
Start /Wait %cdrom%\$OEM$\WindowsUpdates\Web_Services_Enhancements(WSE)3.0.exe
echo.
echo Installing Microsoft XML Core Services 4.0
echo Please Wait...
Start /Wait %cdrom%\$OEM$\WindowsUpdates\Microsoft_XML_Core_Services_4.0ServicePack2KB954430.exe
echo.
echo Installing Microsoft XML Core Services 4.0
echo Please Wait...
Start /Wait %cdrom%\$OEM$\WindowsUpdates\Microsoft_XML_Core_Services4.0ServicePack2KB936181.exe
echo.
echo Installing Microsoft XML Core Services 4.0 SP2
echo Please Wait...
start /Wait %cdrom%\$OEM$\WindowsUpdates\Microsoft_XML_Core_Services_4.0SDK.exe
echo.
echo Installing Microsoft XML Core Services 6.0
echo Please Wait...
Start /Wait %cdrom%\$OEM$\WindowsUpdates\Microsoft_XML_Core_Services(MSXML)6.0.exe
echo.
echo Installing Mircosoft Visual C++ 2005 SP1
echo Please Wait...
Start /Wait %cdrom%\$OEM$\WindowsUpdates\Microsoft_Visual_C++_2005_SP1_Redistributable_Package.exe
echo.
echo Installing Mircosoft Visual C++ 2008 SP1
echo Please Wait...
Start /Wait %cdrom%\$OEM$\WindowsUpdates\Microsoft_Visual_C++_2008_SP1_Redistributable_Package.exe
echo.
echo Installing Microsoft Visual J# 1.1
echo Please Wait...
Start /Wait %cdrom%\$OEM$\WindowsUpdates\Microsoft_Visual_J#.NET_Version1.1Redistributable_Package.exe
echo.
echo Installing Microsoft High Definition Audio Driver Package
echo Please Wait...
Start /Wait %cdrom%\$OEM$\WindowsUpdates\High_Definition_Audio_Driver_Package.exe
echo.
echo Installing Paint .NET
echo Please Wait...
Start /Wait Paint.NET.3.36_silent.exe
echo.
echo Installing Office 2003 Professional
echo Please Wait...
start /wait office.exe
echo.
echo Installing Office 2003 Updates
echo Please Wait...
Start /Wait %cdrom%\$OEM$\OfficeUpdates\Excel_2003_KB918419.exe
Start /Wait %cdrom%\$OEM$\OfficeUpdates\InfoPath_2003_KB920103.exe
Start /Wait %cdrom%\$OEM$\OfficeUpdates\Office_2003_KB914455.exe
Start /Wait %cdrom%\$OEM$\OfficeUpdates\Office_2003_KB921566.exe
Start /Wait %cdrom%\$OEM$\OfficeUpdates\Outlook_2003_KB913807.exe
Start /Wait %cdrom%\$OEM$\OfficeUpdates\Outlook_2003_KB920907.exe
Start /Wait %cdrom%\$OEM$\OfficeUpdates\PowerPoint_2003_KB916518.exe
Start /Wait %cdrom%\$OEM$\OfficeUpdates\Word_2003_KB917336.exe
echo.
echo Installing Acrobat Reader 9 Lite
echo Please Wait...
Start /Wait AdobeAcrobatReader9Lite.exe
echo.
echo Installing Windows Live Messenger
echo Please Wait...
Start /Wait LiveMessenger8_SFX.exe
echo.
echo Installing K-Lite Code Mega
echo Please Wait...
Start /Wait KLiteCodecPackMega453_silent.exe
echo.
echo Installing WinRAR
echo Please Wait...
Start /Wait winrar380pro_silent.exe
echo.
echo Installing Universal Extractor
echo Please Wait...
Start /Wait UniExt_silent.exe
echo.
echo Installing Auto It 3
echo Please Wait...
Start /Wait Auto_It_v3_silent.exe
Start /Wait SciTE4_Auto_It_v3_silent.exe
echo.
echo Installing Firefox
echo Please Wait...
Start /Wait firefox_silent.exe
echo.
echo Installing Internet Download Manager
echo Please Wait...
Start /Wait Internet_Download_Manager_5.15_build6.exe
Start /Wait InternetDownload_Reg.exe
Start /Wait Patch.exe
echo.
echo Installing Magic ISO
echo Please Wait...
Start /Wait Magiciso_silent.exe
Start /Wait Magiciso_Reg.exe
echo.
echo Installing DVD Fab
echo Please Wait...
start /Wait DVDFab_silent.exe
Start /Wait DVDFab_Reg.exe
echo.
echo Installing Unlocker
echo Please Wait...
Start /Wait unlocker1.8.7_silent.exe
echo.
echo Installing Kaspersky Internet Security 7
echo Please Wait...
Start /Wait Kaspersky_Internet_Security7.exe
echo.
echo Installing Vista Theme Pack
echo Please Wait...
Start /Wait VistaThemePack.exe
echo.
echo Installing Registry Tweaks
echo Please Wait...
Start /Wait reg.exe
Shutdown.exe -r -t 30
and a few other that i put in with n-lite