How do I create a single self-extracting setup, for installtion of
"multiple" files on the target machine, using VB6 and any "FREE" libraries
(only).
I'd appreciate any help on this query.
Thanks,
Arul
There are 2 free solutions that I know of. One is the IExpress Wizard
included with the Internet Explorer Administration Kit (IEAK). Note that
IExpress does NOT create a Setup program/package. You still have to use PDW
or whatever for that. IExpress will just take your package files and
compress them into a self-extracting EXE. When that is run, the files get
uncompressed and your Setup program is run automatically.
You might want to take a look at my post on this from just a week or so ago.
http://www.google.com/groups?q=+%22IExpress%22+group:microsoft.public.vb.*+author:MikeD&hl=en&lr=&ie=UTF-8&scoring=r&selm=OgNDYq4mEHA.3480%40TK2MSFTNGP09.phx.gbl&rnum=1
The other one is InnoSetup. This one DOES create a Setup program and
package. You will have to learn how to use it, although that shouldn't take
too long. Furthermore, it's script-based, meaning you need to write scripts
for almost all functionality. However, there are additional tools you can
obtain for use with it to make this a bit easier (these tools write much of
the script for you). You can get it at www.innosetup.com.
Mike
Here is another one...
http://www.chilkatsoft.com/ChilkatSfx.asp
Rick
"Rick Rothstein" <rickNOS...@NOSPAMcomcast.net> wrote in message
news:OXiFgLLo...@TK2MSFTNGP15.phx.gbl...
ISTool (freeware)
www.istool.org
--
Regards
Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk
Keeping it FREE!
"MikeD" <nob...@nowhere.edu> wrote in message
news:e$wroGLoE...@TK2MSFTNGP14.phx.gbl...