Click to See Complete Forum and Search --> : [RESOLVED][2008] Deploy non-installing EXE
DemonMade
Jul 7th, 2009, 08:57 PM
I want to compile an EXE that does not need to install. The app does not require any other files or resources.
Is this possible?
dkerry
Jul 17th, 2009, 03:04 PM
What programming language are you using? Also, what IDE are you using? An executable file always requires a runtime (unless it is compiled in native code) and that should be installed on the client system if you do not plan to distribute an installation package.
DemonMade
Jul 17th, 2009, 03:15 PM
I'm using Visual Studio 2008 w/ VB.
I figured it out, the IDE compiles the EXE and places it in the App\Bin\Debug. You can then just send the EXE around and it runs.
GaryMazzone
Jul 17th, 2009, 03:17 PM
Not really. If the use does not have .Net framework installed (which one depends on which one you targeted during developemnt) the app will not work.
DemonMade
Jul 17th, 2009, 03:20 PM
Well the requirements for running a .net app obviously still apply. For what I was doing, that was sufficient. I wasn't going to include an elaborate installer and distributable framework.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.