Skip to content

Appl\_ISMSapplInstalled

Searches HKLM\Software\Microsoft\MS setup (acme)\table files for the specified string

Appl_IsMSApplInstalled(sSearchString) as Boolean

sSearchString (String)

gbValue returns TRUE if sSearchString is found

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

Scripting Guidelines

Application functions