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

Check if there is a previous installation of OpenERP Server

bzr revid: stephane@tinyerp.com-20081031202822-w62fwnuei6o3hoan
parent 7e6d4f22
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,10 @@ Var STARTMENU_FOLDER
;Installer Sections
Section "OpenERP Server" SecOpenERPServer
ClearErrors
ReadRegStr $0 HKCU "Software\OpenERP Server" ""
IfErrors +2 0
Abort "Can't install this version of OpenERP Server, because there is a previous installation on this system !"
nsExec::Exec "net stop openerp-service"
sleep 2
......@@ -143,7 +147,6 @@ LangString DESC_SecOpenERPServer ${LANG_ENGLISH} "OpenERP Server."
;Uninstaller Section
Section "Uninstall"
nsExec::Exec "net stop openerp-service"
sleep 2
nsExec::Exec '"$INSTDIR\service\OpenERPServerService.exe" -remove'
......
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