SERVER: improve win32 installer

bzr revid: ced-ecbc91661cc1c28373db5d9769a4b36c4f23b79b
This commit is contained in:
ced 2007-06-12 06:17:48 +00:00
parent 6927720a9e
commit 7f7ef8f3d1
5 changed files with 7 additions and 1 deletions

BIN
pixmaps/tinyerp-header.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
pixmaps/tinyerp-intro.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -24,7 +24,7 @@ os.chdir('..')
setup(
name="tinyerp-server",
console = [{"script":"bin\\tinyerp-server.py", "icon_resources":[(1,"tinyerp-icon.ico")]}],
console = [{"script":"bin\\tinyerp-server.py", "icon_resources":[(1,"pixmaps\\tinyerp.ico")]}],
data_files = data_files,
options = options
)

View File

@ -37,6 +37,12 @@
;--------------------------------
;Pages
!define MUI_ICON ".\pixmaps\tinyerp.ico"
!define MUI_UNICON ".\pixmaps\tinyerp.ico"
!define MUI_WELCOMEFINISHPAGE_BITMAP ".\pixmaps\tinyerp-intro.bmp"
!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_BITMAP ".\pixmaps\tinyerp-header.bmp"
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_LICENSE "doc\\License.rtf"
# !insertmacro MUI_PAGE_COMPONENTS