Advertisement
qas05

Windows Installer Error - "Can't find feature on network"

May 5th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. "The feature you are trying to use is on a network resource that is unavailable"
  2. This is a quite annoying error, as it makes un-installation of certain applications seemingly impossible, but there is a quick solution with the help of the windows registry editor:
  3.  
  4. START / RUN / regedit (right click and Run As Administrator for Vista/7/8)
  5. find the following location and right click on it:
  6. HKEY_CLASSES_ROOT/Installer/Products
  7. from the drop down menu choose Export and save the current state of this registry key with a name like REGISTRY_BACKUP for example. This can help restoring the key if something should go wrong.
  8.  
  9. Now from the main menu choose Edit/Find and enter the name of the program which you are having trouble with, once it's located, right click on it and Delete.
  10. Be careful not to delete something if it is out of the scope of HKEY_CLASSES_ROOT/Installer/Products!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement