Manually Uninstalling DxEnterprise
Summary
In some circumstances, normal uninstallation of DxEnterprise via Appwiz.cpl (Add\Remove Programs) is not possible. The following steps can be used to manually cleanup (and uninstall) DxEnterprise from Microsoft Windows.
Information
The methods below describe how to either completely remove DxEnterprise from the system, or to remove DxEnterprise from the system and reinstall it while retaining the cluster configuration.
Removing DxEnterprise Completely from the System
-
Freeze the node to prevent application failover (i.e. right-click on the cluster node and select Freeze cluster node).
-
Stop all DxEnterprise services.
net stop dxregmonitor
net stop dxhealthmonitor
net stop dxstormonitor
net stop dxlengine
net stop dxlmonitor
net stop dxcmonitor -
Delete all DxEnterprise services.
sc delete dxregmonitor
sc delete dxhealthmonitor
sc delete dxstormonitor
sc delete dxlengine
sc delete dxlmonitor
sc delete dxcmonitor -
Open regedit and browse to
HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall
, search for dx, locate the GUID with the DisplayName of DxEnterprise and delete it. -
Browse to
HKLM\Software\DH2i
and delete it. -
Delete the
%ProgramFiles%\DH2i
folder. -
Browse to
%WinDir%\Installer
. Right-click on the column header, select More, find Subject and select it. -
Find the *.msi file with the subject of DxEnterprise and delete it.
Removing DxEnterprise and Reinstalling the Software
-
Freeze the node to prevent application failover (i.e. right-click on the cluster node and select Freeze cluster node).
-
Stop all DxEnterprise services.
net stop dxregmonitor
net stop dxhealthmonitor
net stop dxstormonitor
net stop dxlengine
net stop dxlmonitor
net stop dxcmonitor -
Delete all DxEnterprise services.
sc delete dxregmonitor
sc delete dxhealthmonitor
sc delete dxstormonitor
sc delete dxlengine
sc delete dxlmonitor
sc delete dxcmonitor -
Delete all files from
%ProgramFiles%\DH2i\bin
except for the *.xml files. -
Delete all other folders under
%ProgramFiles%\DH2i
except for the bin folder. -
Open regedit and browse to
HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall
, search for dx, locate the GUID with the DisplayName of DxEnterprise and delete it. -
Browse to
%WinDir%\Installer
. Right-click on the column header, select More, find Subject and select it. -
Find the *.msi file with the subject of DxEnterprise and delete it.
-
Reinstall DxEnterprise.
-
Unfreeze the node to re-enable application failover.