# ProgressBar_Unload

> Unloads the progress bar from the desktop.

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

### Description

Unloads the progress bar from the desktop

### Syntax

ProgressBar_Unload() As Boolean

### Example

**VBScript**

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

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

### Related functions

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