I have two VS projects. One is to install something, the other project is an installer, basically a nice neat installer with pictures that calls the first project at the end to run the setup.exe.
Now, I want to publish this so that, someone can, on their computer, not mine, they can open my folder, open the setup file and it'll install fine, without errors like my setup.exe file being on my machine and not theirs.
Is there a way in Visual Studio where I can include that setup.exe file in my resources folder or what?
I was also thinking, when you say publish, there is a server option? I just have no idea how that works. We have a sharepoint website where we keep all our information.
Please and thank you.