To remove InfoConnect, you can use the Windows Control Panel, the Setup program user interface, or a command line. To remove a companion installation, you can use the Windows Control Panel or a command line.
NOTE:You must log on with administrator privileges to remove InfoConnect.
To remove an installation using the Windows control panel
To open the
control panel go to > > . (On older Windows systems, this Control Panel is called Add or Remove Programs.)Select the name of the installation that you want to remove.
Click
(or ).To remove an installation with the Setup program user interface
From an administrative installation image, click the setup.exe file.
From the tab, select
, and then click .To remove an installation using setup.exe on the command line
CAUTION:If you use the following instructions to find the product code in the registry, make sure you do not change any registry values. Changing these values can damage an installation. If you prefer not to use the registry, you can get the product code by contacting Technical Support.
Open the registry editor (regedit.exe) and find this key:
32-bit platforms
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
64-bit platforms
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall
Each key under the
is the product code or Globally Unique Identifier (GUID) for a product installed on the computer.In the
key, search for Micro Focus InfoConnect to find the Micro Focus InfoConnect product code.Verify that the
includes “InfoConnect”Run setup using the following syntax:
setup.exe /uninstall ProductCode
where ProductCode is the Globally Unique Identifier (GUID) that is the principal identifier for the product.
To remove a companion installer package with MSI directly
At a command prompt, change to the directory in which the companion installer package file resides and enter:
msiexec /x your_companion_file.msi