[FIX] setup.nsi: fix the posgresql registry check:
authorVo Minh Thu <vmt@openerp.com>
Tue, 5 Mar 2013 11:02:53 +0000 (12:02 +0100)
committerVo Minh Thu <vmt@openerp.com>
Tue, 5 Mar 2013 11:02:53 +0000 (12:02 +0100)
commit08fa840d747f09ff4f00874cf5dcecabad62213c
treea5351697079c1b91595799c744d9122177b9c368
parent8e9fed05748794a58b096c8ecd85468404f15888
[FIX] setup.nsi: fix the posgresql registry check:

My understanding is that EnumRegKey will index (the last argument)
the given registry path. When nothing is found, it sets the first
argument to the empty string. Only if the given path is wrong an
error is generated. So we have to go to the DoInstallPostgreSQL
label.

bzr revid: vmt@openerp.com-20130305110253-tu0t240liupxtchj
setup.nsi