My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
BuildingWinInstall  
How to install build installer packages for Windows
Updated Aug 12, 2011 by cedkrier@gmail.com

This page is intended for those who want to build Windows installer packages. This is the task of software deployment. For those of you who just want to use Tryton, simply follow the instructions for installing Tryton on Windows. (Note: At this time, instructions are only provided for packaging the Windows client.)

Building a Windows Client Installer

Setup pyGTK environment

  1. Install pygtk-all-in-one
  1. Install tryton dependencies using pip
  1. Install Nullsoft Scriptable Install System
  1. Fetch the tryton source code

Running the Client

  1. Execute using
  2. python bin/tryton

Packaging the Client

  1. un py2exe
  2. python setup.py py2exe
  3. The setup is built.
Comment by Daniel.Y...@gmail.com, Dec 15, 2010

FYI: if your toolbar images are not shown, you might want to convert the svg icons to png format :D


Sign in to add a comment
Powered by Google Project Hosting