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:
Robin Dunn
2001-05-08 19:27:48 +00:00
parent cf1a9b45c7
commit 47b37e4be4
2 changed files with 15 additions and 4 deletions

View File

@@ -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]
AppName = SuperDoodle
AppVerName = SuperDoodle 1.0
@@ -13,8 +20,8 @@ AppPublisherURL = http://wxPython.org/
[Files]
Source: "c:\WINNT\SYSTEM32\MSVCRT.dll"; DestDir: "{sys}"; CopyMode: alwaysskipifsameorolder; Flags: sharedfile uninsneveruninstall;
Source: "c:\WINNT\SYSTEM32\MSVCIRT.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 restartreplace;
Source: "dist\superdoodle\superdoodle.exe"; DestDir: "{app}";
Source: "dist\superdoodle\_sre.pyd"; DestDir: "{app}";
Source: "dist\superdoodle\htmlc.pyd"; DestDir: "{app}";