Visual basic with .NET framework off of a CD?
OK, so the application I've developed in Visual Basic Studio 2005 Express Beta works perfectly and is compiled into an exe file, everything's wonderful...
Problem: the organization that the program is for doesn't want to install the .NET framework on their computers. Is their any way to run it all from CD? That is, all the .NET framework files needed will be on the CD, and the .exe file will use them, so nothing has to go on the hard drive.
Thanks for the help :)

