|
I am having a problem with a Visual Studio 2008 setup and deployment project. The easiest way to describe the problem is by way ofa simple example that copies a file into a directory on a client machine. The problem occurs when a version of the file being copied already exists on the client machine.
If the file on the client machine is newer than the file being copied, the copy does not take place and no warning is given! What I want is for the file to be copied irrespective of whether there is an existing file or what ever version that file happens to be.
If the file being copied supports versioning then there is no problem, the problem arises when the file does not support versioning, for example an Access database file (accdb or accde) containing the latest company figures.
At present the only way round the problem that I can find is to perform the "installation" in which the file is not copied, to then uninstall which removes the originalfileand then to install again which will nowinstall the correct file! Not a very nice work around.
I would be most grateful for any help in this regard.
Thank you,
infrazee |