[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Possible error in dependency checking a lots of other points
From: |
Charles Crain |
Subject: |
RE: Possible error in dependency checking a lots of other points |
Date: |
Wed, 23 Jan 2002 11:42:46 -0600 |
<snip>
Cough! You don't [find out what suffixes are in use by Windows]. Unlike
Apple,
MS doesn't maintain a list
of registered suffices (file types). If you conflict, you
conflict. The solution is "don't install both
applications".
</snip>
Not entirely true. Any suffix that the Windows File Manager knows how to do
anything with
(Open, Edit, etc.) will be in the registry under HKEY_CLASSES_ROOT.
Basically, if you
enumerate all registry keys under HKEY_CLASSES_ROOT, then look at only the
ones beginning
in a ".", then you will see all the registered suffixes.
Of course, we all know how fun dissecting the registry is.
-Charles
Re: Possible error in dependency checking a lots of other points, Brad Garcia, 2002/01/23
Re: Possible error in dependency checking a lots of other points, Johan Holmberg, 2002/01/25
Re: Possible error in dependency checking a lots of other points, Johan Holmberg, 2002/01/25