Quote:
Originally Posted by kernel610
I can't seem to get my provisioning.xml file to work. Any suggestions? Also, what is the difference from doing the changes in a .reg file?
Also, I have it entered into my SDConfig file as "XML:\Storage Card\Install\Start\provisioning.xml"
EDIT: The random spaces in xml file are not in the original. I think it has something to do with it being in the QUOTES command
When I try opening the file with IE I get this error
"A name contained an invalid character. Error processing resource 'file:///C:/Documents and Settings/ksa/Desktop/provis...<characteristictype="HKLM\Software\HTC\Manila\Prog ramLauncher\0">"
-------------------^"
|
Then you gotta know IE is pointing you to your error, right? looks like you threw in that > too early so your formatting is off.
Try something like this. I put in one Reg Key, one String, and one # so you can see the difference. Hope this helps.
Code:
<wap-provisioningdoc>
<!-- *** COMMENTS *** -->
<characteristic type="Registry">
<characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\0" translation="filesystem">
<parm name="Path" datatype="string" value="\Program Files\Resco\Resco Explorer.lnk" />
<parm name="IsReadOnly" datatype="integer" value="0"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>