You may not be doing anything wrong. Some service paths in the registry are
indeed quoted in the registry, so your code will need to deal with that.
There's a security issue with unquoted paths that can be used to run the
wrong program, and quotes correct it.

Signature
Phil Wilson
[MVP Windows Installer]
>I am having an issue reading a string value from the registry, with the
>following code I get a pair of double quotes ("") at the start and end of
[quoted text clipped - 19 lines]
>
> Sid.
Sid Price - 27 Mar 2008 20:34 GMT
> You may not be doing anything wrong. Some service paths in the registry
> are indeed quoted in the registry, so your code will need to deal with
> that. There's a security issue with unquoted paths that can be used to run
> the wrong program, and quotes correct it.
That is what I figured too, I have added code to detect and remove the extra
quotation marks and my application now operates as expected.
Thanks,
Sid.