-
Notifications
You must be signed in to change notification settings - Fork 109
Package installer types
dtgm edited this page Feb 20, 2016
·
6 revisions
$silentArgs = '/quiet /qn /norestart' # MSI
$silentArgs = '/S' # NSIS
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' # Inno Setup
$silentArgs = '/s' # InstallShield
$silentArgs = '/s /v"/qn"' # InstallShield with MSI
$silentArgs = '/s /f1"$issPath"' # InstallShield, requires uninstall.iss file
$silentArgs = '/s /a /s /sms /f1"$issPath"' # InstallShield's PackagefortheWeb (PFTW), requires uninstall.iss file
$issPath = $true # if using $issPath in silentArgs
$silentArgs = '/s' # Wise InstallMaster
$silentArgs = '-q' # Install4j
$silentArgs = '-s -u' # Ghost
$silentArgs = '' # IzPack, requires *.xml files
Note that some installers, in addition to the silentArgs above, may also need assistance of AHK to achieve silence.
$silentArgs = '' # none; make silent with input macro script like AutoHotKey (AHK)
/quiet /qn /norestart
$ grep -P '(?<=\$silentArgs = )./quiet /qn' */tools/chocolatey[iI]nstall.ps1 | grep -v 'template' | wc -l
32
$ grep -P '(?<=\$silentArgs = )./quiet /qn' */tools/chocolatey[iI]nstall.ps1 | grep -v 'template' | cut -d'/' -f1
adblockplusie
bluej
bluej-bundled
commitmonitor.install
cryptsync
duplicati.install
encryptr
goodsync
gtksharp
gurtle
komodo-edit
krita
mariadb
meld
monodevelop
npackd.install
npackd-cli.install
nunit.install
opcion.new
pan
pydio-sync.new
scite
tor
tortoisegit
tortoisehg
tortoisesvn
trillian
twisted
ultravnc
urbackup-client.new
usagestats
zimbra-desktop
/S
$ grep -P '(?<=\$silentArgs = )\047/S\047' */tools/chocolatey[iI]nstall.ps1 | grep -v 'template' | wc -l
142
$ grep -P '(?<=\$silentArgs = )\047/S\047' */tools/chocolatey[iI]nstall.ps1 | grep -v 'template' | cut -d'/' -f1
0ad
360ts.handover
acestream
ad-awarefreeantivirus.handover
adh.new
advancedsystemtweaker
amule.install
andy
anomos
arduino
ares
armory
bacula
belvedere
bitcoin.install
bitcoinxt.install
bitmeteros
bluescreenview.install
bulletspassview.install
cdex
claws-mail
cmake.install
create-synchronicity.install
cyberduck.install
darkcoin.install.new
deluge
digikam
dogecoin.install
downtester.install
dreampie
duplicatecleaner
easytag
ekiga
electrum.install
emulationstation.install
emule
fah
fastresolver.install
feathercoin
findthatfont
fontmatrix
freearc.install
frhed.install
frostwire.new
gajim
gamedownloader.install
gcstar
geany
geany-nogtk
glasswire
gpg4win
gpg4win-light
gpg4win-vanilla
gramps
gsmartcontrol
gtk-runtime
handbrake.install
hddguardian
hmne
icecast
iconsext.install
iepv.install
ipnetinfo.install
italc
jstock
kicad
kodi
lili.install
linkshellextension
litecoin
littleregistrycleaner.handover
lmms
love.install
lyx
mailpv.install
mediainfo
mremoteng
mspass.install
multibit
mvc
mweather.install
netpass.install
ninja-ide
nk2edit.install
nsis.install
ofview.install
opencodecs
openra
openstego.install
orwelldevcpp
pandabank.install
passwordscan.install
peercoin
peerunity.install
popcorntime
primecoin
privoxy
produkey.install
psi.install
pstpassword.install
qtox.new
regscanner.install
retroshare
riecoin
rssowl
sabnzbd
sagethumbs
sandboxie.install
seqdownload.install
serviwin.install
shexview.install
smartmontools
smsniff.install
sniffpass.install
speedfan
sqlitebrowser
stunnel
subtitleworkshop.install
subtitleworkshop.portable
svgcleaner
sylpheed
sysexp.install
tinycad
ums
urbackup-server.new
veracrypt
videocacheview.install
volumouse.install
webbrowserpassview.install
webvideocap.install
whoistd.install
windjview
windowsrepair
winedt
winrar
wirelessnetview.install
wnetwatcher.install
wul.install
xiphqt
yacy
zbar
zona
/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
$ grep -liP '(?<=\$silentArgs = ).*VERYSILENT' */tools/chocolatey[iI]nstall.ps1 | grep -v 'template' | wc -l
79
$ grep -liP '(?<=\$silentArgs = ).*VERYSILENT' */tools/chocolatey[iI]nstall.ps1 | grep -v 'template' | cut -d'/' -f1
0install.install
advancedsystemcare
advancedsystemcare-ultimate
aida64-engineer
aida64-extreme
atraci
blink
bonjour-sdk.new
bulkrenameutility.install
cccp
celestia
clamwin
colormania
crystaldiskmark
diffuse
dispcalgui.install
drivergenius
dropit.install
dumo
duplicatefilefinder
eventghost
eviacam
filealyzer
firefox-beta
firefox-dev
firefox-nightly
fontforge
freenet
freeplane
freesshd
gdevelop
genymotion
imageglass
kcleaner
keepass.install
kodos
librecrypt
linphone.new
luckybackup
manictime.install.new
manictime.new
mc
msigna
mtn
multipar.install
namecoin
nexusfile.install
nexusfont.install
padgen
padmanager
partitionwizard
peazip.install
peerblock
processhacker.install
pwgen.install
quiterss
regexcoach
scilab
shareaza
smartmontools-win.old
softwareinformer
sonarr
speex
spybot
stellarium
sumo
syncany
systemninja.install
telegram.install
texniccenter
tox.new
ultraiso
uniextract.install
vboxvmservice
win32diskimager.install
winscp.install
xnview-plugins.new
xshredder.new
zope.interface.new
/s
/s /v"/qn"
$ grep -P '(?<=\$silentArgs = )./S /v' */tools/chocolatey[iI]nstall.ps1 | grep -v 'template' | wc -l
2
$ grep -P '(?<=\$silentArgs = )./S /v' */tools/chocolatey[iI]nstall.ps1 | grep -v 'template' | cut -d'/' -f1
boinc
windows-tweaker.install
/s /f1"$issPath"
/s /a /s /sms /f1"$issPath"
/s
-q
$ grep -P '(?<=\$silentArgs = )\047-q\047' */tools/chocolatey[iI]nstall.ps1 | grep -v 'template' | wc -l
3
$ grep -P '(?<=\$silentArgs = )\047-q\047' */tools/chocolatey[iI]nstall.ps1 | grep -v 'template' | cut -d'/' -f1
install4j.install
multibit-hd
spark
-s -u
- datacrow
Reference: https://github.com/dtgm/chocolatey-packages/tree/master/automatic#install-frameworks