Skip to content

MSI\_GetPackageGUID

Returns the GUID for the specified MSI-package

MSI_GetPackageGUID(sMSIFile) As Boolean

sMSIFile (String)

Path and filename of the MSI Package

Result will be stored in gsValue

VBScript

If bStatus Then bStatus = MSI_GetPackageGUID("C:\CapaInstaller.msi")
bStatus = Job_WriteLog("Custom", "gsValue: " & gsValue, bStatus, True)

Scripting Guidelines