views:

6

answers:

0

I'm having a problem localizing the Task Links for a Control Panel applet on Windows Vista (http://msdn.microsoft.com/en-us/library/cc144188(v=VS.85).aspx#localizing_links).

This is the part of my XML file where I define the task:

<sh:task id="{3DC35DFB-B037-4148-B351-7959EE034D92}">
  <sh:name>@MyApplet.cpl,-101</sh:name>
  <sh:keywords>keyword</sh:keywords>
  <sh:command>control.exe /name MyCompany.MyApplet</sh:command>
</sh:task>

When I install the application on Windows 7 I get the desired result, but not on Windows Vista.

Any idea?