Disappearing quotes in VS2005 Smart Device CAB project registry en

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top