Results 1 to 11 of 11

Thread: How to make an app stand alone

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2005
    Posts
    277

    How to make an app stand alone

    Hi I have been working on an app with somebody else and to show them I thought that just making the .exe file would work but certain things do not. What is the best way to overcome this.

  2. #2
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: How to make an app stand alone

    Visual Basic has tons of dependencies so your best bet is to create a distribution package that will include ALL runtime files. You may use any available utility including Package & Deployment Wizard (aka PDW) that comes shipped with VB but there are some alternatives exist such InstallShield and others ...

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2005
    Posts
    277

    Re: How to make an app stand alone

    will inno be OK?

  4. #4
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: How to make an app stand alone

    it should work. lots of people swear by it.

  5. #5

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2005
    Posts
    277

    Re: How to make an app stand alone

    which one is the easiest to use? or are they all similar

  7. #7

  8. #8
    Fanatic Member
    Join Date
    Jan 2005
    Location
    In front of this pc.
    Posts
    580

    Re: How to make an app stand alone

    Personally, I use a combination of Inno and the PDW..I use the PDW to create the dependancy list and then use Inno to actually build the distribution while referring to the dependacy list to insure I'm including everything needed. That's probably taking the long way but I sort of enjoy the scenic route at times

  9. #9
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: How to make an app stand alone

    I guess its ok if inno redoes the dependency check. if not, you may still have issues caused by P&D

  10. #10
    Fanatic Member
    Join Date
    Jan 2005
    Location
    In front of this pc.
    Posts
    580

    Re: How to make an app stand alone

    Guess I should have mentioned this in my earlier post but one of the things I like about Inno is that it will warn you (when compiling) if you are attempting to distribute a system file which could cause problems - either due to the file itself, the file version or the installation flags you are attempting to use. Also, if you are going to use Inno you should visit their website's faq's for distributing VB apps. They provide pretty good info on files that need to be distributed which PDW won't, or at least I missed if it did, tell you about as well as the proper flags to set.

    Now, I might very well run into a problem tomorrow but since being sure to include all VB dependancies I've had good results with Inno.

  11. #11
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: How to make an app stand alone

    Most people use P&D wizard untill they run into problems. I haven't as of yet.
    Most problems stem from Crystal Reports, from what I've read. M$ seems to know their own controls.

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