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?
|
I don't know if anyone answered this but I'm throwing in what I know.
Don't know about the read only but for deleting files with UC, I used this code for deleting the tweaks.xml file from the Diamond config util
<wap-provisioningdoc>
<characteristic type="FileOperation">
<!-- delete tweaks file in diamond config -->
<characteristic type="\Program files\Diamond TF3D Config\tweaks.xml" translation="install">
<characteristic type="Delete">
</characteristic>
</characteristic>
</characteristic>