Skip to content

Commit

Permalink
SERVER: improve win32 installer
Browse files Browse the repository at this point in the history
bzr revid: ced-ecbc91661cc1c28373db5d9769a4b36c4f23b79b
  • Loading branch information
ced committed Jun 12, 2007
1 parent 6927720 commit 7f7ef8f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
Binary file added pixmaps/tinyerp-header.bmp
Binary file not shown.
Binary file added pixmaps/tinyerp-intro.bmp
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup_win32.py → setup_py2exe.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

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
)
6 changes: 6 additions & 0 deletions setup.nsi → tinyerp-server-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f7ef8f

Please sign in to comment.