I'd like to know if it's possible to have the Publish mechanism copy additional files to the destination of the installation folder along with the Setup.exe.
By default Publish publishes the following files:
- Application Files (folder)
- app.manifest
- publish.htm
- setup.exe
I would like to have Visual Studio publish a bunch of other files from the solution in that folder, along with those standard files. To be clear, I want these extra files in the server, i don't want them deployed to the client.
Is this possible?