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....
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.anAnd for this you can use CopyFiles instead of File.
...or just like InstallShield, a Setup.exe and a directory for the source files.
it looks workable...
i'll try it, thank you.