~camptocamp/openobject-server/7.0-c2c-official

« back to all changes in this revision

Viewing changes to setup.nsi

  • Committer: Yannick Vaucher
  • Date: 2013-03-11 12:03:36 UTC
  • mfrom: (4773.1.116 openobject-server)
  • Revision ID: yannick.vaucher@camptocamp.com-20130311120336-hgyv89pww0kiwff2
[MRG] from official

Show diffs side-by-side

added added

removed removed

Lines of Context:
291
291
    !insertmacro MUI_LANGDLL_DISPLAY
292
292
 
293
293
    ClearErrors
294
 
    EnumRegKey $0 HKLM "SOFTWARE\PostgreSQL" 0
 
294
    EnumRegKey $0 HKLM "SOFTWARE\PostgreSQL\Installations" 0
295
295
    IfErrors DoInstallPostgreSQL 0
296
 
        StrCpy $HasPostgreSQL 1
 
296
    StrCmp $0 "" DoInstallPostgreSQL
 
297
    StrCpy $HasPostgreSQL 1
297
298
 
298
299
    DoInstallPostgreSQL:
299
300
FunctionEnd