# 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.

Source: https://docs.capaone.com/capainstaller/vb-scripting-library/job-functions/job-silentinstallation/  
Product: CapaInstaller — a separate CapaSystems product; do not apply this page to any other.

### 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**

```vb
If bStatus Then bStatus = Job_SilentInstallation()
```

[Scripting Guidelines](/capainstaller/vb-scripting-library/scripting-guidelines/)

### Related functions

[Job_AttendedInstallation](/capainstaller/vb-scripting-library/job-functions/job-attendedinstallation/) [Job_LogoffEnduserInstallation](/capainstaller/vb-scripting-library/job-functions/job-logoffenduserinstallation/) [Constants](/capainstaller/vb-scripting-library/addendum/constants/) [Package Property](/capainstaller/vb-scripting-library/addendum/package-property/) [Variables](/capainstaller/vb-scripting-library/addendum/variables/)
