|
-
Jul 5th, 2000, 11:30 PM
#1
Thread Starter
New Member
Can anyone tell me how to create a stand alone EXE file from VB?? I used the "make" function in the "File" menu. I created an EXE file. But I found out that EXE file can only run in computer that has VB supported. So, is there a way to create a EXE file which I can run it from any computers, including those don't have VB supported??
THANKS~~
-
Jul 6th, 2000, 12:09 AM
#2
PowerPoster
There's a package and deployment wizard coming with VS, you can generate a setup file which installs all needed files. Also you can try Fusion which makes it like C-programs a stand-alone exe.
-
Jul 6th, 2000, 12:43 AM
#3
This is the link to a Self Extract EXE Program. Well it is the link to create a Self Extracting EXE Program. Good for creating Stand-Alone EXEs.
http://www.planet-source-code.com/vb...txtCodeId=3147
-
Jul 6th, 2000, 09:33 AM
#4
You can use Inno Setup. Just include your Runtime files and Controls in here. It works a lot better than the Standard VB Setup Wizard.
http://www.jrsoftware.org/
-
Jul 6th, 2000, 09:40 AM
#5
Fanatic Member
I definately stand behind Inno setup! Single exe, excellent compression, multiple icons, good uninstall, great user interface (for the client) compared to P&D, registry manip!!
Think I'll apply for a job in sales there except... it's free! and there's no money being made.
Once you've written a script, you're fine you can use it as a template for the future.
(I hope you weren't after static linking though!!! you can try Fusion (I won't touch it again) or you can play it's in VB7... or use Delphi)
Paul Dwyer 
Network Engineer
Aussie In Tokyo
Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)
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
|