...
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
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
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
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
If bStatus Then bStatus = Job_SilentInstallation() |