0

My operating system is Windows 7 Ultimate 64bit.

I receive the following error message when I run InstallShield 2010:

"no such interface supported"

To solve the problem, I followed these instructions:

  1. Click Start . In the Search box, type CMD . At the top of the window, right-click the cmd icon and choose Run as Administrator .
  2. At the prompt, type in FOR /R C:\ %G IN (*.dll) DO "%systemroot%\system32\regsvr32.exe" /s "%G" and press Enter.

Now my Windows has problems, for example, some programs like Internet Explorer can not run.

How can I restore Windows to an earlier state?

1
  • Super-dangerous instructions! Basically, they tell Windows to register every DLL found in a system. volume. These kind of Barbarian-invasion-like instructions should never be followed; at least not without a whole backup in place.
    – user477799
    Commented Jul 13, 2016 at 7:42

1 Answer 1

1

Best option would be to rollback the system to a previous state using System Restore. Press WinKey + R, and type rstrui.exe and press Enter

Choose a recent restore point (before the date when you registered the Dlls) and complete the rollback. This would rollback your registry hives, which is where Dll registration information are stored.

That should fix the problem.

5
  • Thanks, but no other solution?
    – javad
    Commented Jul 13, 2016 at 7:13
  • Other than System Restore (or) replacing the registry hives from previous shadow copies (via recovery environment), no, there are no other options as far as I know.
    – w32sh
    Commented Jul 13, 2016 at 7:15
  • Restoring from a backup works too. But I am guessing you don't have backups.
    – user477799
    Commented Jul 13, 2016 at 7:44
  • I dont have restore point.
    – javad
    Commented Jul 13, 2016 at 8:37
  • Then the only option left is to do a in-place upgrade a.k.a non-destructive install of Windows 7 by running setup.exe from installation media. Another guide for reference.
    – w32sh
    Commented Jul 13, 2016 at 8:49

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .