X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=setup.nsi;h=653a8798bb2ef685d91cc7c564d9025cdcb9be23;hb=3bd2d837767f01f821f45e99d23bc056303cae33;hp=3f93a5ba7553eddc285a580a58a3c5af8b67703a;hpb=08fa840d747f09ff4f00874cf5dcecabad62213c;p=odoo%2Fodoo.git diff --git a/setup.nsi b/setup.nsi index 3f93a5b..653a879 100644 --- a/setup.nsi +++ b/setup.nsi @@ -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: