Quote:
Originally Posted by b4u2
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
Two options immediately come to mind:
- Use mortscript to create the shortcuts on the fly
- 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>