Hi All,
The setup of my Windows Mobile app is created using VS2008. It contains a couple of data files to be copied to the target device.
These files are readonly on the dev machine (because they are under source control). The setup preserves the readonly attribute, which is a problem in this case.
How can I tell the setup project to discard the readonly attribute of those files on the target machine?
TIA,