]> git.saurik.com Git - wxWidgets.git/blob - wxPython/distrib/make_installer.py
src/common/wxchar.cpps/wxConvLocal/wxConvLibs/g as otherwise we may fail to convert...
[wxWidgets.git] / wxPython / distrib / make_installer.py
1 # -*- coding: iso-8859-1 -*-
2 #----------------------------------------------------------------------
3 # Name: make_installer.py
4 # Purpose: A script to create the wxPython windows installer
5 #
6 # Author: Robin Dunn
7 #
8 # Created: 30-April-2001
9 # RCS-ID: $Id$
10 # Copyright: (c) 2003 by Total Control Software
11 # Licence: wxWindows license
12 #----------------------------------------------------------------------
13
14 """
15 This script will generate a setup script for InnoSetup and then run it
16 to make the installer executable. If all goes right the proper versions
17 of Python and wxWindows (including hybrid/final settings) will all be
18 calculated based on what _core_.pyd imports and an appropriate installer
19 will be created.
20 """
21
22
23 import sys, os, time
24
25 KEEP_TEMPS = 0
26 ISCC = r"%s\InnoSetup2Ex\ISCC.exe %s"
27
28 #----------------------------------------------------------------------
29
30 ISS_Template = r'''
31
32 [Setup]
33 AppName = wxPython%(SHORTVER)s-%(CHARTYPE)s-%(PYVER)s
34 AppVerName = wxPython %(VERSION)s (%(CHARTYPE)s) for Python %(PYTHONVER)s
35 OutputBaseFilename = wxPython%(SHORTVER)s-win32-%(CHARTYPE)s-%(VERSION)s-%(PYVER)s
36 AppCopyright = Copyright © 2004 Total Control Software
37 DefaultDirName = {code:GetInstallDir|c:\DoNotInstallHere}
38 DefaultGroupName = wxPython %(VERSION)s (%(CHARTYPE)s) for Python %(PYTHONVER)s
39 AlwaysCreateUninstallIcon = no
40 AdminPrivilegesRequired = no
41 OutputDir = dist
42 WizardStyle = modern
43 UninstallStyle = modern
44 DisableStartupPrompt = true
45 Compression = bzip
46 DirExistsWarning = no
47 DisableReadyMemo = true
48 DisableReadyPage = true
49 ;;DisableDirPage = true
50 DisableProgramGroupPage = true
51 DisableAppendDir = true
52 UsePreviousAppDir = no
53 UsePreviousGroup = no
54
55 AppPublisher = Total Control Software
56 AppPublisherURL = http://wxPython.org/
57 AppSupportURL = http://wxPython.org/maillist.php
58 AppUpdatesURL = http://wxPython.org/download.php
59 AppVersion = %(VERSION)s-%(CHARTYPE)s
60
61 UninstallFilesDir = {app}\%(PKGDIR)s
62 LicenseFile = licence\licence.txt
63 CodeFile = %(IFSFILE)s
64
65 ;; WizardDebug = yes
66
67 ;;------------------------------------------------------------
68
69 [Components]
70 Name: core; Description: "wxPython modules and library"; Types: full custom; Flags: fixed
71 Name: manifest; Description: "Manifest files for XP Themed LnF"; Types: full
72 Name: pthfile; Description: "Make this install be the default wxPython"; Types: full
73
74 ;;------------------------------------------------------------
75
76 [Files]
77 %(RTDLL)s
78 Source: "%(WXDIR)s\lib\vc_dll\wx*%(WXDLLVER)s_*.dll"; DestDir: "{app}\%(PKGDIR)s\wx"; Components: core
79 %(MSLU)s
80
81 Source: "wx\_activex.pyd"; DestDir: "{app}\%(PKGDIR)s\wx"; Components: core
82 Source: "wx\_calendar.pyd"; DestDir: "{app}\%(PKGDIR)s\wx"; Components: core
83 Source: "wx\_controls_.pyd"; DestDir: "{app}\%(PKGDIR)s\wx"; Components: core
84 Source: "wx\_core_.pyd"; DestDir: "{app}\%(PKGDIR)s\wx"; Components: core
85 Source: "wx\_gdi_.pyd"; DestDir: "{app}\%(PKGDIR)s\wx"; Components: core
86 Source: "wx\_gizmos.pyd"; DestDir: "{app}\%(PKGDIR)s\wx"; Components: core
87 Source: "wx\_glcanvas.pyd"; DestDir: "{app}\%(PKGDIR)s\wx"; Components: core
88 Source: "wx\_grid.pyd"; DestDir: "{app}\%(PKGDIR)s\wx"; Components: core
89 Source: "wx\_html.pyd"; DestDir: "{app}\%(PKGDIR)s\wx"; Components: core
90 Source: "wx\_media.pyd"; DestDir: "{app}\%(PKGDIR)s\wx"; Components: core
91 Source: "wx\_misc_.pyd"; DestDir: "{app}\%(PKGDIR)s\wx"; Components: core
92 Source: "wx\_stc.pyd"; DestDir: "{app}\%(PKGDIR)s\wx"; Components: core
93 Source: "wx\_webkit.pyd"; DestDir: "{app}\%(PKGDIR)s\wx"; Components: core
94 Source: "wx\_windows_.pyd"; DestDir: "{app}\%(PKGDIR)s\wx"; Components: core
95 Source: "wx\_wizard.pyd"; DestDir: "{app}\%(PKGDIR)s\wx"; Components: core
96 Source: "wx\_xrc.pyd"; DestDir: "{app}\%(PKGDIR)s\wx"; Components: core
97 ;;Source: "wx\_iewin.pyd"; DestDir: "{app}\%(PKGDIR)s\wx"; Components: core
98 ;;Source: "wx\_ogl.pyd"; DestDir: "{app}\%(PKGDIR)s\wx"; Components: core
99
100
101 Source: "wx\*.py"; DestDir: "{app}\%(PKGDIR)s\wx"; Components: core
102 Source: "wx\build\*.py"; DestDir: "{app}\%(PKGDIR)s\wx\build"; Components: core
103 Source: "wx\lib\*.py"; DestDir: "{app}\%(PKGDIR)s\wx\lib"; Components: core
104 Source: "wx\lib\colourchooser\*.py"; DestDir: "{app}\%(PKGDIR)s\wx\lib\colourchooser"; Components: core
105 Source: "wx\lib\editor\*.py"; DestDir: "{app}\%(PKGDIR)s\wx\lib\editor"; Components: core
106 Source: "wx\lib\editor\*.txt"; DestDir: "{app}\%(PKGDIR)s\wx\lib\editor"; Components: core
107 Source: "wx\lib\mixins\*.py"; DestDir: "{app}\%(PKGDIR)s\wx\lib\mixins"; Components: core
108 Source: "wx\lib\masked\*.py"; DestDir: "{app}\%(PKGDIR)s\wx\lib\masked"; Components: core
109 Source: "wx\lib\ogl\*.py"; DestDir: "{app}\%(PKGDIR)s\wx\lib\ogl"; Components: core
110 Source: "wx\lib\floatcanvas\*.py"; DestDir: "{app}\%(PKGDIR)s\wx\lib\floatcanvas"; Components: core
111 Source: "wx\py\*.py"; DestDir: "{app}\%(PKGDIR)s\wx\py"; Components: core
112 Source: "wx\py\*.txt"; DestDir: "{app}\%(PKGDIR)s\wx\py"; Components: core
113 Source: "wx\py\*.ico"; DestDir: "{app}\%(PKGDIR)s\wx\py"; Components: core
114 Source: "wx\py\*.png"; DestDir: "{app}\%(PKGDIR)s\wx\py"; Components: core
115 Source: "wx\py\tests\*.py"; DestDir: "{app}\%(PKGDIR)s\wx\py\tests"; Components: core
116 Source: "wx\tools\*.py"; DestDir: "{app}\%(PKGDIR)s\wx\tools"; Components: core
117 Source: "wx\tools\XRCed\*.txt"; DestDir: "{app}\%(PKGDIR)s\wx\tools\XRCed"; Components: core
118 Source: "wx\tools\XRCed\sawfishrc"; DestDir: "{app}\%(PKGDIR)s\wx\tools\XRCed"; Components: core
119 Source: "wx\tools\XRCed\*.py"; DestDir: "{app}\%(PKGDIR)s\wx\tools\XRCed"; Components: core
120 Source: "wx\tools\XRCed\*.xrc"; DestDir: "{app}\%(PKGDIR)s\wx\tools\XRCed"; Components: core
121 Source: "wx\tools\XRCed\*.ico"; DestDir: "{app}\%(PKGDIR)s\wx\tools\XRCed"; Components: core
122 Source: "wx\tools\XRCed\*.png"; DestDir: "{app}\%(PKGDIR)s\wx\tools\XRCed"; Components: core
123 Source: "wx\tools\XRCed\*.sh"; DestDir: "{app}\%(PKGDIR)s\wx\tools\XRCed"; Components: core
124 Source: "wx\tools\XRCed\src-images\*.png"; DestDir: "{app}\%(PKGDIR)s\wx\tools\XRCed\src-images"; Components: core
125
126
127 Source: "wxPython\*.py"; DestDir: "{app}\%(PKGDIR)s\wxPython"; Components: core
128 Source: "wxPython\lib\*.py"; DestDir: "{app}\%(PKGDIR)s\wxPython\lib"; Components: core
129 Source: "wxPython\lib\colourchooser\*.py"; DestDir: "{app}\%(PKGDIR)s\wxPython\lib\colourchooser"; Components: core
130 Source: "wxPython\lib\editor\*.py"; DestDir: "{app}\%(PKGDIR)s\wxPython\lib\editor"; Components: core
131 Source: "wxPython\lib\mixins\*.py"; DestDir: "{app}\%(PKGDIR)s\wxPython\lib\mixins"; Components: core
132 Source: "wxPython\tools\*.py"; DestDir: "{app}\%(PKGDIR)s\wxPython\tools"; Components: core
133
134
135 Source: "src\winxp.manifest"; DestDir: "{code:GetPythonDir}"; DestName: "python.exe.manifest"; Flags: sharedfile; Components: manifest
136 Source: "src\winxp.manifest"; DestDir: "{code:GetPythonDir}"; DestName: "pythonw.exe.manifest"; Flags: sharedfile; Components: manifest
137 Source: "wxversion\wxversion.py"; DestDir: "{app}"; Flags: sharedfile; Components: core
138 Source: "src\wx.pth"; DestDir: "{app}"; Flags: sharedfile; Components: pthfile
139
140 %(LOCALE)s
141
142
143 Source: "scripts\*.py"; DestDir: "{code:GetPythonDir}\Scripts"; Flags: sharedfile; Components: core
144 Source: "scripts\helpviewer"; DestDir: "{code:GetPythonDir}\Scripts"; Flags: sharedfile; Components: core
145 Source: "scripts\img2png"; DestDir: "{code:GetPythonDir}\Scripts"; Flags: sharedfile; Components: core
146 Source: "scripts\img2py"; DestDir: "{code:GetPythonDir}\Scripts"; Flags: sharedfile; Components: core
147 Source: "scripts\img2xpm"; DestDir: "{code:GetPythonDir}\Scripts"; Flags: sharedfile; Components: core
148 Source: "scripts\pyalacarte"; DestDir: "{code:GetPythonDir}\Scripts"; Flags: sharedfile; Components: core
149 Source: "scripts\pyalamode"; DestDir: "{code:GetPythonDir}\Scripts"; Flags: sharedfile; Components: core
150 Source: "scripts\pyshell"; DestDir: "{code:GetPythonDir}\Scripts"; Flags: sharedfile; Components: core
151 Source: "scripts\pycrust"; DestDir: "{code:GetPythonDir}\Scripts"; Flags: sharedfile; Components: core
152 Source: "scripts\pywrap"; DestDir: "{code:GetPythonDir}\Scripts"; Flags: sharedfile; Components: core
153 Source: "scripts\pywxrc"; DestDir: "{code:GetPythonDir}\Scripts"; Flags: sharedfile; Components: core
154 Source: "scripts\xrced"; DestDir: "{code:GetPythonDir}\Scripts"; Flags: sharedfile; Components: core
155
156
157 Source: "distrib\README.win32.txt"; DestDir: "{app}\%(PKGDIR)s\docs"; Flags: isreadme; Components: core
158 Source: "licence\*.txt"; DestDir: "{app}\%(PKGDIR)s\docs\licence"; Components: core
159
160
161
162 ;;------------------------------------------------------------
163
164 [Run]
165 ;; Compile the .py files
166 Filename: "{code:GetPythonDir}\python.exe"; Parameters: "{code:GetPythonDir}\Lib\compileall.py {app}\%(PKGDIR)s"; Description: "Compile Python .py files to .pyc"; Flags: postinstall; Components: core
167
168 ;; Recreate the tool scripts to use the paths on the users machine
169 Filename: "{code:GetPythonDir}\python.exe"; Parameters: "CreateBatchFiles.py"; WorkingDir: "{code:GetPythonDir}\Scripts"; Description: "Create batch files for tool scripts"; Flags: postinstall; Components: core
170
171
172
173
174 ;;------------------------------------------------------------
175
176 [UninstallDelete]
177 Type: files; Name: "{app}\%(PKGDIR)s\wx\*.pyc";
178 Type: files; Name: "{app}\%(PKGDIR)s\wx\*.pyo";
179 Type: files; Name: "{app}\%(PKGDIR)s\wx\*.pyd";
180 Type: files; Name: "{app}\%(PKGDIR)s\wx\build\*.pyc";
181 Type: files; Name: "{app}\%(PKGDIR)s\wx\build\*.pyo";
182 Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\*.pyc";
183 Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\*.pyo";
184 Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\colourchooser\*.pyc";
185 Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\colourchooser\*.pyo";
186 Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\editor\*.pyc";
187 Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\editor\*.pyo";
188 Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\mixins\*.pyc";
189 Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\mixins\*.pyo";
190 Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\masked\*.pyc";
191 Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\masked\*.pyo";
192 Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\ogl\*.pyc";
193 Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\ogl\*.pyo";
194 Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\floatcanvas\*.pyc";
195 Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\floatcanvas\*.pyo";
196
197 Type: files; Name: "{app}\%(PKGDIR)s\wx\py\*.pyc";
198 Type: files; Name: "{app}\%(PKGDIR)s\wx\py\*.pyo";
199 Type: files; Name: "{app}\%(PKGDIR)s\wx\py\tests\*.pyc";
200 Type: files; Name: "{app}\%(PKGDIR)s\wx\py\tests\*.pyo";
201 Type: files; Name: "{app}\%(PKGDIR)s\wx\tools\*.pyc";
202 Type: files; Name: "{app}\%(PKGDIR)s\wx\tools\*.pyo";
203 Type: files; Name: "{app}\%(PKGDIR)s\wx\tools\XRCed\*.pyc";
204 Type: files; Name: "{app}\%(PKGDIR)s\wx\tools\XRCed\*.pyo";
205
206
207 Type: files; Name: "{app}\%(PKGDIR)s\wxPython\*.pyc";
208 Type: files; Name: "{app}\%(PKGDIR)s\wxPython\*.pyo";
209 Type: files; Name: "{app}\%(PKGDIR)s\wxPython\lib\*.pyc";
210 Type: files; Name: "{app}\%(PKGDIR)s\wxPython\lib\*.pyo";
211 Type: files; Name: "{app}\%(PKGDIR)s\wxPython\lib\colourchooser\*.pyc";
212 Type: files; Name: "{app}\%(PKGDIR)s\wxPython\lib\colourchooser\*.pyo";
213 Type: files; Name: "{app}\%(PKGDIR)s\wxPython\lib\editor\*.pyc";
214 Type: files; Name: "{app}\%(PKGDIR)s\wxPython\lib\editor\*.pyo";
215 Type: files; Name: "{app}\%(PKGDIR)s\wxPython\lib\mixins\*.pyc";
216 Type: files; Name: "{app}\%(PKGDIR)s\wxPython\lib\mixins\*.pyo";
217 Type: files; Name: "{app}\%(PKGDIR)s\wxPython\tools\*.pyc";
218 Type: files; Name: "{app}\%(PKGDIR)s\wxPython\tools\*.pyo";
219
220 %(UNINSTALL_BATCH)s
221
222 '''
223
224
225 #----------------------------------------------------------------------
226
227
228 IFS_Template = r"""
229 program Setup;
230 var
231 PythonDir : String;
232 InstallDir : String;
233
234
235 function InitializeSetup(): Boolean;
236 begin
237
238 (* -------------------------------------------------------------- *)
239 (* Figure out what to use as a default installation dir *)
240
241 if not RegQueryStringValue(HKEY_LOCAL_MACHINE,
242 'Software\Python\PythonCore\%(PYTHONVER)s\InstallPath',
243 '', PythonDir) then begin
244
245 if not RegQueryStringValue(HKEY_CURRENT_USER,
246 'Software\Python\PythonCore\%(PYTHONVER)s\InstallPath',
247 '', PythonDir) then begin
248
249 MsgBox('No installation of Python %(PYTHONVER)s found in registry.' + #13 +
250 'Be sure to enter a pathname that places wxPython on the PYTHONPATH',
251 mbConfirmation, MB_OK);
252 PythonDir := 'C:\Put a directory on PYTHONPATH here\';
253 end;
254 end;
255 InstallDir := PythonDir;
256 %(IF22)s
257
258 Result := True;
259 end;
260
261
262 function GetPythonDir(Default: String): String;
263 begin
264 Result := PythonDir;
265 end;
266
267
268 function GetInstallDir(Default: String): String;
269 begin
270 Result := InstallDir;
271 end;
272
273
274
275 function UninstallOld(FileName: String): Boolean;
276 var
277 ResultCode: Integer;
278 begin
279 Result := False;
280 if FileExists(FileName) then begin
281 Result := True;
282 ResultCode := MsgBox('A prior wxPython installation was found in this directory. It' + #13 +
283 'is recommended that it be uninstalled first.' + #13#13 +
284 'Should I do it?',
285 mbConfirmation, MB_YESNO);
286 if ResultCode = IDYES then begin
287 InstExec(FileName, '/SILENT', WizardDirValue(), True, False, SW_SHOWNORMAL, ResultCode);
288
289 end;
290 end;
291 end;
292
293
294 function NextButtonClick(CurPage: Integer): Boolean;
295 var
296 FileName: string;
297 ResultCode: Integer;
298 begin
299 Result := True;
300 if CurPage <> wpSelectDir then Exit;
301 if not UninstallOld(WizardDirValue() + '\wxPython\unins000.exe') then
302 if not UninstallOld(WizardDirValue() + '\wx\unins000.exe') then
303 UninstallOld(WizardDirValue() + '\%(PKGDIR)s\unins000.exe')
304 end;
305
306
307 begin
308 end.
309
310 """
311
312 #----------------------------------------------------------------------
313
314 ISS_DocDemo_Template = r'''
315
316 [Setup]
317 AppName = wxPython%(SHORTVER)s-docs-demos
318 AppVerName = wxPython Docs and Demos %(VERSION)s
319 OutputBaseFilename = wxPython%(SHORTVER)s-win32-docs-demos-%(VERSION)s
320 AppCopyright = Copyright © 2004 Total Control Software
321 DefaultDirName = {pf}\wxPython%(SHORTVER)s Docs and Demos
322 DefaultGroupName = wxPython%(SHORTVER)s Docs Demos and Tools
323 AlwaysCreateUninstallIcon = yes
324 AdminPrivilegesRequired = no
325 OutputDir = dist
326 WizardStyle = modern
327 UninstallStyle = modern
328 DisableStartupPrompt = true
329 Compression = bzip
330 DirExistsWarning = no
331 DisableReadyMemo = true
332 DisableReadyPage = true
333 ;;DisableDirPage = true
334 DisableProgramGroupPage = no
335 DisableAppendDir = no
336 UsePreviousAppDir = no
337 UsePreviousGroup = no
338
339 AppPublisher = Total Control Software
340 AppPublisherURL = http://wxPython.org/
341 AppSupportURL = http://wxPython.org/maillist.php
342 AppUpdatesURL = http://wxPython.org/download.php
343 AppVersion = %(VERSION)s
344
345 UninstallDisplayIcon = {app}\demo\wxpdemo.ico
346 UninstallFilesDir = {app}
347 UninstallIconName = Uninstall
348 LicenseFile = licence\licence.txt
349
350 ;; WizardDebug = yes
351
352
353 ;;------------------------------------------------------------
354
355
356 [Files]
357 Source: "demo\demo.py"; DestDir: "{app}\demo"; DestName: "demo.pyw";
358 Source: "demo\*.py"; DestDir: "{app}\demo";
359 Source: "demo\*.xml"; DestDir: "{app}\demo";
360 Source: "demo\*.txt"; DestDir: "{app}\demo";
361 Source: "demo\*.ico"; DestDir: "{app}\demo";
362
363 Source: "demo\bitmaps\*.bmp"; DestDir: "{app}\demo\bitmaps";
364 Source: "demo\bitmaps\*.gif"; DestDir: "{app}\demo\bitmaps";
365 Source: "demo\bitmaps\*.jpg"; DestDir: "{app}\demo\bitmaps";
366 Source: "demo\bitmaps\*.png"; DestDir: "{app}\demo\bitmaps";
367 Source: "demo\bitmaps\*.ico"; DestDir: "{app}\demo\bitmaps";
368
369 Source: "demo\bmp_source\*.gif"; DestDir: "{app}\demo\bmp_source";
370 Source: "demo\bmp_source\*.bmp"; DestDir: "{app}\demo\bmp_source";
371 Source: "demo\bmp_source\*.jpg"; DestDir: "{app}\demo\bmp_source";
372 Source: "demo\bmp_source\*.png"; DestDir: "{app}\demo\bmp_source";
373 Source: "demo\bmp_source\*.ico"; DestDir: "{app}\demo\bmp_source";
374
375 Source: "demo\data\*.htm"; DestDir: "{app}\demo\data";
376 Source: "demo\data\*.html"; DestDir: "{app}\demo\data";
377 Source: "demo\data\*.py"; DestDir: "{app}\demo\data";
378 Source: "demo\data\*.png"; DestDir: "{app}\demo\data";
379 Source: "demo\data\*.bmp"; DestDir: "{app}\demo\data";
380 Source: "demo\data\*.dat"; DestDir: "{app}\demo\data";
381 Source: "demo\data\*.txt"; DestDir: "{app}\demo\data";
382 Source: "demo\data\*.wav"; DestDir: "{app}\demo\data";
383 Source: "demo\data\*.wdr"; DestDir: "{app}\demo\data";
384 Source: "demo\data\*.xrc"; DestDir: "{app}\demo\data";
385 Source: "demo\data\*.gif"; DestDir: "{app}\demo\data";
386 Source: "demo\data\*.swf"; DestDir: "{app}\demo\data";
387 Source: "demo\data\*.mpg"; DestDir: "{app}\demo\data";
388
389 ;;Source: "demo\dllwidget\*.cpp"; DestDir: "{app}\demo\dllwidget";
390 ;;Source: "demo\dllwidget\*.py"; DestDir: "{app}\demo\dllwidget";
391 ;;Source: "demo\dllwidget\Makefile"; DestDir: "{app}\demo\dllwidget";
392 ;;Source: "demo\dllwidget\makefile.*"; DestDir: "{app}\demo\dllwidget";
393
394 Source: "licence\*.txt"; DestDir: "{app}\docs\licence";
395 Source: "%(WXDIR)s\docs\htmlhelp\wx.chm"; DestDir: "{app}\docs";
396 ;;Source: "%(WXDIR)s\docs\htmlhelp\ogl.chm"; DestDir: "{app}\docs";
397 Source: "docs\README.txt"; DestDir: "{app}\docs"; Flags: isreadme;
398 Source: "docs\*.txt"; DestDir: "{app}\docs";
399 Source: "docs\*.css"; DestDir: "{app}\docs";
400 Source: "docs\*.html"; DestDir: "{app}\docs";
401 Source: "docs\*.conf"; DestDir: "{app}\docs";
402 Source: "docs\screenshots\*.png"; DestDir: "{app}\docs\screenshots";
403
404
405 Source: "samples\doodle\*.py"; DestDir: "{app}\samples\doodle";
406 Source: "samples\doodle\*.txt"; DestDir: "{app}\samples\doodle";
407 Source: "samples\doodle\*.bat"; DestDir: "{app}\samples\doodle";
408 Source: "samples\doodle\sample.ddl"; DestDir: "{app}\samples\doodle";
409 Source: "samples\doodle\superdoodle.iss"; DestDir: "{app}\samples\doodle";
410
411 Source: "samples\docview\*.py"; DestDir: "{app}\samples\docview";
412 Source: "samples\docview\activegrid\*.py"; DestDir: "{app}\samples\docview\activegrid";
413 Source: "samples\docview\activegrid\tool\*.py"; DestDir: "{app}\samples\docview\activegrid\tool";
414 Source: "samples\docview\activegrid\tool\data\*.txt"; DestDir: "{app}\samples\docview\activegrid\tool\data";
415 Source: "samples\docview\activegrid\tool\images\*.jpg"; DestDir: "{app}\samples\docview\activegrid\tool\images";
416
417 Source: "samples\embedded\*.py"; DestDir: "{app}\samples\embedded";
418 Source: "samples\embedded\*.cpp"; DestDir: "{app}\samples\embedded";
419 Source: "samples\embedded\*.txt"; DestDir: "{app}\samples\embedded";
420 Source: "samples\embedded\*.vc"; DestDir: "{app}\samples\embedded";
421 Source: "samples\embedded\*.unx"; DestDir: "{app}\samples\embedded";
422 Source: "samples\embedded\*.ico"; DestDir: "{app}\samples\embedded";
423 Source: "samples\embedded\*.xpm"; DestDir: "{app}\samples\embedded";
424 Source: "samples\embedded\*.rc"; DestDir: "{app}\samples\embedded";
425
426 Source: "samples\frogedit\*.py"; DestDir: "{app}\samples\frogedit";
427
428 Source: "samples\hangman\*.py"; DestDir: "{app}\samples\hangman";
429
430 Source: "samples\mainloop\*.py"; DestDir: "{app}\samples\mainloop";
431
432 Source: "samples\pySketch\*.py"; DestDir: "{app}\samples\pySketch";
433 Source: "samples\pySketch\images\*.bmp"; DestDir: "{app}\samples\pySketch\images";
434
435 Source: "samples\simple\*.py"; DestDir: "{app}\samples\simple";
436
437 Source: "samples\StyleEditor\*.txt"; DestDir: "{app}\samples\StyleEditor";
438 Source: "samples\StyleEditor\*.py"; DestDir: "{app}\samples\StyleEditor";
439 Source: "samples\StyleEditor\*.cfg"; DestDir: "{app}\samples\StyleEditor";
440
441 Source: "samples\wxProject\*.txt"; DestDir: "{app}\samples\wxProject";
442 Source: "samples\wxProject\*.py"; DestDir: "{app}\samples\wxProject";
443
444
445
446 Source: "scripts\pyshell"; DestDir: "{app}\scripts"; DestName: "pyshell.pyw";
447 Source: "scripts\pycrust"; DestDir: "{app}\scripts"; DestName: "pycrust.pyw";
448 Source: "scripts\pyalamode"; DestDir: "{app}\scripts"; DestName: "pyalamode.pyw";
449 Source: "scripts\pyalacarte"; DestDir: "{app}\scripts"; DestName: "pyalacarte.pyw";
450 Source: "scripts\xrced"; DestDir: "{app}\scripts"; DestName: "xrced.pyw";
451
452 Source: "wx\py\PyCrust.ico"; DestDir: "{app}\scripts";
453 Source: "wx\tools\XRCed\xrced.ico"; DestDir: "{app}\scripts";
454
455
456 ;;------------------------------------------------------------
457
458 [Icons]
459 Name: "{group}\Run the wxPython DEMO"; Filename: "{app}\demo\demo.pyw"; WorkingDir: "{app}\demo"; IconFilename: "{app}\demo\wxpdemo.ico";
460 Name: "{group}\PyCrust"; Filename: "{app}\scripts\pycrust.pyw"; WorkingDir: "c:\"; IconFilename: "{app}\scripts\PyCrust.ico";
461 Name: "{group}\PyShell"; Filename: "{app}\scripts\pyshell.pyw"; WorkingDir: "c:\"; IconFilename: "{app}\scripts\PyCrust.ico";
462 Name: "{group}\PyAlaMode"; Filename: "{app}\scripts\pyalamode.pyw"; WorkingDir: "c:\"; IconFilename: "{app}\scripts\PyCrust.ico";
463 Name: "{group}\PyAlaCarte"; Filename: "{app}\scripts\pyalacarte.pyw"; WorkingDir: "c:\"; IconFilename: "{app}\scripts\PyCrust.ico";
464 Name: "{group}\Resource Editor"; Filename: "{app}\scripts\xrced.pyw"; WorkingDir: "c:\"; IconFilename: "{app}\scripts\xrced.ico";
465
466 Name: "{group}\Sample Apps"; Filename: "{app}\samples";
467
468 Name: "{group}\wxWidgets Reference"; Filename: "{app}\docs\wx.chm";
469 Name: "{group}\Migration Guide"; Filename: "{app}\docs\MigrationGuide.html";
470 Name: "{group}\Recent Changes"; Filename: "{app}\docs\CHANGES.html";
471 Name: "{group}\Other Docs"; Filename: "{app}\docs";
472
473
474
475
476 ;;------------------------------------------------------------
477
478 [UninstallDelete]
479 Type: files; Name: "{app}\demo\*.pyc";
480 Type: files; Name: "{app}\demo\*.pyo";
481 Type: files; Name: "{app}\demo\data\showTips";
482 Type: files; Name: "{app}\demo\data\*.pyc";
483 Type: files; Name: "{app}\demo\data\*.pyo";
484 Type: files; Name: "{app}\demo\dllwidget\*.pyc";
485 Type: files; Name: "{app}\demo\dllwidget\*.pyo";
486
487 Type: files; Name: "{app}\samples\doodle\*.pyc";
488 Type: files; Name: "{app}\samples\doodle\*.pyo";
489 Type: files; Name: "{app}\samples\embedded\*.pyc";
490 Type: files; Name: "{app}\samples\embedded\*.pyo";
491 Type: files; Name: "{app}\samples\frogedit\*.pyc";
492 Type: files; Name: "{app}\samples\frogedit\*.pyo";
493 Type: files; Name: "{app}\samples\hangman\*.pyc";
494 Type: files; Name: "{app}\samples\hangman\*.pyo";
495 Type: files; Name: "{app}\samples\hangman\*.txt";
496 Type: files; Name: "{app}\samples\mainloop\*.pyc";
497 Type: files; Name: "{app}\samples\mainloop\*.pyo";
498 Type: files; Name: "{app}\samples\pySketch\*.pyc";
499 Type: files; Name: "{app}\samples\pySketch\*.pyo";
500 Type: files; Name: "{app}\samples\simple\*.pyc";
501 Type: files; Name: "{app}\samples\simple\*.pyo";
502 Type: files; Name: "{app}\samples\StyleEditor\*.pyc";
503 Type: files; Name: "{app}\samples\StyleEditor\*.pyo";
504 Type: files; Name: "{app}\samples\wx_examples\basic\*.pyc";
505 Type: files; Name: "{app}\samples\wx_examples\basic\*.pyo";
506 Type: files; Name: "{app}\samples\wx_examples\hello\*.pyc";
507 Type: files; Name: "{app}\samples\wx_examples\hello\*.pyo";
508 Type: files; Name: "{app}\samples\wxProject\*.pyc";
509 Type: files; Name: "{app}\samples\wxProject\*.pyo";
510
511
512 '''
513
514 #----------------------------------------------------------------------
515
516 def find_DLLs():
517
518 WXDLLVER = PYTHONVER = None
519
520 proc = os.popen(r"dumpbin /imports wx\_core_.pyd", "r")
521 lines = proc.readlines()
522 proc.close()
523 for line in lines:
524 if line.startswith(" wxmsw"):
525 WXDLLVER = line[9:14]
526 if WXDLLVER.endswith('_'):
527 WXDLLVER = WXDLLVER[:-1]
528
529 if line.startswith(" python"):
530 PYTHONVER = line[10] + '.' + line[11]
531
532 #if WXDLLVER and PYTHONVER:
533 # return WXDLLVER, PYTHONVER
534
535 return WXDLLVER, PYTHONVER
536
537
538 #----------------------------------------------------------------------
539
540 locale_template = 'Source: "%s"; DestDir: "{app}\%s\%s"; Components: core'
541
542 def build_locale_string(pkgdir):
543 stringlst = []
544
545 def walk_helper(lst, dirname, files):
546 for f in files:
547 filename = os.path.join(dirname, f)
548 if not os.path.isdir(filename):
549 lst.append( locale_template % (filename, pkgdir, dirname) )
550
551 os.path.walk('wx\\locale', walk_helper, stringlst)
552 return '\n'.join(stringlst)
553
554
555 def get_system_dir():
556 for p in [r"C:\WINNT\SYSTEM32",
557 r"C:\WINDOWS\SYSTEM32",
558 ]:
559 if os.path.exists(p):
560 return p
561 raise IOError, "System dir not found"
562
563
564 def get_batch_files():
565 globs = {}
566 execfile("scripts/CreateBatchFiles.py", globs)
567 scripts = globs["scripts"]
568 scripts = ['Type: files; Name: "{code:GetPythonDir}\Scripts\%s.bat";' % i[0] for i in scripts]
569 return '\n'.join(scripts)
570
571
572 runtime_template = 'Source: "%s"; DestDir: "{code:GetPythonDir}"; CopyMode: alwaysskipifsameorolder; Flags: uninsneveruninstall; Components: core'
573
574 def get_runtime_dlls(PYVER):
575 if PYVER == "py24":
576 source = [ r"distrib\msw\msvcr71.dll",
577 r"distrib\msw\msvcp71.dll" ]
578 else:
579 source = [ r"distrib\msw\MSVCRT.dll",
580 r"distrib\msw\MSVCIRT.dll",
581 r"distrib\msw\MSVCP60.dll" ]
582 DLLs = [runtime_template % dll for dll in source]
583 return '\n'.join(DLLs)
584
585
586 #----------------------------------------------------------------------
587
588 def main():
589
590 verglob = {}
591 execfile("wx/__version__.py", verglob)
592
593 VERSION = verglob["VERSION_STRING"]
594 SHORTVER = VERSION[:3]
595
596 WXDLLVER, PYTHONVER = find_DLLs()
597
598 PYVER = "py" + PYTHONVER[0] + PYTHONVER[2]
599 WXDIR = os.environ["WXWIN"]
600 WXPYDIR = os.path.join(WXDIR, "wxPython")
601 SYSDIR = get_system_dir()
602 ISSFILE = "__wxPython.iss"
603 ISSDEMOFILE = "__wxPythonDemo.iss"
604 IFSFILE = "__wxPython.ifs"
605 UNINSTALL_BATCH = get_batch_files()
606 PKGDIR = open('src/wx.pth').read()
607 LOCALE = build_locale_string(PKGDIR)
608 RTDLL = get_runtime_dlls(PYVER)
609
610 print """Building Win32 installer for wxPython:
611 VERSION = %(VERSION)s
612 SHORTVER = %(SHORTVER)s
613 WXDLLVER = %(WXDLLVER)s
614 PYTHONVER = %(PYTHONVER)s
615 PYVER = %(PYVER)s
616 PKGDIR = %(PKGDIR)s
617 WXDIR = %(WXDIR)s
618 WXPYDIR = %(WXPYDIR)s
619 SYSDIR = %(SYSDIR)s
620 """ % vars()
621
622 if PYTHONVER >= "2.4":
623 IF22 = r"InstallDir := InstallDir + 'Lib\site-packages';"
624 elif PYTHONVER >= "2.2":
625 IF22 = r"InstallDir := InstallDir + '\Lib\site-packages';"
626 else:
627 IF22 = ""
628
629 # Starting with 2.3.3 the hybrid build is the release build too, so
630 # no need to label it that way.
631 ##if WXDLL.find("h") != -1:
632 ## PYVER = PYVER + "-hybrid"
633
634 MSLU=''
635 CHARTYPE='ansi'
636 if "UNICODE=1" in sys.argv:
637 MSLU=r'Source: "distrib\msw\unicows.dll"; DestDir: "{code:GetPythonDir}"; Components: core' % vars()
638 CHARTYPE='unicode'
639
640 f = open(ISSFILE, "w")
641 f.write(ISS_Template % vars())
642 f.close()
643
644 f = open(IFSFILE, "w")
645 f.write(IFS_Template % vars())
646 f.close()
647
648 f = open(ISSDEMOFILE, "w")
649 f.write(ISS_DocDemo_Template % vars())
650 f.close()
651
652 TOOLS = os.environ['TOOLS']
653 if TOOLS.startswith('/cygdrive'):
654 TOOLS = r"c:\TOOLS" # temporary hack until I convert everything over to bash
655 os.system(ISCC % (TOOLS, ISSFILE))
656 os.system(ISCC % (TOOLS, ISSDEMOFILE))
657
658 if not KEEP_TEMPS:
659 time.sleep(1)
660 os.remove(ISSFILE)
661 os.remove(ISSDEMOFILE)
662 os.remove(IFSFILE)
663
664
665 #----------------------------------------------------------------------
666
667 if __name__ == "__main__":
668 main()
669
670
671
672 #----------------------------------------------------------------------
673
674