[spambayes-dev] RE: [Spambayes-checkins] spambayes/windows
spambayes.iss, 1.2, 1.3
Kenny Pitt
kennypitt at hotmail.com
Thu Dec 4 11:27:18 EST 2003
Tony Meyer wrote:
> Update of /cvsroot/spambayes/spambayes/windows
> In directory sc8-pr-cvs1:/tmp/cvs-serv3138/windows
>
> Modified Files:
> spambayes.iss
> Log Message:
> These dlls end up in the lib directory here, and I'm pretty sure that
that's where
> they're meant to be these days. An old .iss, maybe?
>
> Index: spambayes.iss
> ===================================================================
> RCS file: /cvsroot/spambayes/spambayes/windows/spambayes.iss,v
> retrieving revision 1.2
> retrieving revision 1.3
> diff -C2 -d -r1.2 -r1.3
> *** spambayes.iss 23 Oct 2003 22:54:09 -0000 1.2
> --- spambayes.iss 4 Dec 2003 03:12:41 -0000 1.3
> ***************
> *** 19,24 ****
> Source: "py2exe\dist\lib\*.*"; DestDir: "{app}\lib"; Flags:
ignoreversion
> Source: "py2exe\dist\bin\python23.dll"; DestDir: "{app}\bin"; Flags:
ignoreversion
> ! Source: "py2exe\dist\bin\pythoncom23.dll"; DestDir: "{app}\bin";
Flags: ignoreversion
> ! Source: "py2exe\dist\bin\PyWinTypes23.dll"; DestDir: "{app}\bin";
Flags: ignoreversion
>
> Source: "py2exe\dist\bin\outlook_addin.dll"; DestDir: "{app}\bin";
Check:
> InstallingOutlook; Flags: ignoreversion regserver
> --- 19,24 ----
> Source: "py2exe\dist\lib\*.*"; DestDir: "{app}\lib"; Flags:
ignoreversion
> Source: "py2exe\dist\bin\python23.dll"; DestDir: "{app}\bin"; Flags:
ignoreversion
> ! Source: "py2exe\dist\lib\pythoncom23.dll"; DestDir: "{app}\bin";
Flags: ignoreversion
> ! Source: "py2exe\dist\lib\PyWinTypes23.dll"; DestDir: "{app}\bin";
Flags: ignoreversion
>
> Source: "py2exe\dist\bin\outlook_addin.dll"; DestDir: "{app}\bin";
Check:
> InstallingOutlook; Flags: ignoreversion regserver
Actually, those two DLLs only go in the lib directory now, not in the
bin directory. The "py2exe\dist\lib\*.*" line already takes care of
that.
--
Kenny Pitt
More information about the spambayes-dev
mailing list