Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.04 KB

File metadata and controls

30 lines (20 loc) · 1.04 KB

#summary How to install build installer packages for Windows

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
  2. Install tryton dependencies using pip
  3. Install Nullsoft Scriptable Install System
  4. Fetch the tryton source code

Running the Client

  1. Execute using
python bin/tryton

Packaging the Client

  1. Copy msvcr90.dll, msvcp90.dll and msvcm90.dll in the main tryton directory.
  2. Run py2exe
python setup.py py2exe
  1. The setup is built.