View Single Post
  #66 (permalink)  
Old 04-08-2010, 10:37 PM
NinjaDuck's Avatar
NinjaDuck
VIP Duck
Offline
Threadstarter
Location: Omnipresent
 
Join Date: Feb 2009
Posts: 825
Reputation: 6270
NinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

Quote:
Originally Posted by boggsie View Post
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="&quot;\Program Files\Opera Mobile 10\Opera10-armv4i.exe&quot; /Unescaped file:%1" datatype="string" />
    </characteristic>
  </characteristic>
__________________
Some requests I have filled: Click Here
Reply With Quote
This post has been thanked 1 times.