Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 30adbd5

Browse files
committed
WIP
1 parent dd4ce0e commit 30adbd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/helpers/probackup_installer.cmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ SET PRODUCT_NAME=""
1010
IF %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

1615
IF %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

2220
IF %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

2828
rm -rf %BUILD_DIR%\pg_probackup\installer || GOTO :ERROR
2929
MKDIR %BUILD_DIR%\pg_probackup\installer

0 commit comments

Comments
 (0)