I wrote a small app that I need to distribute to 700+ computers, the problem being that the computers can be running any version of Windows (though most likely XP or better) with any version of .Net framework installed with internet connections all from OC3 to dialup.
I considered bundling .Net with my application but the .net installer is at least 39mb and that would literally take hours for someone with dialup.
So is there a way I can either bundle the specific DLLs that the application needs, or convert the whole thing to native code?
Thanks --Mike