Silent installation is installing the application with all of the default settings automatically. No windows appear that need to be responded to. Thus the install can be performed over a network without being physically where the networked machine is.
Silent installation can be invoked with “/S” command line switch (it is case sensitive). This is useful for unattended installation and registration over a large number of computers.
From version 12.5 it is also possible to specify registration details on the command-line when doing a silent install using “/regname” and “/key” -switches.
The sequence of switches “/S /regname Webyog /key abcd1-bcdf1” will register with “Webyog” as registration name and “abcd1-bcdf1” as registration key.
The registration name and key can be “double quoted” – and must be if they contain specific characters such as SPACE and COLON (in accordance with common Windows command-line syntax).
Using “/regname” and “/key” -switches requires Ultimate edition.