MSI\_GetPackageGUID
Description
Section titled “Description”Returns the GUID for the specified MSI-package
Syntax
Section titled “Syntax”MSI_GetPackageGUID(sMSIFile) As Boolean
Parameters
Section titled “Parameters”sMSIFile (String)
Path and filename of the MSI Package
Return value
Section titled “Return value”Result will be stored in gsValue
Example
Section titled “Example”VBScript
If bStatus Then bStatus = MSI_GetPackageGUID("C:\CapaInstaller.msi")bStatus = Job_WriteLog("Custom", "gsValue: " & gsValue, bStatus, True)Related functions
Section titled “Related functions”