diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/build-data/botan.iss.in | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/build-data/botan.iss.in b/src/build-data/botan.iss.in index 4d8b10dc2..a625697f7 100644 --- a/src/build-data/botan.iss.in +++ b/src/build-data/botan.iss.in @@ -3,6 +3,11 @@ [Setup] AppName=Botan AppVerName=Botan %{version} + +AppPublisher=Jack Lloyd +AppPublisherURL=http://botan.randombit.net/ +AppVersion=%{version} + DefaultDirName={pf}\botan DefaultGroupName=botan @@ -10,8 +15,8 @@ AppCopyright=Copyright (C) 1999-2009 Jack Lloyd and others SolidCompression=yes -; Todo - add [Types] and select 'user' / 'developer' installs +OutputDir=. [Files] -Source: "libbotan.lib"; DestDir: "{app} -Source: "build\lib\botan\*" DestDir: "{app}\botan" +Source: "..\libbotan.lib"; DestDir: "{app}" +Source: "lib\botan\*"; DestDir: "{app}\botan" |