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 :)

[482 byte] By [East] at [2007-12-16]
# 1
No
EdgardoRossetto at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2
Edgardo is correct. In order to run the application, you need to have the .NET Framework installed on the client machine.

Steven

StevenLees at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...