/
Job_RemoveUserSetup
Job_RemoveUserSetup
Description
Job_RemoveUserSetup is used in conjunction with Uninstall, meaning that it makes a 'clean-up' if an uninstall of a package is done. sGUID is automatically generated by the CapaInstaller Package Creator when creating a script with this function.
Syntax
Job_RemoveUserSetup(sGUID) As Boolean
Pamameters
sGUID (String)
GUID for Job
Example
VBScript
If bStatus Then bStatus = Job_RemoveUserSetup("{C7266906-339A-4905-BFB2-497D00F5C581}")
Related functions
, multiple selections available,
Related content
$cs.UsrMgr_RemoveUserFromLocalGroup
$cs.UsrMgr_RemoveUserFromLocalGroup
More like this
$cs.Job_Start
$cs.Job_Start
More like this
Log_RemoveLogs
Log_RemoveLogs
More like this
CMS_RemovePackageFromUnit
CMS_RemovePackageFromUnit
More like this
Exit-PSScript
Exit-PSScript
More like this
$cs.Reg_DelTree
$cs.Reg_DelTree
More like this