File deployment in .Net
Hi,
I am quite new to .Net and I'm battling with deployment.
I have a solution that contains a dll project, a deployment project and a bunch of other files. One of the files that I am deploying is renamed after insatllation.
The installation gives no problems, but when the dll is referenced it sees (somehow) that the one file does not exist anymore (because it has been renamed) and launches the install wizard to recreate the file.
Any ideas on how to prevent this? I have tried to toggle the properties of the file in the deployment project with no success.
Thanks
Adriaan Davel
Parity Software
|