How to work with IExpress for batch-driven installer?

A

anythingreally

I have 10 plus batch files for installing a program, and several external
components and programs, currently I have a Main Controller batch file
managing the installation process. One big deficiency in that is, the
arcane DOS console scares many users off. Some one pointed me to IExpress,
that looks interesting for its GUI interface for an installer, however, the
compiled installer keeps looking for executables at %TEMP% directory instead
of the current directory, show-stopper! Secondly, the compiled executable is
really small like 77k vs. the zipped file for them all is 111MB, it looks
like something isn't right.

So, to re-cap, I'd like a GUI Window to display license info, upon
Agreement, start the reall installation process and get it done with? This
process can utilize all the batch files that I have. Doable with IExpress?
Better, simpler option?

FYI, the usual bunch of bat to exe converters won't work, they seem to be
too simple ...

Thanks.
 
P

Pegasus [MVP]

anythingreally said:
I have 10 plus batch files for installing a program, and several external
components and programs, currently I have a Main Controller batch file
managing the installation process. One big deficiency in that is, the
arcane DOS console scares many users off. Some one pointed me to
IExpress,
that looks interesting for its GUI interface for an installer, however,
the
compiled installer keeps looking for executables at %TEMP% directory
instead
of the current directory, show-stopper! Secondly, the compiled executable
is
really small like 77k vs. the zipped file for them all is 111MB, it looks
like something isn't right.

So, to re-cap, I'd like a GUI Window to display license info, upon
Agreement, start the reall installation process and get it done with?
This
process can utilize all the batch files that I have. Doable with
IExpress?
Better, simpler option?

FYI, the usual bunch of bat to exe converters won't work, they seem to be
too simple ...

Thanks.

Have a look at the big discussion under the header "GUI to replace current
DOS batch -base Installer?", posted in alt.msdos.batch.nt.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top