Skip to content

Commit

Permalink
Bump version, prompt for admin permissions when installing and adjust…
Browse files Browse the repository at this point in the history
… source paths
  • Loading branch information
mhammond committed Apr 1, 2010
1 parent deb062a commit 2cd5fbe
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions spambayes/windows/spambayes.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

[Setup]
; Version specific constants
AppVerName=SpamBayes 1.1a5
AppVersion=1.1a5
OutputBaseFilename=spambayes-1.1a5
AppVerName=SpamBayes 1.1a6
AppVersion=1.1a6
OutputBaseFilename=spambayes-1.1a6
; Normal constants. Be careful about changing 'AppName'
AppName=SpamBayes
DefaultDirName={pf}\SpamBayes
Expand All @@ -15,14 +15,15 @@ OutputDir=.
ShowComponentSizes=no
UninstallDisplayIcon={app}\sbicon.ico
LicenseFile=py2exe\dist\license.txt
PrivilegesRequired=admin

[Files]
Source: "py2exe\dist\sbicon.ico"; DestDir: "{app}"; Flags: ignoreversion
Source: "py2exe\dist\LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion

Source: "py2exe\dist\lib\*.*"; DestDir: "{app}\lib"; Flags: ignoreversion
Source: "py2exe\dist\bin\python24.dll"; DestDir: "{app}\bin"; Flags: ignoreversion
; Needed when built with Python 2.4. This must be manually copied to this directory
Source: "py2exe\dist\bin\python25.dll"; DestDir: "{app}\bin"; Flags: ignoreversion
; Needed when built with Python 2.4/2.5. This must be manually copied to this directory
; from wherever it is being sourced from.
Source: "py2exe\dist\bin\msvcr71.dll"; DestDir: "{app}\bin"; Flags: ignoreversion

Expand Down Expand Up @@ -54,7 +55,7 @@ Source: "py2exe\dist\bin\convert_database.exe"; DestDir: "{app}\bin"; Flags: ign
; Include flavour-of-the-day OCR pacakge - currently gocr.
; Get from the spambayes package directory - its likely to exist
; there as the developer running a source version will have it there.
Source: "..\spambayes\gocr.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
Source: "..\..\spambayes\gocr.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
Source: "py2exe\gocr.txt"; DestDir: "{app}\docs"; Flags: ignoreversion

; There is a problem attempting to get Inno to unregister our DLL. If we mark our DLL
Expand Down

0 comments on commit 2cd5fbe

Please sign in to comment.