View Single Post
  #19 (permalink)  
Old 08-24-2008, 07:27 PM
OMJ's Avatar
OMJ
Retired Staff
Offline
Location: MN
 
Join Date: Jun 2007
Posts: 4,767
Reputation: 20305
OMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation level
Mentioned: 11 Post(s)
Tagged: 0 Thread(s)
Re: Development: Let's Compare our ProvXML's!

Quote:
Originally Posted by boggsie View Post
This is how I setup my Internet Explorer favorites.

First I delete all of the existing items and add each of my fav's.

I actually read how to do this on the MSDN reference sites that the two of you linked to in the PROVXML reference thread.

Best regards,
-boggsie

Code:
<?xml version="1.0" encoding="utf-8"?>
<wap-provisioningdoc>
  <!--
Setup Internet Favorites
 -->
    <characteristic type="Registry">
        <nocharacteristic type="HKCU\Software\Microsoft\Internet Explorer\Main\FavoritesEntries"/>
        <characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\PPCGeeks - User Control Panel" translation="filesystem">
            <parm name="Icon" datatype="string" value="\windows\iexplore.exe, 0" translation="filesystem"/>
            <parm name="URL" datatype="string" value="http://forum.ppcgeeks.com/usercp.php"/>
        </characteristic>
        <characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\PPCGeeks - HTC Vogue" translation="filesystem">
            <parm name="Icon" datatype="string" value="\windows\iexplore.exe, 0" translation="filesystem"/>
            <parm name="URL" datatype="string" value="http://forum.ppcgeeks.com/forumdisplay.php?f=48"/>
        </characteristic>
        <characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\PPCGeeks - HTC Vogue Updates" translation="filesystem">
            <parm name="Icon" datatype="string" value="\windows\iexplore.exe, 0" translation="filesystem"/>
            <parm name="URL" datatype="string" value="http://forum.ppcgeeks.com/forumdisplay.php?f=59"/>
        </characteristic>
        <characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\PPCKitchen" translation="filesystem">
            <parm name="Icon" datatype="string" value="\windows\iexplore.exe, 0" translation="filesystem"/>
            <parm name="URL" datatype="string" value="http://ppckitchen.org/joomla/index.php?option=com_content&amp;view=frontpage&amp;Itemid=55"/>
        </characteristic>
        <characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\PPCKitchen - Manual Downloads" translation="filesystem">
            <parm name="Icon" datatype="string" value="\windows\iexplore.exe, 0" translation="filesystem"/>
            <parm name="URL" datatype="string" value="http://ppckitchen.org/downloads/"/>
        </characteristic>
        <characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\XDA - User Control Panel" translation="filesystem">
            <parm name="Icon" datatype="string" value="\windows\iexplore.exe, 0" translation="filesystem"/>
            <parm name="URL" datatype="string" value="http://forum.xda-developers.com/usercp.php"/>
        </characteristic>
        <characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\XDA - HTC Vogue" translation="filesystem">
            <parm name="Icon" datatype="string" value="\windows\iexplore.exe, 0" translation="filesystem"/>
            <parm name="URL" datatype="string" value="http://forum.xda-developers.com/forumdisplay.php?f=390"/>
        </characteristic>
        <characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\XDA - HTC Vogue Upgrades" translation="filesystem">
            <parm name="Icon" datatype="string" value="\windows\iexplore.exe, 0" translation="filesystem"/>
            <parm name="URL" datatype="string" value="http://forum.xda-developers.com/forumdisplay.php?f=391"/>
        </characteristic>
        <characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\XDA - HTC Titan Upgrades" translation="filesystem">
            <parm name="Icon" datatype="string" value="\windows\iexplore.exe, 0" translation="filesystem"/>
            <parm name="URL" datatype="string" value="http://forum.xda-developers.com/forumdisplay.php?f=384"/>
        </characteristic>
        <characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\Google" translation="filesystem">
            <parm name="Icon" datatype="string" value="\windows\iexplore.exe, 0" translation="filesystem"/>
            <parm name="URL" datatype="string" value="http://www.google.com/"/>
        </characteristic>
        <characteristic type="HKCU\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\DSL Reports - M-Speed" translation="filesystem">
            <parm name="Icon" datatype="string" value="\windows\iexplore.exe, 0" translation="filesystem"/>
            <parm name="URL" datatype="string" value="http://www.dslreports.com/mspeed?jisok=1&amp;more=1"/>
        </characteristic>
    </characteristic>
</wap-provisioningdoc>
thanks....I was copying my IE favs via a cab I made, but this is far easier to update.
__________________