Installer warning
The PA.com installer (all versions that I've seen) generates a warning when compiled:
unknown variable/constant "{SectionMain}" detected, ignoringThis is caused by the following line in function LeaveDirectory:
SectionGetSize ${SectionMain} $1 ;=== Space Required for AppThis can be fixed by moving the Section above the Functions, and changing the Section header to read:
Section "!App Portable (required)" SectionMain
Is there a reason this hasn't been or shouldn't be done?
- Read more about Installer warning
- 3 comments
- Log in or register to post comments
