Job_SilentInstallation
Description
Sets installation-mode to Silent. The end-user will not be informed or asked at any time when the script is being executed
Â
Syntax
Job_Silentinstallation() As Boolean
Â
Example
VBScript
If bStatus Then bStatus = Job_SilentInstallation()
Â