UsrMgr\_ExistLocalUserAccount
Description
Section titled “Description”Does user exist on the local computer
Syntax
Section titled “Syntax”UsrMgr_ExistLocalUserAccount(sUserName) As Boolean
Parameters
Section titled “Parameters”sUserName (String)
The name of the User
Example
Section titled “Example”VBScript
If bStatus Then bStatus = UsrMgr_ExistLocalUserAccount("CapaInstaller")If bStatus Then bStatus = Job_WriteLog("Custom", "gbValue: " & gbValue, bStatus, True)Related functions
Section titled “Related functions”UsrMgr_CreateLocalGroup UsrMgr_AddUserToLocalGroup
Available from
Section titled “Available from”CapaInstaller 5.1, build 104