Results 1 to 5 of 5

Thread: how to make a stand alone EXE program?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    1

    Unhappy

    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~~

  2. #2
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    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.

  3. #3
    Guest
    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

  4. #4
    Guest
    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/

  5. #5
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840

    Thumbs up

    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
  •  



Click Here to Expand Forum to Full Width