MSI\_GetGuidsByProductName
Description
Section titled “Description”Gets all package guids that match product name
Syntax
Section titled “Syntax”MSI_GetGuidsByProductName(sProductName) As Boolean
Parameters
Section titled “Parameters”sProductName (String)
Product name
Return value
Section titled “Return value”Result will be stored in gaValue
Example
Section titled “Example”VBScript
If bStatus Then bStatus = MSI_GetGuidsByProductName("CapaInstaller")If bStatus And IsArray(gaValue) Then For index = LBound(gaValue) To UBound(gaValue) bStatus = Job_WriteLog("Custom", "Index #" & index & ": " & gaValue(index), bStatus, False) NextEnd IfRelated functions
Section titled “Related functions”