Archive: can i compile a installer without compress?


can i compile a installer without compress?
as title
can i just packet it and don't compress it.
or just like InstallShield, a Setup.exe and a directory for the source files.

tks....


SetCompress off


Re: can i compile a installer without compress?

Originally posted by anders.an
...or just like InstallShield, a Setup.exe and a directory for the source files.
And for this you can use CopyFiles instead of File.

it looks workable...
i'll try it, thank you.