Silent Installs

This page is for Advanced users interested in automation of software install using batch files.

echo %Time% :Installing Firefox
%IPath%firefox\firefox.exe" -ms -ms /D="C:\Program Files\Mozilla Firefox"
echo from http://www.mozilla-europe.org/en/firefox/
echo Todo: install only as a update.

echo %Time% :Media Player Plugin for Firefox
%IPath%firefox\ffplugin.msi" /quiet

echo %Time% :Installing Flash and Shockwave
msiexec /I %IPath%flash\install_flash_player_active_x.msi" /passive /norestart
msiexec /I %IPath%flash\install_flash_player_plugin.msi" /passive /norestart
%IPath%flash\sw_lic_slim_installer.exe /S

echo %Time% :Installing QuickTime Alternative
%IPath%quicktime\quicktimealt181lite.exe" /norestart /verysilent /LoadInf=%IPath%quicktime\qtalt.ini" /TASKS="systemrestorepoint"

echo %Time% :Installing Adobe Reader
msiexec /I %IPath%adobe\Acroread.msi" /passive /norestart

echo %Time% :Installing KLcodec Pack
%IPath%KLcodec\klmcodec385.exe" /norestart /silent

echo %Time% :Installing CCleaner
xcopy %IPath%ccleaner\ccsetup2.exe" c:\  /Y
c:\ccsetup2.exe /S /D=C:\Program Files\CCleaner
xcopy %IPath%ccleaner\ccleaner.ini" "C:\Program Files\CCleaner\" /y

Echo %Time% :Installing Freemind
%IPath%Freemind\Freemind.exe" /silent

Echo %Time% :Installing Openoffice
msiexec /I %IPath%openofficeorg24\openofficeorg24.msi" /passive /norestart
xcopy  %IPath%openofficeorg24\Desktop\*.*" "C:\Documents and Settings\All Users\Desktop" /C /Y /h /I /R
xcopy  %IPath%openofficeorg24\Desktop\*.*" "C:\Documents and Settings\All Users.windows\Desktop" /C /Y /h /I /R
echo installing MS office 2007 Compatibility pack
%IPath%OpenOfficeorg24\FileFormatConverters.exe" /quiet

echo %Time% : Installing Paint.net
msiexec /I %IPath%Paint.net\PaintDotNet.x86.msi" /passive /norestart
echo from http://www.getpaint.net/download.html#download

Echo %Time% :installing Thunderbird
%IPath%Thunderbird\setup2.exe" -ms -ms /D="C:\Program Files\Mozilla Thunderbird"

echo %Time% :Installing Skype
msiexec /I %IPath%skype\skypesetup.msi" /passive /norestart

echo %Time% :Running CCleaner
"C:\Program Files\CCleaner\ccleaner.exe" /auto

pause

XP SP3

posted 16 Jan 2012 13:54 by Tom debomb

<
echo %Time% :Installing SP3, with-out restoration options

%ipath%XP SP3\WindowsXP-KB936929-SP3-x86-ENU.exe" /passive /nobackup /norestart
>
from http://www.microsoft.com/downloads/details.aspx?FamilyID=5B33B5A8-5E76-401F-BE08-1E1555D4F3D4&displaylang=en

Just extract the compressed executable after running it once

Microsoft .net

posted 16 Jan 2012 13:53 by Tom debomb

<
echo %Time% :Installing Dot net framework
%IPath%dotnet\install.exe" /q
>
 from http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5
<
echo %Time%: Installing Microsoft .NET Framework 3.5 Service Pack 1
msiexec /I %IPath%NETCFSetupv35.msi /passive /norestart
>
 from http://www.microsoft.com/downloads/details.aspx?FamilyID=E3821449-3C6B-42F1-9FD9-0041345B3385&displaylang=en

Java

posted 16 Jan 2012 13:51 by Tom debomb

To Extract MSI

1. Download full installer
http://www.java.com/en/download/manual.jsp
2. Run to first menu
3. go to
C:\Users\</user>\AppData\LocalLow\Sun\Java\
4. copy all of folder to network installer location
5. run by using these parameters
msiexec /I %IPath%java\jre1.6.0_X.msi" /passive /norestart


see
http://www.java.com/en/download/help/msi_install.xml

IE 8

posted 16 Jan 2012 13:50 by Tom debomb

<
Echo %Time% :Installing IE 8.0
%ipath%XP SP3\IE8-WindowsXP-x86-enu.exe" /passive /nobackup
>

from http://www.bestfreewaredownload.com/download/t-free-internet-explorer-8-for-windows-xp-freeware-zciwmvgu.html

CMD toolkit

posted 16 Jan 2012 13:49 by Tom debomb

<
echo %Time% :Installing CMD toolkit
msiexec /I %IPath%rktools\rktools.msi" /passive /norestart
>
from http://www.microsoft.com/downloads/details.aspx?FamilyID=9D467A69-57FF-4AE7-96EE-B18C4790CFFD&displaylang=en

Only relevant on windows domains to aid administration

1-5 of 5