We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8fa3c commit 5caa771Copy full SHA for 5caa771
build/helpers/postgres_nsis_installer.cmd
@@ -34,7 +34,7 @@ IF %ARCH% == X86 (
34
IF %ONE_C% == YES (
35
SET PRODUCT_NAME=PostgreSQL 1C
36
SET PG_DEF_SERVICEID="postgresql-1C-${PRODUCT_VERSION}"
37
- SET PG_INS_SUFFIX="%BITS%bit_1C_Setup.exe"
+ SET PG_INS_SUFFIX="%BITS%_1C_Setup.exe"
38
SET PG_REG_KEY="Software\Postgres Professional\${PRODUCT_NAME}\Installations\postgresql-${PRODUCT_VERSION}"
39
SET PG_REG_SERVICE_KEY="Software\Postgres Professional\${PRODUCT_NAME}\Services\postgresql-${PRODUCT_VERSION}"
40
SET PRODUCT_DIR_REGKEY="Software\Postgres Professional\${PRODUCT_NAME}\${PRODUCT_VERSION}"
0 commit comments