multiple same sections
Status: Inactive
Brought to you by:
bhenden
Hello,
Is it possible to keep script line organisation with multiple same sections ?
Inno's help says <<Note that it is legal to specify multiple sections of the same name.>>
When I save/restore my iss, istool reorganize in unique sections !
I want to do that to arganize my script in chapiters, each relating a component.
Regards,
Fred
IsTool v5.2.1 / Inno 5.2.2
Logged In: YES
user_id=2031352
Originator: NO
A kind of workaround is to prevent compiling the script with ISTool.
Add a section like this:
[_ISToolPreCompile]
Name: cmd /c echo; Parameters: This script must not be compiled, neither SAVED, with ISTool.
Name: cmd /c echo; Parameters: Please, use "Inno Setup" instead of ISTool.
Name: cmd /c exit; Parameters: 1; Flags: abortonerror