-
Notifications
You must be signed in to change notification settings - Fork 2
/
PySyLiC.iss
242 lines (180 loc) · 7.51 KB
/
PySyLiC.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
;This file is part of pySyLiC.
;
; Copyright (C) 2009-2016 Cédrick FAURY
;
;pySyLiC is free software; you can redistribute it and/or modify
;it under the terms of the GNU General Public License as published by
;the Free Software Foundation; either version 2 of the License, or
;(at your option) any later version.
;
;pySyLiC is distributed in the hope that it will be useful,
;but WITHOUT ANY WARRANTY; without even the implied warranty of
;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;GNU General Public License for more details.
;
;You should have received a copy of the GNU General Public License
;along with pySyLiC; if not, write to the Free Software
;Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
[ISPP]
#define AppName "pySyLiC"
#define AppVersion "0.38"
#define AppVersionInfo "0.38.0"
#define AppVersionBase "0.38"
#define AppURL "https://gna.org/projects/pysylic"
[Setup]
;Informations générales sur l'application
AppName={#AppName}
AppVerName={#AppName} {#AppVersion}
AppVersion={#AppVersion}
AppPublisher=Cédrick Faury
AppCopyright=Copyright © 2009-2016 Cédrick Faury
VersionInfoVersion = {#AppVersionInfo}
;Répertoire de base contenant les fichiers
SourceDir=D:\Developpement\PySyLiC\PySyLiC 0.31
;Repertoire d'installation
DefaultDirName={pf}\{#AppName}
DefaultGroupName={#AppName}
LicenseFile=LICENSE.txt
;Paramètres de compression
;lzma ou zip
Compression=lzma/max
SolidCompression=yes
;Par défaut, pas besoin d'être administrateur pour installer
PrivilegesRequired=none
;Nom du fichier généré et répertoire de destination
OutputBaseFilename=setup_{#AppName}_{#AppVersion}_win32
OutputDir=releases
;Dans le panneau de configuration de Windows2000/NT/XP, c'est l'icone de pyMotion.exe qui
;apparaît à gauche du nom du fichier pour la désinstallation
UninstallDisplayIcon={app}\icone.ico
;Fenêtre en background
WindowResizable=false
WindowStartMaximized=true
WindowShowCaption=true
BackColorDirection=lefttoright
;WizardImageFile = D:\Documents\Developpement\PyVot 0.6\Images\grand_logo.bmp
;WizardSmallImageFile = D:\Documents\Developpement\PyVot 0.6\Images\petit_logo.bmp
AlwaysUsePersonalGroup=no
[Languages]
Name: en; MessagesFile: "compiler:Default.isl"
Name: fr; MessagesFile: "compiler:Languages\French.isl"
;Name: fr; MessagesFile: "compiler:Languages\French.isl"
[Messages]
BeveledLabel={#AppName} {#AppVersion} installation
[CustomMessages]
;
; French
;
fr.uninstall=Désinstaller
fr.gpl_licence=Prendre connaissance du contrat de licence pour le logiciel
fr.fdl_licence=Prendre connaissance du contrat de licence pour la documentation associée
fr.CreateDesktopIcon=Créer un raccourci sur le bureau vers
fr.AssocFileExtension=&Associer le programme PySyLic à l'extension .syl
fr.CreateQuickLaunchIcon=Créer un icône dans la barre de lancement rapide
fr.FileExtensionName=Système PySyLiC
fr.FileExtension=pySyLiC.system
fr.InstallFor=Installer pour :
fr.AllUsers=Tous les utilisateurs
fr.JustMe=Seulement moi
fr.ShortCut=Raccourcis :
fr.Association=Association de fichier :
;
; English
;
en.uninstall=Uninstall
en.gpl_licence=Read the GNU GPL
en.fdl_licence=Read the GNU FDL
en.AssocFileExtension=&Associate PySyLic with .syl extension
en.CreateDesktopIcon=Create Desktop shortcut to
en.CreateQuickLaunchIcon=Create a &Quick Launch icon to
en.FileExtensionName=PySyLiC System
en.FileExtension=pySyLiC.system
en.InstallFor=Install for :
en.AllUsers=All users
en.JustMe=Just me
en.ShortCut=Short cuts :
en.Association=File association :
[Files]
;
; Fichiers de la distribution
;
Source: src\build\*.*; DestDir: {app}; Flags : ignoreversion recursesubdirs;
;Source: *.txt; DestDir: {app}; Flags : ignoreversion;
;Source: Images\*.ico; DestDir: {app}\Images; Flags : ignoreversion;
;Source: Images\*.png; DestDir: {app}\Images; Flags : ignoreversion;
;Source: locale\en\LC_MESSAGES\*.mo; DestDir: {app}\locale\en\LC_MESSAGES; Flags : ignoreversion;
;
; Fichiers exemples
;
;Source: Exemples\*.syl; DestDir: {app}\Exemples; Flags : ignoreversion;
;Source: Exemples\*.csv; DestDir: {app}\Exemples; Flags : ignoreversion;
; les dll C++
;Source: src\msvcr90.dll; DestDir: {app}\bin; Flags : ignoreversion;
;Source: src\*.manifest; DestDir: {app}\bin; Flags : ignoreversion;
; peut-être utile avec Win2000 ???
;Source: gdiplus.dll; DestDir: {app}\bin; Flags : ignoreversion;
; des fichiers à mettre dans le dossier "Application data"
;Source: {src}; DestDir: {code:DefAppDataFolder}\Test\;
[Tasks]
Name: desktopicon2; Description: {cm:CreateDesktopIcon} {#AppName} ;GroupDescription: {cm:ShortCut}; MinVersion: 4,4
Name: fileassoc; Description: {cm:AssocFileExtension};GroupDescription: {cm:Association};
Name: common; Description: {cm:AllUsers}; GroupDescription: {cm:InstallFor}; Flags: exclusive
Name: local; Description: {cm:JustMe}; GroupDescription: {cm:InstallFor}; Flags: exclusive unchecked
[Icons]
Name: {group}\{#AppName};Filename: {app}\bin\{#AppName}.exe; WorkingDir: {app}\bin; IconFileName: {app}\bin\{#AppName}.exe
Name: {group}\{cm:uninstall} {#AppName}; Filename: {app}\unins000.exe;IconFileName: {app}\unins000.exe
;
; On ajoute sur le Bureau l'icône PySyLic
;
Name: {code:DefDesktop}\{#AppName} {#AppVersion}; Filename: {app}\bin\{#AppName}.exe; WorkingDir: {app}\bin; MinVersion: 4,4; Tasks: desktopicon2; IconFileName: {app}\bin\{#AppName}.exe
[_ISTool]
Use7zip=true
[Registry]
; Tout ce qui concerne les fichiers .syl
Root: HKCR; SubKey: .syl; ValueType: string; ValueData: {cm:FileExtension}; Flags: uninsdeletekey
Root: HKCR; SubKey: {cm:FileExtension}; ValueType: string; Flags: uninsdeletekey; ValueData: {cm:FileExtensionName}
Root: HKCR; SubKey: {cm:FileExtension}\Shell\Open\Command; ValueType: string; ValueData: """{app}\bin\{#AppName}.exe"" ""%1"""; Flags: uninsdeletekey;
Root: HKCR; Subkey: {cm:FileExtension}\DefaultIcon; ValueType: string; ValueData: {app}\images\pySyLiC.ico,0; Flags: uninsdeletekey;
; Pour stocker le style d'installation : "All users" ou "Current user"
Root: HKLM; Subkey: Software\{#AppName}; ValueType: string; ValueName: DataFolder; ValueData: {code:DefAppDataFolder}\{#AppName} ; Flags: uninsdeletekey;
; Pour stocker le dossier d'installation de pySyLiC (pour vérification si "install" ou "portable")
;Root: HKLM; Subkey: Software\{#AppName}; ValueType: string; ValueName: InstallFolder; ValueData: {app} ; Flags: uninsdeletekey;
[Code]
Procedure URLLabelOnClick(Sender: TObject);
var
ErrorCode: Integer;
begin
ShellExec('open', 'http://fauryc.free.fr/spip.php?rubrique1', '', '', SW_SHOWNORMAL, ewNoWait, ErrorCode);
end;
{*** INITIALISATION ***}
Procedure InitializeWizard;
var
URLLabel: TNewStaticText;
begin
URLLabel := TNewStaticText.Create(WizardForm);
URLLabel.Caption := 'http://fauryc.free.fr';
URLLabel.Cursor := crHand;
URLLabel.OnClick := @URLLabelOnClick;
URLLabel.Parent := WizardForm;
{ Alter Font *after* setting Parent so the correct defaults are inherited first }
URLLabel.Font.Style := URLLabel.Font.Style + [fsUnderline];
URLLabel.Font.Color := clBlue;
URLLabel.Top := WizardForm.ClientHeight - URLLabel.Height - 15;
URLLabel.Left := ScaleX(20);
end;
{ Renvoie le dossier "Application Data" à utiliser }
function DefAppDataFolder(Param: String): String;
begin
if IsTaskSelected('common') then
Result := ExpandConstant('{commonappdata}')
else
Result := ExpandConstant('{localappdata}')
end;
{ Renvoie le bureau sur lequel placer le raccourci de pySyLiC }
function DefDesktop(Param: String): String;
begin
if IsTaskSelected('common') then
Result := ExpandConstant('{commondesktop}')
else
Result := ExpandConstant('{userdesktop}')
end;