I hit this recently, debugged it and fixed it. If I recall, the answer is in the temporary install folder that the installer creates. First off though, please ensure you run the installer as admin - I think that fixed it for me (though I was working through a bunch of stuff at the time so may be getting this one confused with another issue).
Windows Installer uses a GUID (Global Unique Identifier) to uniquely identify products being installed. They call it an Upgrade Code. This is used to identify that NetWorker is installed on this machine.
NetWorker has three upgrade codes (the first for NW 6.0, the second for all other NW versions (except X64), the third for the X64 package):
3EB2C626C9BC4D118811000972CCA7DF
2827A1B508153D114831000A9C877BD1
1D09C7743451200439D99949BD5A9F1E
It may also be necessary to remove the NetWorker services from the registry. They are located in:
-HKLM\SYSTEM\CurrentControlSet\Services
-Delete the following keys: nsrd, nsrexecd, nsrpm, hagentd, lgtolmd
-For NMC, the key to look for is: gstd
-After removing the services, reboot the machine.
Also run the below commands on the command prompt before you reboot the machine
sc delete nsrexecd
sc delete nsrd
All installed products have an entry in the following registry key:
StuartWhitby
45 Posts
784
0
Posted May 31st, 2016 08:00
I hit this recently, debugged it and fixed it. If I recall, the answer is in the temporary install folder that the installer creates. First off though, please ensure you run the installer as admin - I think that fixed it for me (though I was working through a bunch of stuff at the time so may be getting this one confused with another issue).