Quote:
Originally Posted by Juicy47
I'm being lazy here... is there a way for UC to remove a read only property? Also is there a way for UC to delete files?
|
Sample of a Multi-Delete Provxml file...
Quote:
<wap-provisioningdoc>
<characteristic type="FileOperation">
<characteristic type="Delete">
<parm name="ForceDelete" value="\Temp\nueTVOut.exe" translation="install" />
<parm name="ForceDelete" value="\Temp\nueKBLight.exe" translation="install" />
<parm name="ForceDelete" value="\Temp\nueUSBKeyboard.exe" translation="install" />
<parm name="ForceDelete" value="\Temp\nueBattery.exe" translation="install" />
<parm name="ForceDelete" value="%CE5%\My Pictures\wallpaper_pinkflower.png" translation="install" />
<parm name="ForceDelete" value="%CE5%\My Pictures\wallpaper_pink.png" translation="install" />
<parm name="ForceDelete" value="%CE5%\My Pictures\wallpaper_ocean.png" translation="install" />
<parm name="ForceDelete" value="%CE5%\My Pictures\wallpaper_flower.png" translation="install" />
<parm name="ForceDelete" value="%CE5%\My Pictures\wallpaper_flames.png" translation="install" />
<parm name="ForceDelete" value="%CE5%\My Pictures\wallpaper_facet.png" translation="install" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
|
And you may not be able to remove the read only property, but you could create copies of the files, remove their read-only attribute, and the replace them during the SDCongig.txt file execution. The syntax looks something like this:
Quote:
CPY1:\Storage Card\Config\ToCopy\2330fc3c_manila
CPY2:\Windows\2330fc3c_manila
|