Skip to content

Commit aa488a3

Browse files
committed
update
1 parent a1598f4 commit aa488a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vs/installer64/Product.wxs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858

5959
<!-- Directories -->
6060
<Directory Id="TARGETDIR" Name="SourceDir">
61+
<Merge Id="CRT" SourceFile="$(var.CrtMergeModule)" Language="0" DiskId="1" />
62+
6163
<Directory Id="$(var.PGFOLDER)">
6264
<Directory Id="INSTALLFOLDER" Name="ClickHouse ODBC">
6365
<Component Id ="PocoLibs" Guid="$(var.POCOLIB_ID)" Win64='$(var.BIT64)'>
@@ -127,7 +129,6 @@
127129
</Component>
128130
</Directory>
129131
</Directory>
130-
<Merge Id="CRT" Language="0" SourceFile="$(var.CrtMergeModule)" DiskId="1" />
131132
</Directory>
132133

133134
<!-- Features -->

0 commit comments

Comments
 (0)