Smoe more details for the setup and installer scripts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,7 +1,11 @@
|
|||||||
#
|
|
||||||
# A distutils script to make a standalone .exe of superdoodle for
|
# A distutils script to make a standalone .exe of superdoodle for
|
||||||
# Windows platforms.
|
# Windows platforms. You can get py2exe from
|
||||||
|
# http://py2exe.sourceforge.net/. Use this command to build the .exe
|
||||||
|
# and collect the other needed files:
|
||||||
#
|
#
|
||||||
|
# python setup.py py2exe
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
import py2exe
|
import py2exe
|
||||||
|
@@ -1,3 +1,10 @@
|
|||||||
|
;; An InnoSetup script to build a self-installer of the superdoodle standalone
|
||||||
|
;; executable produced from setup.py. You can get InnoSetup from
|
||||||
|
;; http://www.jrsoftware.org/. You may have to edit this file to make it work
|
||||||
|
;; for your environment and python installation.
|
||||||
|
;;
|
||||||
|
|
||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
AppName = SuperDoodle
|
AppName = SuperDoodle
|
||||||
AppVerName = SuperDoodle 1.0
|
AppVerName = SuperDoodle 1.0
|
||||||
@@ -13,8 +20,8 @@ AppPublisherURL = http://wxPython.org/
|
|||||||
|
|
||||||
|
|
||||||
[Files]
|
[Files]
|
||||||
Source: "c:\WINNT\SYSTEM32\MSVCRT.dll"; DestDir: "{sys}"; CopyMode: alwaysskipifsameorolder; Flags: sharedfile uninsneveruninstall;
|
Source: "c:\WINNT\SYSTEM32\MSVCRT.dll"; DestDir: "{sys}"; CopyMode: alwaysskipifsameorolder; Flags: sharedfile uninsneveruninstall restartreplace;
|
||||||
Source: "c:\WINNT\SYSTEM32\MSVCIRT.dll"; DestDir: "{sys}"; CopyMode: alwaysskipifsameorolder; Flags: sharedfile uninsneveruninstall;
|
Source: "c:\WINNT\SYSTEM32\MSVCIRT.dll"; DestDir: "{sys}"; CopyMode: alwaysskipifsameorolder; Flags: sharedfile uninsneveruninstall restartreplace;
|
||||||
Source: "dist\superdoodle\superdoodle.exe"; DestDir: "{app}";
|
Source: "dist\superdoodle\superdoodle.exe"; DestDir: "{app}";
|
||||||
Source: "dist\superdoodle\_sre.pyd"; DestDir: "{app}";
|
Source: "dist\superdoodle\_sre.pyd"; DestDir: "{app}";
|
||||||
Source: "dist\superdoodle\htmlc.pyd"; DestDir: "{app}";
|
Source: "dist\superdoodle\htmlc.pyd"; DestDir: "{app}";
|
||||||
|
Reference in New Issue
Block a user