View Single Post
  #141 (permalink)  
Old 03-20-2009, 02:20 PM
reigndropz's Avatar
reigndropz
Halfway to VIP Status
Offline
Location: VA
 
Join Date: Feb 2009
Posts: 550
Reputation: 805
reigndropz knows their stuffreigndropz knows their stuffreigndropz knows their stuffreigndropz knows their stuffreigndropz knows their stuffreigndropz knows their stuffreigndropz knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Ok I got it guys. This is the code that worked without any issues, except for one thing.....it didint place anything in the start menu! I beleieve that is because I have to delete what is iin there already. Does anyone know what I could do to do this?
Code:
<wap-provisioningdoc>
 
<characteristic type="file operation">
 

 
 
<characteristic type="%CE2%\Start Menu\" translation="install">
<characteristic type="MakeDir" />
 
<characteristic type="Battery Monitor.lnk" translation="install">
<characteristic type="Shortcut">
<parm name="Source" value="%CE2%\BatteryMonitor.exe" translation="install"/> 
</characteristic>
</characteristic>
 

 

 
<characteristic type="Camera.lnk" translation="install">
<characteristic type="Shortcut">
<parm name="Source" value="%CE2%\Camera.exe" translation="install"/> 
</characteristic>
</characteristic>
 

 

 
<characteristic type="File Explorer.lnk" translation="install">
<characteristic type="Shortcut">
<parm name="Source" value="%CE2%\fexplore.exe" translation="install"/> 
</characteristic>
</characteristic>

 

 
<characteristic type="PHM RegEdit.lnk" translation="install">
<characteristic type="Shortcut">
<parm name="Source" value="\Program Files\PHM Tools\regedit.exe" translation="install"/> 
</characteristic>
</characteristic>
 

 

 
<characteristic type="psShutXP.lnk" translation="install">
<characteristic type="Shortcut">
<parm name="Source" value="Program Files\psShutXP\psShutXP.exe" translation="install"/> 
</characteristic>
</characteristic>
 
</characteristic>
 
</characteristic>
 
</wap-provisioningdoc>

Last edited by reigndropz; 03-20-2009 at 03:06 PM.
Reply With Quote