added request handler agent uninstaller
This commit is contained in:
@@ -6,4 +6,9 @@
|
|||||||
If ( Test-Path "${Env:ProgramFiles(x86)}\MspPlatform\FileCacheServiceAgent\unins000.exe" ) {
|
If ( Test-Path "${Env:ProgramFiles(x86)}\MspPlatform\FileCacheServiceAgent\unins000.exe" ) {
|
||||||
LogMsg "Uninstalling N-Central File Cache Service Agent"
|
LogMsg "Uninstalling N-Central File Cache Service Agent"
|
||||||
Start-Process "${Env:ProgramFiles(x86)}\MspPlatform\FileCacheServiceAgent\unins000.exe" -ArgumentList "/SILENT" -Wait
|
Start-Process "${Env:ProgramFiles(x86)}\MspPlatform\FileCacheServiceAgent\unins000.exe" -ArgumentList "/SILENT" -Wait
|
||||||
|
}
|
||||||
|
|
||||||
|
If ( Test-Path "${Env:ProgramFiles(x86)}\MspPlatform\RequestHandlerAgent\unins000.exe" ) {
|
||||||
|
LogMsg "Uninstalling N-Central Request Handler Agent"
|
||||||
|
Start-Process "${Env:ProgramFiles(x86)}\MspPlatform\RequestHandlerAgent\unins000.exe" -ArgumentList "/SILENT" -Wait
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user