#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.)
- Install pygtk-all-in-one
- Install tryton dependencies using
pip - Install Nullsoft Scriptable Install System
- Fetch the tryton source code
- Execute using
python bin/tryton
- Copy
msvcr90.dll,msvcp90.dllandmsvcm90.dllin the main tryton directory. - Run py2exe
python setup.py py2exe
- The setup is built.