[FIX] Fix date widgets styling
[odoo/odoo.git] / setup.nsi
index 5e7a071..0ea37b0 100644 (file)
--- a/setup.nsi
+++ b/setup.nsi
@@ -114,7 +114,7 @@ Var STARTMENU_FOLDER
 !define MUI_HEADER_TRANSPARENT_TEXT ""\r
 \r
 !insertmacro MUI_PAGE_WELCOME\r
-!insertmacro MUI_PAGE_LICENSE "doc\License.rtf"\r
+!insertmacro MUI_PAGE_LICENSE ".\LICENSE"\r
 !define MUI_COMPONENTSPAGE_SMALLDESC\r
 !insertmacro MUI_PAGE_DIRECTORY\r
 Page Custom ShowPostgreSQL LeavePostgreSQL\r
@@ -210,6 +210,7 @@ Section OpenERP_Server SectionOpenERP_Server
     WriteIniStr "$INSTDIR\openerp-server.conf" "options" "db_user" $TextPostgreSQLUsername\r
     WriteIniStr "$INSTDIR\openerp-server.conf" "options" "db_password" $TextPostgreSQLPassword\r
     WriteIniStr "$INSTDIR\openerp-server.conf" "options" "db_port" $TextPostgreSQLPort\r
+    WriteIniStr "$INSTDIR\openerp-server.conf" "options" "pg_path" "$INSTDIR\PostgreSQL\bin"\r
 \r
     nsExec::Exec '"$INSTDIR\openerp-server.exe" --stop-after-init --logfile "$INSTDIR\openerp-server.log" -s'\r
     nsExec::Exec '"$INSTDIR\service\OpenERPServerService.exe" -auto -install'\r