Click to See Complete Forum and Search --> : How to ship my library files?


Jian Sun
August 3rd, 2001, 12:09 PM
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.

softweng
August 3rd, 2001, 01:57 PM
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

Michael Meyer
August 17th, 2001, 03:47 PM
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