Appl\_ISMSapplInstalled
Description
Section titled “Description”Searches HKLM\Software\Microsoft\MS setup (acme)\table files for the specified string
Syntax
Section titled “Syntax”Appl_IsMSApplInstalled(sSearchString) as Boolean
Parameters
Section titled “Parameters”sSearchString (String)
Return value
Section titled “Return value”gbValue returns TRUE if sSearchString is found
Example
Section titled “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 IfRelated functions
Section titled “Related functions”