I'm trying to create exe/msi for my solution
it contains the following Projects
- ActiveDirectoryEngine: library used to implement AD operations
- ADService: windows service - performs the work in the background
- CryptographyEngine: library used to encrypt/decrypt data
- TerranovaActiveDirectoryHost: Dashboars/win form to manage/check the service's status
- SyncToolSetup: the setup project "it only targets TerranovaActiveDirectoryHost"
Here is the contents of the Setup project:
I tried the same steps for different Solution, with ONLY one windows forms application, and it worked fine, but it looks that it doesn't work when I have more than one referenced projects.
The install and Uninstall options are not enabled
Update:
all the previous projects are referenced in the Win forms project, so am I targeting the right one when creating the exe/msi?