unpack data files before starting inno setup
问题 I am working on an application which uses a very large size of data files. My client wants to zip those data files separately from the setup exe then the installer should unzip them before starting the installation. Is that possible by inno? I don't have much experience in Pascal so any help will be much appreciated. 回答1: No built in Pascal scripting support for uncompression Although Inno Setup internally has many uncompress routines to support the various ways it can compress the files