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