I would recommend a separate installer that can do the following:
- Install a new installation
- Repair an existing installation
- Remove an existing installation
The reason I recommend these options is because that is what I have come to expect for installers in Windows environments.
The reasons I recommend separating installation and application logic into two different applications area:
- There may be conflicts between dependencies used used by the installer and application.
- I want to be sure my team don't inadvertently use classes in the dependencies from the installer framework when developing the application.
