Uninstall - RES ONE Workspace Connector - Windows
0 Votes |
Versioning - This is the latest version.
1 | Uninstall - RES ONE Workspace Connector - Windows | 6/21/2016 9:33:05 AM |
2 | Uninstall - RES ONE Workspace Connector - Windows | 6/21/2016 9:33:24 AM |
3 | Uninstall - RES ONE Workspace Connector - Windows | 8/11/2016 12:56:57 PM |
4 | Uninstall - RES ONE Workspace Connector - Windows | 10/3/2016 4:46:50 PM |
5 | Uninstall - RES ONE Workspace Connector - Windows | 12/7/2016 2:01:23 AM |
Description
Removes an installed RES ONE Workspace Connector.
This simply runs a standard uninstall and does not perform any additional cleanup.
Property Details
22972 | |
Uninstall - RES ONE Workspace Connector - Windows | |
BESC | |
Internal | |
12/5/2016 12:00:00 AM | |
RES on 12/7/2016 2:01:23 AM | |
RES on 12/7/2016 2:01:23 AM | |
4682 Views / 25 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance

exists main gather service
isWindows (Relevance 1172)

windows of operating system

(exists file "res2bes.exe" of folder "res2bes" of parent folder of parent folder of file of service "res" | false) or (exists (file "res2bes.exe" of folder (value "path" of key "HKLM\SOFTWARE\BigFix\Enterprise Server\Applications\res2bes" of registry as string)) | false)
Actions
Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
// Source Release Date: 2016-12-05
//
// Uninstall RES2BES < 1.1.0.0 if it exists
//
if {(exists file "res2bes.exe" of folder "res2bes" of parent folder of parent folder of file of service "res" | false)}
parameter "old_install_path"="{(pathname of parent folder of parent folder of file of service "res" & "\RES2BES\")}"
wait cmd.exe /c rmdir /s /q "{parameter "old_install_path"}"
endif
//
// Uninstall RES2BES > 1.1.0.0 if it exists
//
if {(exists (file "res2bes.exe" of folder (value "path" of key "HKLM\SOFTWARE\BigFix\Enterprise Server\Applications\res2bes" of registry as string)) | false)}
parameter "serverFolder" = "{parent folder of file (following text of first "%22" of (image path of main gather service as string))}"
parameter "pluginsFolder" = "{parameter "serverFolder"}\Applications"
parameter "configFolder" = "{parameter "pluginsFolder"}\Config"
parameter "pluginFolder" = "{parameter "pluginsFolder"}\res2bes"
wait cmd.exe /c rmdir /s /q "{parameter "pluginFolder"}"
wait cmd.exe /c del /s /q "{parameter "configFolder"}\res2bes.xml"
wait cmd.exe /c reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server\Applications\res2bes" /f
endif
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |