I will show you how to get the taskbar to show a progressbar

**My fake installer**
Step 1: Add both of the files attached as references
Note: Both files can be found in Windows API Code Pack 1.1
Step 2:
[highlight=vb]Imports Microsoft.WindowsAPICodePack
Imports Microsoft.WindowsAPICodePack.Taskbar
Imports System.Net
'///imports bla bla
'Where you want to set the value
TaskbarManager.Instance.SetProgressValue(58, 100) ' ( ""VALUE" , ""MAX VALUE"")
'***Optional***
'Error
TaskbarManager.Instance.SetProgressState(TaskbarPr ogressBarState.Error)
'Paused
TaskbarManager.Instance.SetProgressState(TaskbarPr ogressBarState.Paused)
[/highlight]
Thought I would show/teach you guys this so gui's will be better
File: