|
Hi,
I have been trying to fix an issue with my VS 2008 deployment project. I built an installer using the deployment project, and use it to installmycompanyapplicationon client site.
For software update, we would build the installer again with udpate codes, and run the installer again on client site. We noticed that, content files that have been modified by client is not being replaced by the installer during upgrade. How can I fix this?
I have tried to use custom actions to write script for the beforeinstall event. I attempt to delete the content files in the local directories, so that the installer would not be able to detect the content files have been modified, and hence the files are replaced. However, I notice that the content files are already there even in a clean installation ( after performing uninstall ). How could the content files exist even before begininstall ? |