[FIX] setup.nsi set the right path for the nt service

bzr revid: stw@openerp.com-20120106152153-h3hv10r212h3t0ue
This commit is contained in:
Stephane Wirtel 2012-01-06 16:21:53 +01:00
parent 7a9ed7b281
commit 18f492a91a
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ Section "Uninstall"
sleep 2
; Uninstall the OpenERP Service
nsExec::Exec '"$INSTDIR\service\OpenERPServerService.exe" -remove'
nsExec::Exec '"$INSTDIR\..\service\OpenERPServerService.exe" -remove'
sleep 2
Rmdir /r "$INSTDIR\service"