this patch adds prompting for individual EULAs on options
for instance if you have an option that needs to be agreed through a specific /
additional license (installing third party software)
ex. in q3/rtcw installer for PunkBuster:
<option install="true">
PunkBuster client/server files
<eula>
pb/PB_EULA.txt
</eula>
<files>
pb/
</files>
</option>
this patch adds prompting for individual EULAs on options for instance if you have an option that needs to be agreed through a specific / additional license (installing third party software) ex. in q3/rtcw installer for PunkBuster: <option install="true"> PunkBuster client/server files <eula> pb/PB_EULA.txt </eula> <files> pb/ </files> </option>Created attachment 1 [details] eula_prompt.patch