Check /% WINDIR% / System32 / Do you contain a mscoree.dll file If you have an named FM?
HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / .Netframework / Policy can be checked to install those versions of FM on the machine.
Specific functions:
Public Function DoesDotNETFrameworkExist (ByVal udeVersion As DotNETFrameworkVersions) As Boolean Dim o_blnRet As Boolean Dim o_strRet As String With New cRegistry .hKey = HKEY_LOCAL_MACHINE .KeyPath = "Software / Microsoft / .NETFramework" If .DoesKeyExist () Then .KeyPath = "Software / Microsoft /.NETFramework "o_strRet = GetRegValue (.GetRegistryValue (" InstallRoot "," ")) o_blnRet = (o_strRet <>" ") If o_blnRet Then With New cFileFuncs Select Case udeVersion Case dnfvV1 o_blnRet = .DoesFileExistEx (o_strRet &" v1.0.3705 /mscorlib.dll ") Case dnfvV1_1 o_blnRet = .DoesFileExistEx (o_strRet &" v1.1.4322 / mscorlib.dll ") Case dnfvVAny o_blnRet = .DoesFileExistEx (o_strRet &" v1.0.3705 / mscorlib.dll ") If o_blnRet Then Else o_blnRet = .DOESFILEEXISTEX (O_Strret & "V1.1.4322 / Mscorlib.dll") end if End SETHED with ELSE END IF ELSE O_BLNRET = FALSE END IFOST = O_BLNRET END FUNCTION