Does anyone know how to uninstall IBM Cognos 8 Planning 8.4 Client Framework through SCCM 2007?
The client has been installed through the web interface as the user. We would like to uninstall the 8.4 client to install the new 10.1 client. The 10.1 client cannot be installed until the 8.4 client has first been uninstalled. Uninstalling the client using msiexec /x /quiet cannot be used as it is effectively running as the SYSTEM account and not the user account that ran the install - don't ask, this is how it has been written!! If anyone has an answer I would be extremely grateful
Answers (2)
You *can* manipulate the 'Managed' key in the registry and do all that nonsense but by far and away the easiest way is to build an uninstalling MSI: after all, applications are simply files and registry data.
So, your uninstalling MSI deletes the relevant files and registry data (you can use your authoring tool's Capture facility to do this, if it makes it easier for you) and, as a last option, have it run MSIZap, passing the v8.4 Product Code as its argument. MSIZap is a free download, part of the Platform SDK.
Was the install performed by the user as a Per-User or Per-Machine install?
Comments:
-
The install was sadly done as a per-user install as the users went to the client area of the Cognos website and clicked install. We now want to remove that client and install it using administrative credentials.....this is proving to not be so straight forward! - rustychuck 12 years ago