# Job_AttendedInstallation

> Starts attended installation.

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

#### Description

Starts attended installation

### Syntax

Job_AttendedInstallation() As Boolean

### Example

**VBScript**

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

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

#### Relate functions

[Job_AttendedInstallation](/capainstaller/vb-scripting-library/job-functions/job-attendedinstallation/) [Job_InstallationStart](/capainstaller/vb-scripting-library/job-functions/job-installationstart/) Job_instCompl [Job_PostInstallProcedure](/capainstaller/vb-scripting-library/job-functions/job-postinstallprocedure/) Job_silentInst

### Related functions

[Constants](/capainstaller/vb-scripting-library/addendum/constants/) [Package Property](/capainstaller/vb-scripting-library/addendum/package-property/) [Variables](/capainstaller/vb-scripting-library/addendum/variables/)
