Exit-Package
PackageDeployment Module Help |
Package Deployment Module |
Exit-Package Cmdlet |
Version 4.0.0.5 |
Exit-Package
Synopsis
Terminates the Installation Package
Syntax
Exit-Package [[-Status] <String>] [[-Message] <String>] [-ContinueOnError] [<CommonParameters>]
Description
Terminates the current installation package. If you use the ExitProcEx command for a package that was called, for example, with the RunEScript command, only the execution of the child package is terminated. The control is returned to the calling package.
This command only controls the Installer, a classification (e.g. execute via service) has no significance for this command.
Parameters
-ContinueOnError <SwitchParameter> |
||||||
Continues script execution in spite of errors in the respective command |
||||||
|
-Message <String> |
||||||
This the text that appears in the log depending on the option you selected above. |
||||||
|
-Status <String> |
||||||
Done: The installation of the package is logged as executed. |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |