Page 1 of 1

Predefined Regions

Posted: Wed Oct 21, 2015 11:30 am
by InstallAware@Jelich.info
Hi Support Team,

Am I allowed to change the pre-defined region names (e.g. "Define Setup Globals" or "Setup User Interview")?

Or will this break InstallAware? I could imagine that the GUI might loose the relationship between changes made in 'Design' and 'MSI Code' (even if I checked this and it seems the name does not matter).

The reason is that I want to use more / other regions in order to keep a better overview of the growing script file and I do not want to run in trouble at a later stage...

Best regards
Michael

Re: Predefined Regions

Posted: Wed Oct 21, 2015 12:57 pm
by FrancescoT
Dear Michael,

It can be done ... but the default setup logic must be keept within the "single" main script file (without splitting the default setup logic in multiple scripts).

Regards