I have built a small game in .NET that I will be distributing to users, but I don't want the application to be installed on the user's machine. The application should run from the CD only without a setup being installed on the users machine.
Assumption - .NET 2.0 will be available on all users' machines. I want my application to run only if a CD or DVD is present.
I tried ClickOnce, but that creates a setup.exe
file that installs the software on the user's machine.