[ADD] tools: handling of bin_path key in find_in_path
[odoo/odoo.git] / setup / win32 / setup.nsi
index 73def65..992f921 100755 (executable)
@@ -249,6 +249,7 @@ Section $(TITLE_OpenERP_Server) SectionOpenERP_Server
     WriteIniStr "$INSTDIR\server\openerp-server.conf" "options" "db_port" $TextPostgreSQLPort\r
     # Fix the addons path\r
     WriteIniStr "$INSTDIR\server\openerp-server.conf" "options" "addons_path" "$INSTDIR\server\openerp\addons"\r
+    WriteIniStr "$INSTDIR\server\openerp-server.conf" "options" "bin_path" "$INSTDIR\thirdparty"\r
 \r
     # if we're going to install postgresql force it's path,\r
     # otherwise we consider it's always done and/or correctly tune by users\r