[FIX] change the version of the nsi setup file

bzr revid: stw@openerp.com-20121221164649-grnraze2zr4kj9w8
This commit is contained in:
Stephane Wirtel 2012-12-21 17:46:49 +01:00
parent 22454532d1
commit 4e711c28d5
1 changed files with 3 additions and 3 deletions

View File

@ -160,7 +160,7 @@ LangString DESC_PostgreSQL_Username ${LANG_FRENCH} "Utilisateur"
LangString DESC_PostgreSQL_Password ${LANG_FRENCH} "Mot de passe"
Section -StopService
nsExec::Exec "net stop openerp-server-6.1"
nsExec::Exec "net stop openerp-server-7.0"
sleep 2
SectionEnd
@ -202,7 +202,7 @@ Section OpenERP_Server SectionOpenERP_Server
SectionEnd
Section -RestartServer
nsExec::Exec "net start openerp-server-6.1"
nsExec::Exec "net start openerp-server-7.0"
sleep 2
SectionEnd
@ -226,7 +226,7 @@ SectionEnd
Section "Uninstall"
; Stop the NT Service
nsExec::Exec "net stop openerp-server-6.1"
nsExec::Exec "net stop openerp-server-7.0"
sleep 2
; Uninstall the OpenERP Service