We have a .Net solution that our clients are using.
When we change something, tweak the code for example, what's the easiest way
for us to manage/re-deploy the change?
We use the installer component to create an msi file and manually install
that. Changes are managed right now by uninstalling and reinstalling, which
over time gets to be a real pain.
Is it as easy as copying the revised dll and other new files used into the
user's program directory (outside of registry modifications). I'm thinking
of adding an installation component that checks the files in the user
program directory and updates any newer found on a shared drive, then runs
the project. Will that work? Or is there another way? I'm open to ideas.
|