|
-
Jul 7th, 2009, 08:57 PM
#1
Thread Starter
Addicted Member
[RESOLVED][2008] Deploy non-installing EXE
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?
Last edited by DemonMade; Jul 17th, 2009 at 03:17 PM.
Reason: Resolved
No one is perfect, but it doesn’t hurt to try.
-
Jul 17th, 2009, 03:04 PM
#2
New Member
Re: [2008] Deploy non-installing EXE
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.
-
Jul 17th, 2009, 03:15 PM
#3
Thread Starter
Addicted Member
Re: [2008] Deploy non-installing EXE
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.
No one is perfect, but it doesn’t hurt to try.
-
Jul 17th, 2009, 03:17 PM
#4
Re: [RESOLVED][2008] Deploy non-installing EXE
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.
Sometimes the Programmer
Sometimes the DBA
Mazz1
-
Jul 17th, 2009, 03:20 PM
#5
Thread Starter
Addicted Member
Re: [RESOLVED][2008] Deploy non-installing EXE
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.
No one is perfect, but it doesn’t hurt to try.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|