I'm trying to create a setup file or .EXE file for my project using this link.I may able to create properly but whenever change my DLL files, I have to uninstall and install the Setup file for service. How can we create a setup file for automatically update the changed DLL.
SETUP FILE
This setup file contains
- MyProject.DTO.DLL
- MyProject.DataManager.DLL
- MyProject.DataEngineService.DLL
Changes In DLL
I have changed the DTO dll, now i have to build the setup file and reinstall in my windows for update the service, how can we do automatically ? Any idea.