Read-Only Attribute
Posted: Mon Feb 27, 2006 7:30 am
We ar using VSS to manage our sourcecode and NAnt to compile it. After the main build the InstallAware is executed to build setup file.
All of our config files are also in VSS and every file in VSS is read-only so when we want to install our product with InstallAware the files that are installed on new system are also read-only this is not good because I want the setup to modify some of the configuration files.
How do I remove read-only attribute and why is it doing this? Is it a bug?
All of our config files are also in VSS and every file in VSS is read-only so when we want to install our product with InstallAware the files that are installed on new system are also read-only this is not good because I want the setup to modify some of the configuration files.
How do I remove read-only attribute and why is it doing this? Is it a bug?