File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,20 @@ SET PRODUCT_NAME=""
1010IF %PROBACKUP_EDITION% == vanilla (
1111 SET PRODUCT_NAME = PostgreSQL
1212 SET PG_DEF_BRANDING = PostgreSQL%PG_MAJOR_VERSION%
13- SET PG_REG_KEY = SOFTWARE\Postgres Professional\%ARCH% \%PRODUCT_NAME% \%PG_MAJOR_VERSION% \Installations\postgresql-%PG_MAJOR_VERSION%
1413)
1514
1615IF %PROBACKUP_EDITION% == std (
1716 SET PRODUCT_NAME = PostgresPro
1817 SET PG_DEF_BRANDING = PostgresPro%PG_MAJOR_VERSION%
19- SET PG_REG_KEY = SOFTWARE\Postgres Professional\%ARCH% \%PRODUCT_NAME% \%PG_MAJOR_VERSION% \Installations\postgresql-%PG_MAJOR_VERSION%
2018)
2119
2220IF %PRODUCT_NAME% == " " (
2321 ECHO Invalid PROBACKUP_EDITION: %PROBACKUP_EDITION%
2422 GOTO :ERROR
2523)
2624
25+ SET PG_REG_KEY = SOFTWARE\Postgres Professional\%ARCH% \%PRODUCT_NAME% \%PG_MAJOR_VERSION% \Installations\postgresql-%PG_MAJOR_VERSION%
26+
2727
2828rm -rf %BUILD_DIR% \pg_probackup\installer || GOTO :ERROR
2929MKDIR %BUILD_DIR% \pg_probackup\installer
You can’t perform that action at this time.
0 commit comments