We have a windows service which will connect to ftp server and do perform actions using command xml file. Actions like start/stop service, file copy and file replace using c#.
As we know when we working with file operation, we have to take care of backing up existing file and replacing when action fails, instead of doing all these using c# code, we thought of implementing an windows installer for file operations.
we know windows installer has best features and can easily executable using c# command.
Does anyone have idea about how to build or develop an msi for file operations ?
Edit : For people who gave minus votes, please do check my answer.