/
Appl_ISMSapplInstalled
Appl_ISMSapplInstalled
Description
Searches HKLM\Software\Microsoft\MS setup (acme)\table files for the specified string
Syntax
Appl_IsMSApplInstalled(sSearchString) as Boolean
Parameters
sSearchString (String)
Return value
gbValue returns TRUE if sSearchString is found
Example
VBScript
If bStatus Then bStatus = Appl_IsMSApplInstalled("Microsoft technet@v9903.02 (1033)") If bStatus and gbValue Then bStatus = Sys_BreakthruMsgBox("Microsoft Technet already installed", "OK", "OK", "", "INFORMATION", TRUE) End If
Related functions
, multiple selections available,
Related content
Appl_ISMSapplInstalled
Appl_ISMSapplInstalled
More like this
Appl_ISMSapplInstalled
Appl_ISMSapplInstalled
More like this
Appl_ISMSapplInstalled
Appl_ISMSapplInstalled
More like this
MSI_IsPackageInstalled
MSI_IsPackageInstalled
More like this
MSI_IsPackageInstalled
MSI_IsPackageInstalled
More like this
MSI_IsPackageInstalled
MSI_IsPackageInstalled
More like this