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 

Scripting Guidelines


Related functions

Application functions