Tony Meyer wrote:
> Modified Files:
>       spambayes.iss
> 
> +   UsagePage := CreateInputOptionPage(UserPage.ID,
> +     'Personal Information', 'How will you use My Program?',
> +     'Please specify how you would like to use My Program, then
> click Next.', +     True, False);
> +   UsagePage.Add('Light mode (no ads, limited functionality)');
> +   UsagePage.Add('Sponsored mode (with ads, full functionality)');
> +   UsagePage.Add('Paid mode (no ads, full functionality)');

Dare I even ask what this stuff is all about? <wink>

BTW, py2exe doesn't put MSVCR71.dll in the dist/bin by default so the
InnoSetup script won't compile initially.  Is copying MSVCR71.DLL to
py2exe/dist/bin just a manual step that needs to be done before running
Inno?  If so, we may want to include that in README-DEVEL.txt.

-- 
Kenny Pitt

_______________________________________________
spambayes-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-dev

Reply via email to