April 5, 200917 yr hi there, I have been messing with setting up a batch file that will install loads of applications for me silently Id like commands for the followingNero 8,9Office 2007Firefox - sorted! Adobe - sorted ! ItunesSkypeWin RarK-Pack codecspicasa 3this is what i have so far, I know this is very very basic but once I get the apps installed im happy!REM installing Firefox Mozillaf -msEcho Installing Adobe Readera -p"-s /v\"/qn\"" Edited April 5, 200917 yr by tech
April 5, 200917 yr K-Lite is no problem.Rename the package in klite.exePut it in c:\ and the open command prompt.type cd c:\ to change directorythen type klite.exe -make unattended which allows you to modify the installation the way you want it. It also give you instruction how to make a self-install package out of it. After that, put the install path in the batch file with no switches.Enjoy,Sp0iLeDBrAt
April 5, 200917 yr iTunesFirst extract itunessetup.exe,then make sure that you have the newest version of windows installer installed on your systemand finally install it with the /qn or /qb switch...start /wait %cdrom%\iTunes.msi /qb /norestart
April 5, 200917 yr download itunes..extract it with winrar.. u will get an *.msi file. Install it with the switches /qn or /qb
Create an account or sign in to comment