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 a1598f4 commit aa488a3Copy full SHA for aa488a3
vs/installer64/Product.wxs
@@ -58,6 +58,8 @@
58
59
<!-- Directories -->
60
<Directory Id="TARGETDIR" Name="SourceDir">
61
+ <Merge Id="CRT" SourceFile="$(var.CrtMergeModule)" Language="0" DiskId="1" />
62
+
63
<Directory Id="$(var.PGFOLDER)">
64
<Directory Id="INSTALLFOLDER" Name="ClickHouse ODBC">
65
<Component Id ="PocoLibs" Guid="$(var.POCOLIB_ID)" Win64='$(var.BIT64)'>
@@ -127,7 +129,6 @@
127
129
</Component>
128
130
</Directory>
131
- <Merge Id="CRT" Language="0" SourceFile="$(var.CrtMergeModule)" DiskId="1" />
132
133
134
<!-- Features -->
0 commit comments