libor-m / linkiconshim

Automatically exported from code.google.com/p/linkiconshim
0 stars 0 forks source link

GUID, description reversed in Approved Shell registry key #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I notice that for all other entries, the GUID is the key name,
and the value is the english description.  However for linkiconshim,
the two are reversed and the key name is the english description
with the key value being the GUID.  You'll need to reverse the
two arguments in the file LnkIconShim.cpp to look like:

 lRet = key.SetStringValue ( 
_T("{DF4F5AE4-E795-4C12-BC26-7726C27F71AE}"),
_T("Link file icon shim"),  );

This probably went by unnoticed because by default the gpedit.msc policy
“Only allow approved shell extensions” is false so the Approved Shell
key isn't even checked.

Original issue reported on code.google.com by sargeant...@gmail.com on 10 Aug 2010 at 5:08

GoogleCodeExporter commented 9 years ago

Original comment by libo...@gmail.com on 16 Sep 2010 at 9:33