OpenSecurity.iss
changeset 240 d7ef04254e9c
parent 239 bfac95f9ac41
child 241 6f73753677aa
     1.1 --- a/OpenSecurity.iss	Wed Oct 29 15:02:42 2014 +0100
     1.2 +++ b/OpenSecurity.iss	Wed Oct 29 15:18:22 2014 +0100
     1.3 @@ -2,21 +2,20 @@
     1.4  ; OpenSecurity setup file for use with
     1.5  ; Inno Setup Compiler (http://www.jrsoftware.org/isinfo.php) 
     1.6  
     1.7 -;                         OpenSecurity
     1.8 -;                         ============
     1.9 -; 
    1.10  ; Copyright 2013-2014 X-Net and AIT Austrian Institute of Technology
    1.11  ; 
    1.12  ; 
    1.13 -;     X-Net Technologies GmbH
    1.14 +;     X-Net Services GmbH
    1.15  ;     Elisabethstrasse 1
    1.16  ;     4020 Linz
    1.17  ;     AUSTRIA
    1.18 +;     https://www.x-net.at
    1.19  ; 
    1.20  ;     AIT Austrian Institute of Technology
    1.21  ;     Donau City Strasse 1
    1.22  ;     1220 Wien
    1.23  ;     AUSTRIA
    1.24 +;     http://www.ait.ac.at
    1.25  ; 
    1.26  ; 
    1.27  ; Licensed under the Apache License, Version 2.0 (the "License");
    1.28 @@ -31,7 +30,6 @@
    1.29  ; See the License for the specific language governing permissions and
    1.30  ; limitations under the License.
    1.31  
    1.32 -
    1.33  [Setup]
    1.34  AppName=OpenSecurity
    1.35  AppContact=AIT Austrian Institute of Technology
    1.36 @@ -55,6 +53,7 @@
    1.37  UninstallDisplayIcon={app}\bin\ui\gfx\OpenSecurity.ico
    1.38  
    1.39  [Files]
    1.40 +Source: "OpenSecurity\Lizenz.txt"; DestDir: "{app}"; 
    1.41  Source: "OpenSecurity\bin\*"; Excludes: "*.pyc,*.swp"; DestDir: "{app}\bin"; Flags: recursesubdirs createallsubdirs;
    1.42  Source: "OpenSecurity\cygwin64\*"; DestDir: "{app}\cygwin64"; Flags: recursesubdirs createallsubdirs;
    1.43  Source: "OpenSecurity\install\*"; DestDir: "{app}\install"; Flags: recursesubdirs createallsubdirs;