PackageDeployment Module Help

Package Deployment Module

Close-ADTInstallationProgress Cmdlet

Version 4.0.0.5

Close-ADTInstallationProgress

Synopsis

Closes the dialog created by Show-InstallationProgress.

Syntax

Close-ADTInstallationProgress [[-WaitingTime] <Int32>] [[-Context] <String>] [<CommonParameters>]

Description

Closes the dialog created by Show-InstallationProgress.

Parameters

-WaitingTime <Int32>

Waiting time until the dialog to be closed has been created.

Required

False

Position

1

Accepts pipeline input

False

-Context <String>

User: Execution under user account; logging in HKEY_CURRENT_USER, i.e. for the user.
UserPerService: User-related command, execution in Service context.
Computer: Execution under user account; logging in HKEY_CURRENT_MACHINE, i.e. for the computer.
ComputerPerService: Execution in service context; logging in HKEY_LOCAL_MACHINE, i.e. for the computer.

Required

False

Position

2

Accepts pipeline input

False

<CommonParameters>

For more information about common parameters, type "Get-Help about_CommonParameters".