|
||||
Re: Cab Making
you can do it with a provxml, add this to "pre XML" or "post XML" section, depending on needs, on the "cab information" page in wincecab manager
Code:
<characteristic type="FileOperation"> <characteristic type="*full path of file to delete*" translation="install"> <characteristic type="Delete"> <parm name="ForceDelete" /> </characteristic> </characteristic> </characteristic> |
This post has been thanked 2 times. |
|
||||
Re: Cab Making
Thanks for the help. does this look right.
Code:
<characteristic type="FileOperation"> <characteristic type="\Application Data\HTC\databases\forecast_cache.db" translation="install"> <characteristic type="Delete"> <parm name="ForceDelete" /> </characteristic> </characteristic> </characteristic> |
|
||||
Re: Cab Making
from what i know that isn't possible...you have to create a SETUP.DLL in WinCE manager to delete files, and creating these DLLs isn't exactly easy either since you have to write the functions in C++
__________________
the internet is FREE..
search and you shall find.. |
|
||||
Re: Cab Making
yes it is possible, check out my cab from the new sprint navigation thread. it does exactly this. it deletes the old preferences file before installing the new stuff. the file may be in use hence is why you cannot delete or override it. try turning off manila then installing your cab.
|
This post has been thanked 2 times. |
|
||||
Re: Cab Making
you're right it is possible, just tested it..wonder it it's possible to move stuff this way? a lot easier than dealing with dlls that's for sure!
|
|
|
|