Author: loonycyborg
Date: Sun Sep 14 15:49:51 2008
New Revision: 29459
URL: http://svn.gna.org/viewcvs/wesnoth?rev=29459&view=rev
Log:
Added start and finish pages to NSIS installer and made use of installer
graphic.
Modified:
trunk/SConstruct
trunk/packaging/windows/Wesnoth.nsi.in
Modified: trunk/SConstruct
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=29459&r1=29458&r2=29459&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Sun Sep 14 15:49:51 2008
@@ -587,7 +587,7 @@
# Windows installer
#
-env.WindowsInstaller([wesnoth, wesnoth_editor, Dir(installable_subs)] +
glob("*.dll") + Split("README copyright COPYING"))
+env.WindowsInstaller([wesnoth, wesnoth_editor, wesnothd,
Dir(installable_subs)] + glob("*.dll") + Split("README copyright COPYING"))
#
# Making Mac OS X application bundles
Modified: trunk/packaging/windows/Wesnoth.nsi.in
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/packaging/windows/Wesnoth.nsi.in?rev=29459&r1=29458&r2=29459&view=diff
==============================================================================
--- trunk/packaging/windows/Wesnoth.nsi.in (original)
+++ trunk/packaging/windows/Wesnoth.nsi.in Sun Sep 14 15:49:51 2008
@@ -32,6 +32,7 @@
;--------------------------------
;Interface Settings
+ !define MUI_WELCOMEFINISHPAGE_BITMAP
packaging\windows\WindowsInstallerGraphic.bmp
!define MUI_ABORTWARNING
;--------------------------------
@@ -45,6 +46,7 @@
;--------------------------------
;Pages
+ !insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_LICENSE "COPYING"
!insertmacro MUI_PAGE_COMPONENTS
!insertmacro MUI_PAGE_DIRECTORY
@@ -57,6 +59,9 @@
!insertmacro MUI_PAGE_STARTMENU Application $StartMenuFolder
!insertmacro MUI_PAGE_INSTFILES
+
+ !define MUI_FINISHPAGE_RUN wesnoth.exe
+ !define MUI_PAGE_FINISH
!insertmacro MUI_UNPAGE_CONFIRM
!insertmacro MUI_UNPAGE_INSTFILES
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits