View Single Post
  #8 (permalink)  
Old 06-30-2010, 01:59 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 b4u2 View Post
I installed the same ROM. The icons showed up for the quicklinks but they did not work. I had to go and put all the shortcuts manually back into windows\start menu\programs...that is why they wouldn't work.

OOPS I forgot to specify that the apps on my storage card were the problem. I didn't have to reinstall those so the shortcuts did not get recreated like I thought they would. So I am trying to find a way to create those shortcuts then my quicklinks will work.
Quote:
Originally Posted by boggsie View Post
Two options immediately come to mind:
  1. Use mortscript to create the shortcuts on the fly
  2. Create the shortcuts in the same folder as the application (on sd card) and then use UC to copy them to the start menu folder
Best regards,
-boggsie
You could also use XML to create them.

Here is a sample:
-- UNTESTED --


Code:
<wap-provisioningdoc>
  <characteristic type="FileOperation">
 
    <characteristic type="%CE4%" translation="install">
      <characteristic type="MakeDir" />
      <characteristic type="Shortcut to Solitare.lnk" translation="install">
        <characteristic type="Shortcut">
          <parm name="Source" value="%CE2%\solitare.exe" translation="install"/> 
        </characteristic>
      </characteristic>
    </characteristic>
 
  </characteristic>
</wap-provisioningdoc>
__________________
Some requests I have filled: Click Here
Reply With Quote