Jump to content

Silent Installs Batch File


tech

Recommended Posts

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 following

Nero 8,9

Office 2007

Firefox - sorted!

Adobe - sorted !

Itunes

Skype

Win Rar

K-Pack codecs

picasa 3

this 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 Mozilla

f -ms

Echo Installing Adobe Reader

a -p"-s /v\"/qn\""

Edited by tech
Link to comment
Share on other sites


K-Lite is no problem.

Rename the package in klite.exe

Put it in c:\ and the open command prompt.

type cd c:\ to change directory

then 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

Link to comment
Share on other sites

iTunes

First extract itunessetup.exe,

then make sure that you have the newest version of windows installer installed on your system

and finally install it with the /qn or /qb switch...

start /wait %cdrom%\iTunes.msi /qb /norestart

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