X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=setup.nsi;h=859ebdb39e2f6688617da08ead764bf32a72f66e;hb=42bf0a567003168029508e0b501d6aef7876e41f;hp=3f93a5ba7553eddc285a580a58a3c5af8b67703a;hpb=08fa840d747f09ff4f00874cf5dcecabad62213c;p=odoo%2Fodoo.git diff --git a/setup.nsi b/setup.nsi index 3f93a5b..859ebdb 100644 --- a/setup.nsi +++ b/setup.nsi @@ -21,7 +21,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ##################################################################################### !include 'MUI2.nsh' @@ -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: