Skip to content
Snippets Groups Projects
Commit 8b447b9d authored by Vo Minh Thu's avatar Vo Minh Thu
Browse files

[FIX] setup.nsi: better IfErrors/StrCmp order after testing the postgres registry keys.

bzr revid: vmt@openerp.com-20130306143444-8qgpa6yj0c00ua0v
parent cdfdaa45
No related branches found
No related tags found
No related merge requests found
......@@ -292,8 +292,8 @@ Function .onInit
ClearErrors
EnumRegKey $0 HKLM "SOFTWARE\PostgreSQL\Installations" 0
StrCmp $0 "" DoInstallPostgreSQL
IfErrors DoInstallPostgreSQL 0
StrCmp $0 "" DoInstallPostgreSQL
StrCpy $HasPostgreSQL 1
DoInstallPostgreSQL:
......
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