View Single Post
  #11 (permalink)  
Old 10-22-2008, 12:58 PM
boggsie's Avatar
boggsie
b00nsquad
Offline
Location: Central Ohio
 
Join Date: Mar 2008
Posts: 1,359
Reputation: 2295
boggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIPboggsie is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Test: ppcKitchen Rom w/oem Package

I don't know for certain if this is it, but PROVXML sometimes chokes on special characters, like the ampersand.

Code:
change:
 
    <characteristic type="\Windows\Start Menu\Programs\Pictures & Videos.lnk" translation="install">
 
to:
 
    <characteristic type="\Windows\Start Menu\Programs\Pictures &amp; Videos.lnk" translation="install">
Code:
<?xml version="1.0" encoding="utf-8"?>
<wap-provisioningdoc>
  <!-- Delete Program locations installed by ppcKitchen and moved to initflashfiles.txt -->
  <characteristic type="FileOperation">
    <!-- \Windows\Start Menu -->
    <characteristic type="\Windows\Start Menu\Windows Media.lnk" translation="install">
      <characteristic type="Delete">
        <parm name="ForceDelete" />
      </characteristic>
    </characteristic>
    <characteristic type="\Windows\Start Menu\Programs\Calendar.lnk" translation="install">
      <characteristic type="Delete">
        <parm name="ForceDelete" />
      </characteristic>
    </characteristic>
    <!-- \Windows\Start Menu\Programs -->
    <characteristic type="\Windows\Start Menu\Programs\ActiveSync.lnk" translation="install">
      <characteristic type="Delete">
        <parm name="ForceDelete" />
      </characteristic>
    </characteristic>
    <characteristic type="\Windows\Start Menu\Programs\Calculator.lnk" translation="install">
      <characteristic type="Delete">
        <parm name="ForceDelete" />
      </characteristic>
    </characteristic>
    <characteristic type="\Windows\Start Menu\Programs\Camera.lnk" translation="install">
      <characteristic type="Delete">
        <parm name="ForceDelete" />
      </characteristic>
    </characteristic>
    <characteristic type="\Windows\Start Menu\Programs\File Explorer.lnk" translation="install">
      <characteristic type="Delete">
        <parm name="ForceDelete" />
      </characteristic>
    </characteristic>
    <characteristic type="\Windows\Start Menu\Programs\Pictures &amp; Videos.lnk" translation="install">
      <characteristic type="Delete">
        <parm name="ForceDelete" />
      </characteristic>
    </characteristic>
    <characteristic type="\Windows\Start Menu\Programs\Internet Sharing.lnk" translation="install">
      <characteristic type="Delete">
        <parm name="ForceDelete" />
      </characteristic>
    </characteristic>
    <characteristic type="\Windows\Start Menu\Programs\Notes.lnk" translation="install">
      <characteristic type="Delete">
        <parm name="ForceDelete" />
      </characteristic>
    </characteristic>
    <characteristic type="\Windows\Start Menu\Programs\QuickMenu.lnk" translation="install">
      <characteristic type="Delete">
        <parm name="ForceDelete" />
      </characteristic>
    </characteristic>
    <characteristic type="\Windows\Start Menu\Programs\Search.lnk" translation="install">
      <characteristic type="Delete">
        <parm name="ForceDelete" />
      </characteristic>
    </characteristic>
    <characteristic type="\Windows\Start Menu\Programs\Tasks.lnk" translation="install">
      <characteristic type="Delete">
        <parm name="ForceDelete" />
      </characteristic>
    </characteristic>
  </characteristic>
</wap-provisioningdoc>
Best regards,
-boggsie
__________________
Mine has theft deterrent!
HOPE
This post has been thanked 1 times.