merge
[odoo/odoo.git] / openerp-server-installer.nsi
index 3ca706c..1d6034b 100644 (file)
@@ -11,7 +11,7 @@
 #
 # This program is Free Software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
+# as published by the Free Software Foundation; either version 3
 # of the License, or (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful,
@@ -36,7 +36,7 @@
 ;General
 
 ;Name and file
-Name "OpenERP Server ${VERSION}"
+Name "OpenERP Server"
 OutFile "openerp-server-setup-${VERSION}.exe"
 SetCompressor lzma
 SetCompress auto
@@ -66,7 +66,7 @@ Var STARTMENU_FOLDER
 ;--------------------------------
 ;Pages
 
-!define MUI_ICON ".\pixmaps\openerp.ico"
+!define MUI_ICON ".\pixmaps\openerp-icon.ico"
 !define MUI_WELCOMEFINISHPAGE_BITMAP ".\pixmaps\openerp-intro.bmp"
 !define MUI_UNWELCOMEFINISHPAGE_BITMAP ".\pixmaps\openerp-intro.bmp"
 !define MUI_HEADERIMAGE