1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
[Setup]
AppName=PingoS Tipptrainer
AppVerName=PingoS Tipptrainer 0.6.0
AppPublisher=PingoS Software Team
AppPublisherURL=http://www.pingos.org
AppSupportURL=http://www.pingos.org/tipptrainer/index.php
AppUpdatesURL=http://www.pingos.org/tipptrainer/index.php
DefaultDirName={pf}\PingoS Software\Tipptrainer
DefaultGroupName=PingoS Software
LicenseFile=COPYING
[Types]
Name: "full"; Description: "Full installation"
Name: "mini"; Description: "Minimal installation"
Name: "custom"; Description: "Custom installation"; Flags: iscustom
[Components]
Name: "Tipptrainer"; Description: "Tipptrainer"; Types: full mini; Flags: fixed
Name: "wxWindows"; Description: "wxWindows library"; Types: full mini; Flags: fixed
Name: "compiler"; Description: "Compiler Support Library"; Types: full mini; Flags: fixed
Name: "translation"; Description: "translation files (currently only german)"; Types: full
Name: "data"; Description: "lesson files and logo file"; Types: full
Name: "data\german"; Description: "lesson files for german keyboard layout"; Types: full
Name: "data\english"; Description: "lesson files for english keyboard layout"; Types: full
[Files]
Source: "Tipptrainer.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: "Tipptrainer"
; the wxWindows library
; There should be only one and it should match the one,
; tipptrainer was compiled with.
Source: "wxmsw*.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: "wxWindows"
; Comment out (remove the ';') either MingW32 or MS VC++
; MingW32 Library
; There should be only one and it should match the one,
; wxWindows and tipptrainer were compiled with.
Source: "mingwm10.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: "compiler"
; Microsoft Visual C++ Library
; To use it, both wxWindows and tipptrainer must be compiled with VC++
;Source: "msvcp71.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: "compiler"
;Source: "msvcr71.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: "compiler"
Source: "data\*.png"; DestDir: "{app}\data"; Flags: ignoreversion; Components: "data"
Source: "data\german\*.*"; DestDir: "{app}\data\german"; Flags: ignoreversion; Components: "data\german"
Source: "data\english\*.*"; DestDir: "{app}\data\english"; Flags: ignoreversion; Components: "data\english"
Source: "po\de\tipptrainer.mo"; DestDir: "{app}\po\de"; Flags: ignoreversion; Components: "translation"
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[INI]
Filename: "{app}\PingoS Tipptrainer homepage.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.pingos.org/tipptrainer/index.php"
[Icons]
Name: "{group}\PingoS Tipptrainer"; Filename: "{app}\Tipptrainer.exe"; WorkingDir: "{app}"
; NOTE: The following entry contains an English phrase ("on the Web"). You are free to translate it into another language if required.
Name: "{group}\PingoS Tipptrainer homepage"; Filename: "{app}\PingoS Tipptrainer homepage.url"
[Run]
; NOTE: The following entry contains an English phrase ("Launch"). You are free to translate it into another language if required.
Description: "Launch PingoS Tipptrainer"; Filename: "{app}\Tipptrainer.exe"; WorkingDir: "{app}"; Flags: nowait postinstall skipifsilent
[UninstallDelete]
Type: files; Name: "{app}\PingoS Tipptrainer homepage.url"
|