Is it possible to create a single installer for two applications? [closed]

0

veran: I have an application developed in C #, and the client needs that every time someone enters data in a table, the system shows an alert (that is resolved), create a second project only for alerts. My question is whether it is possible to create a single installer for those two applications. I clarify that the system will not be open constantly, the one that will be constantly open is that of alerts.

    
asked by Javier 23.08.2018 в 19:08
source

1 answer

1

In the option "2. Specify Application Data" - > Files you can add all the files you want "manually", and you can choose executables (either from your project or external), dll, etc.

But be careful if you add it that way, and not as a project exit, because it is not generated automatically.

Greetings

    
answered by 23.08.2018 в 20:10