When admin attempt to installed WSS Agent it failed with error: "There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor."
Windows OS
WSS Agent
Leftover registry entries and Files/Directory which were not removed properly from previous WSS Agent failed install/uninstall.
Here is a list of Registry entries and of Files/Directories that need to be deleted to remove the agent manually on Windows OS:
// Registry entries
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\Folders\C:\ProgramData\Symantec WSS Agent\
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\Folders\C:\ProgramData\Symantec WSS Agent\CrashDumps\
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\Folders\C:\Program Files\Symantec WSS Agent\
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\Folders\C:\Program Files\Symantec WSS Agent\wssak\
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WSS Agent 8x
HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\WSS Agent
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DIFx\DriverStore\wssak_*
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\wssad
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\wssak
// File system entries - delete specified folders and subfolders
C:\ProgramData\Symantec WSS Agent\
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Symantec WSS Agent\
C:\Program Files\Symantec\WSS Agent\
C:\Windows\System32\drivers\wssak.sys
C:\Users\testuser\AppData\Local\Symantec WSS Agent\
When uninstalled, the service and kernel driver should not be visible when running either of the following commands:
Run on Windows CMD
C:\windows\system32>sc query wssak
SERVICE_NAME: wssak
TYPE : 1 KERNEL_DRIVER
STATE : 4 RUNNING
(STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
Run on Windows PowerShell
PS C:\Users\testuser> Get-Service "wssa*"
Status Name DisplayName
------ ---- -----------
Running wssad Symantec WSS Agent