Results 1 to 2 of 2

Thread: Runtime Problem

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Posts
    5

    Post

    Hi, I made a certain program (you don't need to know what it does, etc.) Anyway, the problem is that I want to be able to send the thing to a person and they download it and when they double-click on it, it doesn't run a setup program, but it just runs. The setup utility that comes with VB5 simply installs the runtimes and OCXs, is there a way to automatically include them into the program EXE, so you only have to deal with 1 EXE? Thanks, and keep in mind, the program must be able to also carry MSWINSCK.OCX.
    Thanks,

    - Jonathan

    P.S. Please email me ([email protected]) or ICQ me (3070199) for the answer. Thanks again...

  2. #2
    Addicted Member
    Join Date
    May 1999
    Location
    Californ-I- A
    Posts
    207

    Post

    Unfortunately, the ease and small size or VB exe's is a trade off of those runtimes. Unless you want to wite a program in C++, delphi, or whatever else that installs and registers your controls and runtimes, you're stuch with what you got.

    You could however, modify the Setup1.exe project so that after the dialog box that says "Please wait copying files..." (the setup.exe file) you could have the setup1.exe file run hidden and copy the remaining files without a user seeing anything other than that initial dialog.

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