|

ResultVariable


When adding an action with the action editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

image

MSI.CloseHandle

OverviewExamples

boolean MSI.CloseHandle ( number MSIHandle )


De s cr ip t ion


Calls the MsiCloseHandle function to close an open installation handle.


The following actions supply handles that should be closed after use by calling MSI.CloseHandle:


MSI.OpenPackage MSI.OpenProduct


P arame t er s


MSIHandle


(number) The handle to an open installation.


Re t u r n s


(boolean) Returns true if the handle was closed successful, or false if it failed. You can use

Application.GetLastError to determine whether this action failed, and why.


|