User Tools

Site Tools


applicaties:silentinstall

Voor de unattended/silent installatie van diverse programma's.

Links

Algemeen

Plak bij een NSIS installer /S achter de executable. Gebruik voor silent uninstall de bij het NSIS verpakte programma's uninstall.exe met de /S parameter.

Inno Setup

InstallAnywhere

-i

Sets the installer interface mode: silent/console/gui.

c:\myinstall.exe -i silent

sh ./install.bin -i console

-f

Sets the location of an installer.properties file for the installer to use.

c:\myinstall.exe -f c:\tmp\installer.properties

Note: This path can be absolute or relative.

-r

Creates a response file.

c:\myinstall.exe -r c:\myinstaller.properties

Note: Response files can be used to provide input for silent installers.

-D

Passes custom command-line arguments.

c:\myinstall.exe -Dmyvar=myvalue

-l

Uses the specified language code (and optional country code) to set the locale for the InstallAnywhere installer.

c:\myinstall.exe -l en

sh ./install.bin -l pt_BR

The required language code is a two-character (commonly lowercase) code defined by the ISO-639 standard. InstallAnywhere accepts both old (iw, ji, and in) and new (he, yi, and id) language codes.

The optional country code is a two-character (commonly uppercase) code defined by the ISO-3166 standard. Note

Locale options are only respected if the installer includes localizations for the locale you specify.

-?

-help

Shows help for the InstallAnywhere installer.

Note: On Windows, -help only works from the console launcher. Make sure to set the LaunchAnywhere to Console on the Windows tab of the Project > Platforms subtask. (For an installed LaunchAnywhere to provide this information, you need to make sure it is explicitly set to Console Launcher on the action.)

Bron:Using Command-Line Arguments with Installers

Per applicatie

ColdFusion 8

Futurix Imager

futuriximager.exe /S
futuriximager_extras.exe /S

Java Runtime Environment

jre-1_5_0_09-windows-i586-p.exe /L1033 /s /v"/qn IEXPLORER=1 MOZILLA=1 REBOOT=Suppress JAVAUPDATE=0 CUSTOM=1"

Versie 6:

jre-6u6-windows-i586-p-s.exe /s IEXPLORER=1 MOZILLA=1 ADDLOCAL=ALL REBOOT=Suppress JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0

Java 6 silent install

Microsoft MDAC 2.8 SP1

mdac_typ /Q:A /C:"dasetup /Q /N"

Bron:MSDN - Redistributing MDAC 2.8 SP1

Microsoft Visual Studio

OpenOffice.org

1.x

Verwijderen van 1.1.3 NL geïnstalleerd onder C:\Program Files\OpenOffice.org1.1.3\:

"C:\Program Files\OpenOffice.org1.1.3\program\setup.exe" -r OpenOffice-1.1.3-uninstall.txt

OpenOffice-1.1.3-uninstall.txt:

[Environment]
InstallationMode=DEINSTALL
DestinationPath=C:\Programme\OpenOffice.org1.1.3
StartProcedure=MyStartProc
EndProcedure=
Languagelist=31
 
[Procedures]
Sub MyStartProc
HideSetup
End Sub

Bronnen:
WPKG - OpenOffice.org 1.1.5
The OpenOffice.org Unofficial FAQ v0.3.1b
StarOffice 6.0 English Collection documentatie PDF's. Zie de StarOffice 6.0 Software Administration Guide

2.4

Silent installatie van OpenOffice.org 2.4 met .doc en .xls associatie en het uitschakelen van de registration wizard:

@echo off

msiexec.exe /i "C:\Temp\Software\Open Office\openofficeorg24.msi" /qb!

rem .doc associeren met OpenOffice
assoc .doc=opendocument.WriterDocument.1

rem .xls associeren met OpenOffice
assoc .xls=opendocument.CalcDocument.1

rem De registratie wizard uitzetten.
"C:\Program Files\OpenOffice.org 2.4\program\unopkg.exe" add --shared "c:\Temp\Settings\openoffice\DisableFirstStartWzd.oxt"

Zie:OpenOffice.org wiki - Deactivating the OpenOffice.org Registration Wizard

applicaties/silentinstall.txt · Last modified: 2013/07/26 16:09 by bas