Vaca/CommonlyUsedInstallers
This page lists some of the commonly used installers, and how to make them install without asking the user for anything:
If someone has a great way to find out what kind of instaler a particular setup file is made with, i would welcome that. Right know i sometimes have to go to the installer source of a particular project to find out which installer system they use.
Inno Setup
<installer.exe> /silent
Great installer by the way, used by Vaca!
NSIS (Nullsoft Scriptable Install System)
<installer.exe> /S
MSI (Microsoft Installer thingy)
<installer.msi> /quiet
Comments (0)
Post comment
If you wish, you can use markdown syntax in the comment field.