tech Posted April 5, 2009 Posted April 5, 2009 (edited) 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, 2009 by tech
Sp0iLedBrAt Posted April 5, 2009 Posted April 5, 2009 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
targa Posted April 5, 2009 Posted April 5, 2009 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
tech Posted April 5, 2009 Author Posted April 5, 2009 sorry im new to this can you explain a little tks
targa Posted April 5, 2009 Posted April 5, 2009 download itunes..extract it with winrar.. u will get an *.msi file. Install it with the switches /qn or /qb
g-force Posted April 5, 2009 Posted April 5, 2009 Office 2007: http://www.msfn.org/board/index.php?showtopic=72392
tech Posted April 12, 2009 Author Posted April 12, 2009 Thanks for the help guys, Im getting there slowly but getting there..
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now