Investigate the system's file association manually, either by typing :
assoc .CAB
(Expected result: CLSID\{0CD7A5C0-9F37-11CE-AE65-08002B2E1262})
....then :
assoc CLSID\{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}
(Expected result: Cabinet File)
....typed at a Command Prompt (Found on your Start Menu under "Programs" >
"Accessories" > "Command Prompt" or type "cmd.exe" into the "Run" box on
the Start Menu)
Or, alternatively, manually investigate the registry (there's absolutely no
harm in doing this, so long as you don't change/delete anything). Type
"regedit.exe" into the "Run" box on the Start Menu, and navigate to :
HKEY_CLASSES_ROOT\CLSID\{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}
...and find the sub-key :
Shell\open\command
....the default value (no_name) should express the following command :
"%SystemRoot%\Explorer.exe /idlist,%I,%L"
Alternatively, visit the following webpage and download a registry file
that will fix the file-association for CABINET [*.cab] files :
http://www.4shared.com/file/vUl5Z2oE/CABAssoc.html
...download the [*.reg] file and save it to your hard-drive. Then locate
and double-click on the saved registry file and answer [Yes] when asked if
you want to import the file.
==
Cheers, Tim Meddick, Peckham, London. :-)
"Mint" <(E-Mail Removed)> wrote in message
news:891f5b90-d9f4-494c-a477-(E-Mail Removed)...
> When I try to open a cabinet file, XP uses notepad to open it.
>
> I tried regsvr32 %windir%\system32\cabview.dll with no luck.
>
> Thanks.