Is there a procedure to hide the agent in add/remove programs for Windows 7?
Here you go.
It looks like your procedure does everything except for add remove programs. I found If I delete the following key it will not appear in add/remove programs but can still uninstall it through the console
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KServer#\UninstallString
Your procedure did give me the idea to try and remove the string I posted.
You do not want to delete the uninstall information entirely....just hide it from view.
Delete this Registry Value instead.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KServer#\DisplayName
This way you can control the removal of your Kaseya Agents via a script (rather than using the Kaseya Console)
Or add
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KServer#\SystemComponent DWORD 1
Dan MuntzProject Manager@danmuntz
I am also having a hard time with this working on a windows 7 x64 machine. There is the same reg key in the WOW6432 area but my script is not removing it.