Guys, the building up of the windows installable package could not be easier (once the solution has been found obviously):
1 - Install python 2.5 (don't yet bother adding any of the depencies required to compile OpenERP) 2 - Create a folder on the root of your drive (for example OpenERP-Dev) 3 - In that folder, create a bazaar Checkout/Branch In a command prompt: c:\OpenERP-Dev> bzr clone lp:~openerp/openerp/win-installer-trunk 4 - Install all the dependencies in the folder C:\OpenERP-Dev\win-installer-trunk\dependencies. Follow the instruction in http://bazaar.launchpad.net/~openerp/openerp/win-installer-trunk/annotate/37/doc/INSTALL to place some of the files in the right locations. 5 - As the NSIS installer software does not set up the path to the makensis.exe program, you must add this yourself. This is necessary as the script in your newly downloaded folder need that and hasn't got the absolute path setup. 6 - Also, as for some reason there is a cockup on the install somewhere, make a copy of the openerp-web.cfg file in the following folder: C:\OpenERP-Dev\win-installer-trunk\alpha\client-web\config and rename it default.cfg 7 - go to the command prompt and run the make.bat script: c:\OpenERP-Dev\win-installer-trunk> make.bat be patient as this takes a while... once it is finished, you will have all the installable files in the c:\OpenERP-Dev\win-installer-trunk folder. Hope this helps. Cheers David -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=36792#36792 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
