forked from oaubert/advene
-
Notifications
You must be signed in to change notification settings - Fork 0
/
adveneAllInOne.iss
197 lines (173 loc) · 9.39 KB
/
adveneAllInOne.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
[Files]
Source: dist\library.zip; DestDir: {app}; Components: advene
Source: dist\*.dll; DestDir: {app}; Components: advene
Source: dist\*.pyd; DestDir: {app}; Components: advene
Source: dist\advene.exe; DestDir: {app}; Components: advene
Source: dist\w9xpopen.exe; DestDir: {app}; Components: advene
Source: dist\share\*; DestDir: {app}\share; Flags: recursesubdirs; Components: advene
Source: dist\doc\*; DestDir: {app}\doc; Flags: recursesubdirs; Components: advene
Source: dist\locale\*; DestDir: {app}\locale; Flags: recursesubdirs; Components: advene
Source: share\pixmaps\advene.ico; DestDir: {app}; DestName: advene.ico; Components: advene
Source: c:\gtk\etc\*; DestDir: {app}\etc; Flags: recursesubdirs; Components: advene
Source: examples\Nosferatu_v12.azp; DestDir: {app}\examples; Components: advene
Source: c:\gtk\lib\gtk-2.0\*; DestDir: {app}\lib\gtk-2.0; Flags: recursesubdirs; Components: advene
Source: c:\gtk\lib\gdk-pixbuf-2.0\*; DestDir: {app}\lib\gdk-pixbuf-2.0; Flags: recursesubdirs; Components: advene
Source: c:\gtk\share\locale\fr\*; DestDir: {app}\lib\locale\fr; Flags: recursesubdirs; Components: advene
;Source: c:\gtk\lib\pango\*; DestDir: {app}\lib\pango; Flags: recursesubdirs gtk < 2.16.6
Source: c:\gtk\share\themes\*; DestDir: {app}\share\themes; Flags: recursesubdirs; Components: advene
Source: c:\gtk\bin\libpangoft2-1.0-0.dll; DestDir: {app}; Components: advene
;Source: c:\gtk\bin\jpeg62.dll; DestDir: {app} gtk < 2.16.6
Source: c:\gtk\bin\bzip2.dll; DestDir: {app}; Components: advene
Source: c:\gtk\bin\iconv.dll; DestDir: {app}; Components: advene
;uniquement pour le probleme du svg loader
Source: c:\gtk\bin\libiconv-2.dll; DestDir: {app}; Components: advene
Source: c:\gtk\bin\z.dll; DestDir: {app}; Components: advene
;fin uniquement pour le probleme du svg loader
Source: c:\gtk\bin\libgio-2.0-0.dll; DestDir: {app}; Components: advene
Source: c:\gtk\bin\libxml2-2.dll; DestDir: {app}; Components: advene
Source: c:\gtk\bin\librsvg-2-2.dll; DestDir: {app}; Components: advene
Source: c:\gtk\bin\libcroco-0.6-3.dll; DestDir: {app}; Components: advene
Source: c:\gtk\bin\libgsf-1-114.dll; DestDir: {app}; Components: advene
;Source: c:\gtk\bin\libjpeg-7.dll; DestDir: {app}; Components: advene
Source: c:\gtk\bin\libjpeg-8.dll; DestDir: {app}; Components: advene
;Source: c:\gtk\bin\libpng12-0.dll; DestDir: {app}; Components: advene gtk<2.20
Source: c:\gtk\bin\libpng14-14.dll; DestDir: {app}; Components: advene
;Source: c:\gtk\bin\libtiff3.dll; DestDir: {app} gtk < 2.16.6
Source: c:\gtk\bin\libtiff-3.dll; DestDir: {app}; Components: advene
Source: Brl\*; DestDir: {app}; Components: advene
;Source: c:\cygwin\usr\local\bin\libgoocanvas3.dll; DestDir: {app} goocanvas0.10
;Source: Win32SoundPlayer\*; DestDir: {app}\Win32SoundPlayer; Components: advene not needed anymore
Source: c:\GTK\bin\libgoocanvas-3.dll; DestDir: {app}; Components: advene
;msvcr90.dll,m,p & manifest needed for pygtk2.16 & co. Can be found in visual studio redist
;http://www.microsoft.com/downloads/details.aspx?FamilyID=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=fr
Source: vcredist_x86.exe; DestDir: {tmp}; Components: advene
Source: c:\gtk\bin\gdk-pixbuf-query-loaders.exe; DestDir: {app}; Components: advene
Source: post_install.bat; DestDir: {app}; Components: advene
Source: gst\*; DestDir: {app}\gst; Flags: recursesubdirs; Components: gst
Source: gst_bindings\libgstpython-v2.6.dll; Destdir: {app}; Components: gst
;To be able to detect if advene is already running
Source: psvince.dll; Flags: dontcopy
[CustomMessages]
En.CleanPrefs=Clean &preferences
Fr.CleanPrefs=Effacer les &préférences
En.ITadvenegst=Advene with included gstreamer
Fr.ITadvenegst=Advene et gstreamer inclus
En.ITadvene=Advene without included gstreamer
Fr.ITadvene=Advene sans gstreamer
En.ITcustom=Custom installation
Fr.ITcustom=Installation personnalisée
[Types]
Name: "AdveneGst"; Description: "{cm:ITadvenegst}"
Name: "AdveneOnly"; Description: "{cm:ITadvene}"
Name: "Custom"; Description: "{cm:ITcustom}"; Flags: iscustom
[Components]
Name: advene; Description: Advene files; Types: AdveneOnly AdveneGst Custom; Flags: fixed
Name: gst; Description: Gstreamer files; Types: AdveneGst Custom
[Languages]
Name: Fr; MessagesFile: "compiler:Languages\French.isl"
Name: En; MessagesFile: "compiler:Default.isl"
[Setup]
AppCopyright=GPL
AppName=Advene
AppVerName=Advene 1.0
DefaultDirName={pf}\Advene
ShowLanguageDialog=yes
VersionInfoVersion=1.0
VersionInfoCompany=LIRIS
PrivilegesRequired=none
LicenseFile=doc\copyright
DisableFinishedPage=false
DefaultGroupName=Advene
VersionInfoDescription=Annotate Digital Videos, Exchange on the NEt
InfoAfterFile=CHANGES.txt
OutputBaseFilename=setup_advene_1.0
VersionInfoTextVersion=1.0
ChangesAssociations=yes
[Registry]
Root: HKCU; Subkey: Software\Advene; ValueType: string; ValueName: Path; ValueData: {app}\; Flags: uninsdeletekey
Root: HKCR; Subkey: ".azp"; ValueType: string; ValueName: ""; ValueData: "Advene"; Flags: uninsdeletevalue; Check: CanChange;
Root: HKCR; Subkey: "Advene"; ValueType: string; ValueName: ""; ValueData: "Advene"; Flags: uninsdeletekey; Check: CanChange;
Root: HKCR; Subkey: "Advene\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\advene.ico,0"; Check: CanChange;
Root: HKCR; Subkey: "Advene\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\advene.exe"" ""%1"""; Check: CanChange;
;Root: HKCU; Subkey: "Environment"; ValueType: string; ValueName: "GST_PLUGIN_PATH"; ValueData: "{app}\gst\lib\gstreamer-0.10"; Check: GstreamerPathSet;
;Root: HKCU; Subkey: "Environment"; ValueType: string; ValueName: "PATH"; ValueData: "{app}\gst\bin;{olddata}"; Check: GstreamerPathSet;
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
Name: "cleanprefs"; Description: "{cm:CleanPrefs}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Icons]
Name: {group}\Advene; Filename: {app}\advene.exe; WorkingDir: {app}; IconFilename: {app}\advene.ico; Comment: Annotate Digital Videos, Exchange on the NEt; IconIndex: 0
Name: {userdesktop}\Advene; Filename: {app}\advene.exe; WorkingDir: {app}; IconFilename: {app}\advene.ico; Comment: Annotate Digital Videos, Exchange on the NEt; Tasks: desktopicon
Name: {userappdata}\Microsoft\Internet Explorer\Quick Launch\Advene; Filename: {app}\advene.exe; WorkingDir: {app}; IconFilename: {app}\advene.ico; Comment: Annotate Digital Videos, Exchange on the NEt; Tasks: quicklaunchicon
[InstallDelete]
Type: files; Name: "{userappdata}\..\advene\advene.prefs"; Tasks: cleanprefs
Type: files; Name: "{userappdata}\..\advene\player.prefs"; Tasks: cleanprefs
Type: files; Name: "{userappdata}\..\advene\advene.ini"; Tasks: cleanprefs
[Run]
Filename: "{tmp}\vcredist_x86.exe"; Parameters: "/qb!";
Filename: "{app}\post_install.bat"; Parameters: "";
[Code]
procedure CurStepChanged(CurStep: TSetupStep);
var
ResultCode: Integer;
Uninstall: String;
begin
if (CurStep = ssInstall) then begin
if RegQueryStringValue(HKLM, 'Software\Microsoft\Windows\CurrentVersion\Uninstall\Advene_is1', 'UninstallString', Uninstall) then begin
if MsgBox('Warning: Old Version will be removed!', mbConfirmation, MB_OKCANCEL)=IDOK then begin
Exec(RemoveQuotes(Uninstall), ' /SILENT', '', SW_SHOWNORMAL, ewWaitUntilTerminated, ResultCode);
end
else begin
Abort();
end;
end;
end;
end;
function GstreamerPathSet(): Boolean;
var
gst_plugin_path: String;
begin
if IsComponentSelected('gst') then begin
//MsgBox('Gst Selected', mbError, MB_OK);
if RegQueryStringValue(HKLM, 'SYSTEM\CurrentControlSet\Control\Session Manager\Environment', 'GST_PLUGIN_PATH', gst_plugin_path) then begin
if DirExists(gst_plugin_path) then begin
//MsgBox('You seem to already have gstreamer installed in '+ gst_plugin_path + ', trying to use this one.', mbError, MB_OK);
Result := False;
end;
end
else begin
if RegQueryStringValue(HKCU, 'Environment', 'GST_PLUGIN_PATH', gst_plugin_path) then begin
if DirExists(gst_plugin_path) then begin
//MsgBox('You seem to already have gstreamer installed in '+ gst_plugin_path + ', trying to use this one.', mbError, MB_OK);
Result := False;
end
else begin
//MsgBox('Your GST_PLUGIN_PATH environment variable ' + gst_plugin_path + 'seems to be corrupted, we will override it to use our included gstreamer.', mbError, MB_OK);
Result := True;
end;
end
else begin
//MsgBox('Setting your PATH and GST_PLUGIN_PATH environment variables to use our included gstreamer.', mbError, MB_OK);
Result := True;
end;
end;
end;
end;
function CanChange(): Boolean;
begin
Result := (IsAdminLoggedOn or IsPowerUserLoggedOn);
end;
function IsModuleLoaded(modulename: String ): Boolean;
external 'IsModuleLoaded@files:psvince.dll stdcall';
function InitializeSetup(): Boolean;
begin
if(Not IsModuleLoaded( 'advene.exe' )) then
begin
Result := true;
end
else
begin
MsgBox('Application is already running, exiting setup.', mbInformation, MB_OK);
Result := false;
end
end;