aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/botan.iss.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/build-data/botan.iss.in')
-rw-r--r--src/build-data/botan.iss.in11
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"