But what if you have uninstalled Acronis. Would I have to reinstall
it to apply the fix to solve my Win7 Backup problem?
I thought that page was quite funny. A whole lot of text, telling
you how important it is to download their latest version. And
at the bottom of the page, is a tiny registry file.
http://kb.acronis.com/system/files/content/2010/09/14741/winintegrationfix.zip
What the registry file does, is it looks like it repairs a definition
of a CLSID. (A CLSID is part of a translation table, mapping a
long string of numbers to a program name, in the registry. It
allows a form of indirection in the registry design, such that
the CLSID can remain constant, while some other piece of software
comes along and changes the program bound to that CLSID. Kinda
like the damage you're suffering right now
)
The ResourceDLL is a Unicode string, and it's been set
back to %SystemRoot%\System32\sdcpl.dll . That's the ASCII translation
of the numbers below. I think what that's doing, is putting the original
Windows value back in the registry. The "cpl" in the name,
probably stands for Control Panel.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{B98A2BEA-7D42-4558-8BD1-832F41BAC6FD}\Instance\InitPropertyBag]
"ResourceID"=dword:00000014
"ResourceDLL"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\
73,00,64,00,63,00,70,00,6c,00,2e,00,64,00,6c,00,6c,00,00,00
You can back up (export) that registry key as it is currently defined,
then merge in the new key, and repeat your experiment to get the
configuration going.
Paul