We do not plan currently to include files belonging to Inno setup in OmegaT's repository.
The need to install Inno Setup (and the additional files) is documented in build.xml, which is a more suitable location that the user manual:
target name="do-win" depends="init,jar,zip" description="Creates a Windows Installer. PRE: Inno Setup (http://www.jrsoftware.org/isinfo.php) with all optional language packs must be installed and available on the path.
Custom strings from release\win32-specific must be added manually to the language files."
Didier
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We do not plan currently to include files belonging to Inno setup in OmegaT's repository.
The need to install Inno Setup (and the additional files) is documented in build.xml, which is a more suitable location that the user manual:
Didier