RAS_IsRasInstalled
Description
Function to test if a RemoteAccessService is installed
Syntax
RAS_IsRASInstalled() As Boolean
Return value
Result will be stored in gbValue
Example
VBScript
If bStatus Then bStatus = RAS_IsRasInstalled() If bStatus Then bStatus = Job_WriteLog("Custom", "gbValue: " & gbValue, bStatus, True)
Related functions
RAS_CreateModemConnection RAS_CreateVPNConnection RAS_GetConnectionPath RAS_SetTCPIPProperties RAS_SetUIProperties RAS_SetVPNSecurityProperties RAS_DeleteConnection