CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: installer

  1. #1
    Join Date
    May 2001
    Location
    MO, USA
    Posts
    87

    installer

    what is the best installer generator program out there...any ideas....

    midnightservice


  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: installer

    Well, you got Package and deployment wizard, but that really isn't so good (my opinion). Visual Studio Installer (comes with VS enterprise edition) is much better, and much custoimizable.

    then we still have two very good non M$ programs,

    Installshield, a real good and powerfull installer

    Wise installation, as the name implies, it's is wise to use it.

    Tom Cannaerts
    [email protected]

    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

  3. #3
    Join Date
    May 2001
    Location
    MO, USA
    Posts
    87

    Re: installer

    well cakkie i have the install shield already and hell it looks like you need another 4 yr degree to figure this piece of software out.....lol..and the search for wise installation turned up nothing but dead ends.....any help, if you know where to find it would be appreciated..

    midnightservice




  4. #4
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: installer

    About installshield, it takes indeed a bit of practice to get along with it, but hey, so does Nero burning software, but once you know how to use it, it is one of the most powerfull of it's kind.

    About Wise
    The wise website is http://www.wisesolutions.com/wisewin.htm

    Good luck

    Tom Cannaerts
    [email protected]

    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

  5. #5
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: installer

    <fleeting_visit>

    I'd recommend InnoSetup from http://www.innosetup.com - very powerful and scriptable, what's more it's free.

    </fleeting_visit>


    Chris Eastwood
    VBCodeLibrary - http://www.vbcodelibrary.com

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