Disappearing quotes in VS2005 Smart Device CAB project registry en

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using Visual Studio 2005 to build a Smart Device CAB
project and i need to add a registry entry like this
(for mapping a hardware button):

"\Windows\Start Menu\Programs\My App.lnk"

in HKLM\Software\Microsoft\Shell\Keys\40C1

The problem is that I need to include the " " around the link
in the registry entry but Visual Studio removes them
if I try to put them in. Is there an escape caracter I
can put in front of the " " or do I somehow have to edit
the finished CAB file?

The device is a Dell Axim X51V running Windows Mobile 5
and my app is written in C#.

/mm
 
Back
Top