PDA

View Full Version : Create a .zip from the compiled .exe



Unregistered
09-28-2007, 08:49 AM
Hello Group,

is it possible to compile a setup.exe and then zip it up into a WInZip compatible .zip archive? I mean directly from the IDE during the compilation process?

Thanks in advance.

Kay

linder
09-29-2007, 04:55 AM
Kay,

Yes, no problem. The #zip file directive lets you add files to a Zip archive on the setup development system. This function provides industry-standard Zip archive functionality.

HTH,
Friedrich