I am trying to build a small application which will build a self extracting
file that I can distribute to 3rd parties.

 

Under other circumstances I could use a self extracting ZIP file but in this
case I need to be able to modify the directory in which the installation
files are placed according to the local environment.  I also need to run a
small utility after loading the files to complete the install.

 

I am planning on using one of the ZIP compacting/extracting classes which
are in the public domain.

 

What I don't understand is how I generate an executable file with the
compacted files embedded in the executable.  Can anyone advise?

 

John Barrat

 

 

_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to