This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Un-Register failed during Un-Installation
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 30, 2013
09:30 AM
Un-Register failed during Un-Installation
Hi Friends,
We are using IS 2012 Premier edition. Our requirement is to register single COM component, which are available in 3 different features. During installation registration of component is succesful. But during un-installation it throws the following error message.
"Error 1905. Module "Installation path\file name" failed to unregister. HRESULT -2147220472. Contact your support personnel."
Kindly help to resolve the issue.
Thanks in advance.
Yuvaraj
We are using IS 2012 Premier edition. Our requirement is to register single COM component, which are available in 3 different features. During installation registration of component is succesful. But during un-installation it throws the following error message.
"Error 1905. Module "Installation path\file name" failed to unregister. HRESULT -2147220472. Contact your support personnel."
Kindly help to resolve the issue.
Thanks in advance.
Yuvaraj
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 16, 2013
07:06 AM
You can inistally see if you are able to unregister it manually through command prompt. To unregister the component, type the following command:
\ /unregserver
cm@prodev wrote:
Hi Friends,
We are using IS 2012 Premier edition. Our requirement is to register single COM component, which are available in 3 different features. During installation registration of component is succesful. But during un-installation it throws the following error message.
"Error 1905. Module "Installation path\file name" failed to unregister. HRESULT -2147220472. Contact your support personnel."
Kindly help to resolve the issue.
Thanks in advance.
Yuvaraj