|

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.VerifyPackage

OverviewExamples

boolean MSI.VerifyPackage ( string PackagePath )


De s cr ip t ion


Calls the MsiVerifyPackage function to verify that the given file is an installation package.


P arame t er s


PackagePath


(string) The full path and filename of the package.


Re t u r n s


(boolean) Returns true if the file is a package, or false if it is not or an error occurs. You can use

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


|