diff options
author | chris_bednarski <Chris.Bednarski@minfos.com.au> | 2023-08-26 18:51:38 +1000 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2023-11-19 12:17:13 -0500 |
commit | 80e604761b4f43b9b79a4878fcae360b071a7c35 (patch) | |
tree | 9ca40a1d60a2ef1a5a1a426382356ae8b7cf9868 /src/ext/caDecor.wxi | |
parent | 6e974490eeabc9a3728aa2fb9ad07e8a5adf4fb6 (diff) | |
download | wix-80e604761b4f43b9b79a4878fcae360b071a7c35.tar.gz wix-80e604761b4f43b9b79a4878fcae360b071a7c35.tar.bz2 wix-80e604761b4f43b9b79a4878fcae360b071a7c35.zip |
change firewall extension table name to Wix5FirewallException
Diffstat (limited to 'src/ext/caDecor.wxi')
-rw-r--r-- | src/ext/caDecor.wxi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ext/caDecor.wxi b/src/ext/caDecor.wxi index b1711518..256d7586 100644 --- a/src/ext/caDecor.wxi +++ b/src/ext/caDecor.wxi | |||
@@ -8,6 +8,12 @@ | |||
8 | 8 | ||
9 | <?define Prefix="Wix4" ?> | 9 | <?define Prefix="Wix4" ?> |
10 | 10 | ||
11 | <?ifdef Prefix5 ?> | ||
12 | <?undef Prefix5 ?> | ||
13 | <?endif?> | ||
14 | |||
15 | <?define Prefix5="Wix5" ?> | ||
16 | |||
11 | <?ifndef platform ?> | 17 | <?ifndef platform ?> |
12 | <?define platform="x86" ?> | 18 | <?define platform="x86" ?> |
13 | <?endif?> | 19 | <?endif?> |