Using Visual Studio 2005 and C#, is there a way to create a single file
executable out of my project?
We have made database tools that our employees use out on the manufacturing
floor, and the executables are located on a central server.
Our IT guy wants our executables to be contained in a single file like they
were back when they used VB6, but .NET doesn't like this very well. He keeps
copying the executables (after extracting them using our setup) to different
folders, and naturally, they don't run because other files are missing. He is
hard headed and has more seniority than I do, so me telling him how to
install files is out of the question.
executable out of my project?
We have made database tools that our employees use out on the manufacturing
floor, and the executables are located on a central server.
Our IT guy wants our executables to be contained in a single file like they
were back when they used VB6, but .NET doesn't like this very well. He keeps
copying the executables (after extracting them using our setup) to different
folders, and naturally, they don't run because other files are missing. He is
hard headed and has more seniority than I do, so me telling him how to
install files is out of the question.
Comment