Results 1 to 8 of 8

Thread: [RESOLVED] installer recommendation?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    269

    Resolved [RESOLVED] installer recommendation?

    Hi,

    Just would like to know which installer is good for deploy the vb6 application other than use the build-in package wizard, since I would like the install can create some folder for me if those folder is not exist.

    Preferred FREEWARE one and will reg the ocx, dll files while doing the installation.


    Thanks!

  2. #2

  3. #3
    Lively Member
    Join Date
    Apr 2006
    Posts
    69

    Re: installer recommendation?

    I use NSIS for my application.

    Nsis.sourceforge.net

    It has a tough scripting system. You can use an auto script generator and see what it brings up, and then edit it to customise. HM NIS editor is one I believe, but beware if you add dlls, you have to register them, so you need to use a different function of nsis. See the help I think it's apendix B or D (it's DLL and TLB installation). That's the only catch I found about the auto editor.
    Last edited by solinent; Sep 2nd, 2006 at 04:19 PM.

  4. #4
    Addicted Member GedOfEarthsea's Avatar
    Join Date
    May 2006
    Location
    USA
    Posts
    145

    Re: installer recommendation?


  5. #5
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: installer recommendation?

    I believe Inno Setup has the most support from Inno Setup and third party applications.

    http://jrsoftware.org
    http://www.jrsoftware.org/is3rdparty.php

  6. #6
    Lively Member
    Join Date
    Apr 2006
    Posts
    69

    Re: installer recommendation?

    There's a wiki on NSIS, and that's about it. They did provide support on the forums, but it was extremley slow. The one advantage from NSIS is customizeability, and small overhead (34kb).

  7. #7

  8. #8

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