How do I deploy a .Net app on a PC without the framework installed?
Sorry, I know this is probably very simple but I am fighting a deadline and need a quick answer (please!).
I have a standalone VB.Net app which compiles and runs perfectly on any machine with the framework installed... but when I shift it to a machine that doesn't the app doesn't work.
(I'm just copying the exe file and the config file I have for the app).
Can someone give me a quick rundown on what I need to do to deploy on PC's which don't have the framework on them? Do I have to create some sort of installation package or something? (I'd look up a book but am at a client site away from home and don't have any of my textbooks!)
Any help much appreciated!
Mike.

