Server Management - Systems Insight Manager
1748244 Members
4032 Online
108760 Solutions
New Discussion юеВ

Re: Uninstall Surveyor.exe Service

 
Peter Davies_5
Advisor

Uninstall Surveyor.exe Service

As this service was replaced by Insight Manager Diagnostics, is there a way to uninstall this service?

Appreciate replies
5 REPLIES 5
Haridas
Respected Contributor

Re: Uninstall Surveyor.exe Service

Control Panel -> Add / remove programs..
BigD_1
New Member

Re: Uninstall Surveyor.exe Service

try reading the read me file and there will be a -u to unistall
BigD_1
New Member

Re: Uninstall Surveyor.exe Service

try reading the read me file and there will be a -u to unistall, in survey.exe.
Mikael R├╢nnb├дck
Super Advisor

Re: Uninstall Surveyor.exe Service

I've just done the same ;)
Here's what you need to do in a batchfile:

----------------------

@echo off

echo Unloading Compaq Survey and removing service...
C:
CD\COMPAQ\SURVEY
START /WAIT SURVEY -U

echo Doing cleanup of HP leftovers...

echo Removing Control Panel items...
RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\engine\6\INTEL3~1\ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information\{42FF18A5-EE1C-11D3-825F-00805FD6C6D4}\setup.exe" UNINSTALL

echo Removing Survey folder...
CD\COMPAQ
rmdir /s /q survey

echo Removing registry settings for survey...
regedit /s remove_survey_leftovers.reg


----------------------

and here's the regfile referenced at the end:


Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE\SOFTWARE\Compaq\Survey]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Hewlett-Packard\Hewlett-Packard Survey Utility]


GLara
New Member

Re: Uninstall Surveyor.exe Service

Thanks for this info, these surveyor errors were a pain in the neck.