Skip to content
Snippets Groups Projects
Commit 18f492a9 authored by Stéphane Wirtel's avatar Stéphane Wirtel
Browse files

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

bzr revid: stw@openerp.com-20120106152153-h3hv10r212h3t0ue
parent 7a9ed7b2
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment