I have an win-forms application that takes an existing exe which we do not have the source code for. We do, however, develop several Dlls that plug-in to the application to provide the core back-end functionality.
I'd like to be able to configure ClickOnce to deploy this app, but I'm not sure if this is possible given that the main exe isn't built from source code.
One possibility would be to develop a simple wrapper exe that calls the main exe, but I don't care for that solution; it seems like a bit of a hack.
Are there any alternatives?