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()
Sets installation-mode to Silent. The end-user will not be informed or asked at any time when the script is being executed
Job_Silentinstallation() As Boolean
If bStatus Then bStatus = Job_SilentInstallation()