Is there a way to create a stand alone .exe from VB2005, that does not depend upon the .NET framework being installed on the target machine?
I have followed previous threads on this subject and not seen a definitive answer.
What I want to do is create an .exe that has all of the .dll etc required to run on both XP and 98 operating systems, and does not require that the .NET framework be downloaded to the machine. Many of the targets are stand alone computers without internet connection.
Dev environment:
XP Professional
Visual Studio 2005 standard edition
Visual Basic 2005
Thanks, Clint