-
Notifications
You must be signed in to change notification settings - Fork 25
/
setup-CBL-GUI.iss
62 lines (53 loc) · 3.58 KB
/
setup-CBL-GUI.iss
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
; CBL Installer Script
; Scott Clayton 2012
#define SetupBaseName "Setup.CBL-GUI."
#define DateTimeString GetDateTimeString('yyyy.mm.dd.hh.nn', '', '');
[Setup]
AppId={{37F1A229-EA56-4FB3-9E14-BB066B353145}
AppName=CAPTCHA Breaking Scripting Language
AppVersion=1.0
AppPublisher=Scott Clayton
AppPublisherURL=http://code.google.com/p/captcha-breaking-library/
AppSupportURL=http://code.google.com/p/captcha-breaking-library/
AppUpdatesURL=http://code.google.com/p/captcha-breaking-library/
DefaultDirName={pf}\CAPTCHA Breaking Scripting Language
DefaultGroupName=CAPTCHA Breaking Scripting Language
OutputDir=.
OutputBaseFilename={#SetupBaseName + DateTimeString}
SetupIconFile=.\ART\icon01.ico
Compression=lzma
SolidCompression=yes
LicenseFile=.\LICENSE.txt
;WizardImageFile=.\art\setup.bmp
;WizardSmallImageFile=.\art\setupUR.bmp
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
Source: ".\CAPTCHA Breaker Compiled\bin\Release\CBL-GUI.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: ".\CAPTCHA Breaker Compiled\bin\Release\AForge.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: ".\CAPTCHA Breaker Compiled\bin\Release\AForge.Imaging.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: ".\CAPTCHA Breaker Compiled\bin\Release\AForge.Math.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: ".\CAPTCHA Breaker Compiled\bin\Release\ContourAnalysis.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: ".\CAPTCHA Breaker Compiled\bin\Release\ContourAnalysisProcessing.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: ".\CAPTCHA Breaker Compiled\bin\Release\Emgu.CV.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: ".\CAPTCHA Breaker Compiled\bin\Release\Emgu.Util.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: ".\CAPTCHA Breaker Compiled\bin\Release\opencv_core220.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: ".\CAPTCHA Breaker Compiled\bin\Release\opencv_highgui220.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: ".\CAPTCHA Breaker Compiled\bin\Release\opencv_imgproc220.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: ".\CAPTCHA Breaker Compiled\bin\Release\ScottClayton.CAPTCHA.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: ".\CAPTCHA Breaker Compiled\bin\Release\ScottClayton.Interpreter.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: ".\ART\icon04d2.ico"; DestDir: "{app}"; Flags: ignoreversion
[Icons]
Name: "{group}\CAPTCHA Breaking Scripting Language"; Filename: "{app}\CBL-GUI.exe"
Name: "{group}\{cm:ProgramOnTheWeb,CAPTCHA Breaking Scripting Language}"; Filename: "http://code.google.com/p/captcha-breaking-library/"
Name: "{group}\{cm:UninstallProgram,CAPTCHA Breaking Scripting Language}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\CAPTCHA Breaking Scripting Language"; Filename: "{app}\CBL-GUI.exe"; Tasks: desktopicon
[Run]
Filename: "{app}\CBL-GUI.exe"; Description: "{cm:LaunchProgram,CAPTCHA Breaking Scripting Language}"; Flags: nowait postinstall skipifsilent
[Registry]
Root: HKCR; Subkey: ".captcha"; ValueType: string; ValueName: ""; ValueData: "CBLScript"; Flags: uninsdeletevalue
Root: HKCR; Subkey: "CBLScript"; ValueType: string; ValueName: ""; ValueData: "CBL Script"; Flags: uninsdeletekey
Root: HKCR; Subkey: "CBLScript\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: """{app}\icon04d2.ico"""
Root: HKCR; Subkey: "CBLScript\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\CBL-GUI.exe"" ""%1"""