CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2003
    Posts
    19

    Package And Deployment Under VC6

    I've written a program that uses several dozen DLL's.

    How can I deploy this so it runs first time on clients computers?

    Regards,


    roddy

  2. #2
    Join Date
    Jul 2003
    Posts
    147
    I like inno setup.

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

    It's free and easy.

  3. #3
    Join Date
    Aug 2003
    Location
    Dracula Park
    Posts
    109
    Try Here
    www.msibuilder.ro your installer is here

  4. #4
    Join Date
    May 2003
    Posts
    19

    Thumbs up Package and deployment in VC6

    Basically, these will tie up all the files that I need autmatically, with little of my intervention and make it one nice fat round setup.exe ? :-)

    That simple ?

    Thanks guys, really needed that, been hunting for something like these, as VB has one preinstalled that makes this type of thing dead simple.

    Thanks a lot

    Roddy

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