r16224 - gnucash/trunk - Win32 installer cosmetics. Add src/pixmaps/gnucash-icon-48x48.bmp.

Andreas Köhler andi5 at cvs.gnucash.org
Wed Jun 27 18:18:58 EDT 2007


Author: andi5
Date: 2007-06-27 18:18:57 -0400 (Wed, 27 Jun 2007)
New Revision: 16224
Trac: http://svn.gnucash.org/trac/changeset/16224

Added:
   gnucash/trunk/src/pixmaps/gnucash-icon-48x48.bmp
Modified:
   gnucash/trunk/packaging/win32/gnucash.iss.in
   gnucash/trunk/src/pixmaps/Makefile.am
Log:
Win32 installer cosmetics.  Add src/pixmaps/gnucash-icon-48x48.bmp.

Let setup.exe use the tango icon as file icon and on page headers.  Add
a file version to setup.exe.


Modified: gnucash/trunk/packaging/win32/gnucash.iss.in
===================================================================
--- gnucash/trunk/packaging/win32/gnucash.iss.in	2007-06-27 20:49:28 UTC (rev 16223)
+++ gnucash/trunk/packaging/win32/gnucash.iss.in	2007-06-27 22:18:57 UTC (rev 16224)
@@ -13,6 +13,7 @@
 AppPublisherURL=http://www.gnucash.org
 AppSupportURL=http://www.gnucash.org
 AppUpdatesURL=http://www.gnucash.org
+VersionInfoVersion=@VERSION@
 DefaultDirName={pf}\@PACKAGE@
 DefaultGroupName=GnuCash
 LicenseFile=@prefix@\..\dist\share\@PACKAGE@\doc\COPYING
@@ -21,6 +22,8 @@
 OutputBaseFilename=@PACKAGE at -@VERSION at -setup
 UninstallFilesDir={app}\uninstall\@PACKAGE@
 InfoAfterFile=@prefix@\..\dist\share\@PACKAGE@\doc\README.win32-bin.txt
+SetupIconFile=@prefix@\..\dist\share\@PACKAGE@\pixmaps\gnucash-icon.ico
+WizardSmallImageFile=@prefix@\..\dist\share\@PACKAGE@\pixmaps\gnucash-icon-48x48.bmp
 
 [Types]
 Name: "full"; Description: "{cm:FullInstall}"

Modified: gnucash/trunk/src/pixmaps/Makefile.am
===================================================================
--- gnucash/trunk/src/pixmaps/Makefile.am	2007-06-27 20:49:28 UTC (rev 16223)
+++ gnucash/trunk/src/pixmaps/Makefile.am	2007-06-27 22:18:57 UTC (rev 16224)
@@ -30,6 +30,7 @@
   gnucash-icon.ico \
   gnucash-icon-16x16.png \
   gnucash-icon-32x32.png \
+  gnucash-icon-48x48.bmp \
   gnucash-icon-48x48.png \
   gnucash_splash.png \
   stock_split_title.png \

Added: gnucash/trunk/src/pixmaps/gnucash-icon-48x48.bmp
===================================================================
(Binary files differ)


Property changes on: gnucash/trunk/src/pixmaps/gnucash-icon-48x48.bmp
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream



More information about the gnucash-changes mailing list