[spambayes-dev] RE: [Spambayes-checkins] spambayes/windows spambayes.iss, 1.18, 1.19

Kenny Pitt kenny.pitt at gmail.com
Fri Jan 28 17:39:03 CET 2005


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



More information about the spambayes-dev mailing list