Application.Exit

Application.Exit ( 

number ReturnCode = 0 )

Description

Exits the patch and returns an optional return code.

Tip: You can use this action to exit the patching process at any point.

Parameters

ReturnCode

(number) The optional return code you want to set for the setup.exe's process.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions