[FIX] event: reset tax for each event to invoice
[odoo/odoo.git] / setup.nsi
index aec0526..89d3087 100644 (file)
--- a/setup.nsi
+++ b/setup.nsi
@@ -119,6 +119,7 @@ Var STARTMENU_FOLDER
 ;--------------------------------
 ;Installer Sections
 Function .onInit 
+!ifndef ALLINONE
     ;Language selection dialog
     Push ""
     Push ${LANG_ENGLISH}
@@ -132,6 +133,7 @@ Function .onInit
     Pop $LANGUAGE
     StrCmp $LANGUAGE "cancel" 0 +2
         Abort
+!endif
 
     ClearErrors
     ReadRegStr $0 HKLM "Software\OpenERP Server" ""