CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2000
    Posts
    133

    How to ship my library files?

    I want to create a package that will be installed by a setup.exe program. I use package and deployment Wizard to do this. The problem is that I have a library which includes thousands of files. The Wizard only allows you to add the files one by one. There is no way to add a folder. It is impossible to add thousands of files one by one to the package. How can I solve this problem?
    Thanks in advance.



  2. #2
    Join Date
    Mar 2000
    Location
    Arizona, USA
    Posts
    493

    Re: How to ship my library files?

    You could create a script/app that will add the files to the .CAB file and
    add the entries to the Setup.lst file.

    Kris
    Software Engineer
    Phoenix,AZ
    Kris
    Software Engineer
    Phoenix, AZ USA

  3. #3
    Join Date
    Aug 2001
    Posts
    1

    Re: How to ship my library files?

    Try www.tegosoft.com
    Use their installation wizard to summarize all your files (incl. any dll if you wish) by simply selecting your directory with the compiled installation files in it.
    Mic


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