Quote:
Originally Posted by boggsie
Not exactly sure why rgucomp is throwing an error on these, but figured I would see what the experts had to say!
Code:
Bing 5.0.11249.0
[HKEY_CLASSES_ROOT\bing4mfile\Shell\Open\Command]
"Default"="\\Program Files\\Bing\\bingm_LSLaunch.exe" "-cmd" "%1"
_
Failed to parse value name HKEY_CLASSES_ROOT\bing4mfile\Shell\Open\Command!!!
GoogleMaps 4_0_0_81
[HKEY_CLASSES_ROOT\gmml\Shell\Open\Command]
@="\\.\\Program Files\\GoogleMaps\\GoogleMaps.exe" -GMML_FILE "%1"
_
Failed to parse HKEY_CLASSES_ROOT\gmml\Shell\Open\Command!!!
[HKEY_CLASSES_ROOT\kml\Shell\Open\Command]
@="\\.\\Program Files\\GoogleMaps\\GoogleMaps.exe" -KML_FILE "%1"
_
Failed to parse HKEY_CLASSES_ROOT\kml\Shell\Open\Command!!!
[HKEY_CLASSES_ROOT\kmz\Shell\Open\Command]
@="\\.\\Program Files\\GoogleMaps\\GoogleMaps.exe" -KMZ_FILE "%1"
_
Failed to parse HKEY_CLASSES_ROOT\kmz\Shell\Open\Command!!!
Thank you for your time!
Best regards,
-boggsie
|
Pretty sure it is the extra non-escaped quotes.
I find it easier using an XML doc for these. Here is an example:
Code:
<characteristic type="Registry">
<characteristic type="HKCR\_htmlfile_Opera\Shell\Open\Command">
<parm name="" value=""\Program Files\Opera Mobile 10\Opera10-armv4i.exe" /Unescaped file:%1" datatype="string" />
</characteristic>
</characteristic>