CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 1999
    Posts
    21

    Making all inclusive EXE files for VB

    Ok How do you make it so that all the neccesary files like the run time files are in an all inclusive Executable file.. ?


  2. #2
    Guest

    Re: Making all inclusive EXE files for VB

    Hey,

    I think, that it's the greatest wish of all vb-developers to include all files into one executable file! But it's not possible to do this in vb or with vb-files! Sorry!

    AScomp (www.ascomp.de.gs)


  3. #3
    Join Date
    Aug 1999
    Location
    India-Delhi
    Posts
    106

    Re: Making all inclusive EXE files for VB

    Aaron,
    Just try this.. this is semi solution of your wish.
    First make a setup programme using either PDW or any other third party tool.
    Second, using WinZip.. zip them all and convert into the exe file.
    This is the required EXE file.

    regards,


    Santulan

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

Featured