On Feb 8, 2008, at 10:22 AM, Schuberth, Sebastian wrote:
Sebastian, can we easily modify the license dialog with Inno Setup?
The license should be displayed and a single click should be
sufficient to "continue".
It looks like "LicenseFile" is a special variable in
InnoSetup, and it is not _that_ easy to change it to an "I am
okay with it; I read it" text.
Actually, the modification was trivial, I'm now using "InfoBeforeFile"
instead of "LicenseFile". I've pushed Steffen the change.
I pushed the commit to msysgit.git onto branch work/innosetup:
http://repo.or.cz/w/msysgit.git?a=commitdiff;h=f66b8578722
I'll test it later and will include it in the next release if
nobody raises further objections.
Steffen