Skip to content

Commit 84bb1c0

Browse files
committed
WIP
1 parent 30adbd5 commit 84bb1c0

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

Readme.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,23 @@ If you want to use GIT:
4242
You can specify several environmental variables depending on desirable result:
4343

4444
* PROBACKUP_VERSION=[2.1.3/2.1.5] - pg_probackup full version
45-
* PROBACKUP_EDITION=[vanilla/std] -- fork to build probackup for, default 'vanilla'
45+
* PROBACKUP_EDITION=[vanilla/std/enterprise] -- fork to build probackup for, default 'vanilla'
4646
* PROBACKUP_PATCH_POSTGRESQL=[YES/NO] -- apply probackup specific patches, default NO
47+
48+
To build pg_probackup installer for vanilla PostgreSQL, run:
49+
50+
SET SDK=MSVC2013
51+
SET PROBACKUP_VERSION=2.1.5
52+
SET PG_MAJOR_VERSION = 11
53+
SET PG_PATCH_VERSION = 4
54+
SET PROBACKUP_EDITION=vanilla
55+
56+
To build pg_probackup installer for PostgresPro Standart, run:
57+
58+
SET SDK=MSVC2013
59+
SET PROBACKUP_VERSION=2.1.5
60+
SET PG_MAJOR_VERSION = 11
61+
SET PG_PATCH_VERSION = 4
62+
SET PROBACKUP_EDITION=std
63+
SET GIT_PATH=https://git.postgrespro.ru/pgpro-dev/postgrespro.git
64+
SET GIT_BRANCH=PGPRO11_4_1

wix/pg_probackup/Product_separate.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<?include Variables.wxi?>
44
<!-- Product details -->
55

6-
<Product Id="$(var.ProductCode)"
6+
<Product Id="*"
77
Name="$(var.APPNAME) $(var.APPVERSION) for $(var.PG_DEF_BRANDING)"
88
Language="1049"
99
Version="$(var.APPVERSION)"

0 commit comments

Comments
 (0)