Skip to content

Commit 1cbdf7a

Browse files
lawrinlawrin
authored andcommitted
Change in WiX xml to make it copmpliant with older wix versions(do not support long names).
1 parent be62340 commit 1cbdf7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win/mysql-conncpp-msi-template.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ already installed." />
4848
<Component Id="IncludeFiles" Guid="dfc7126d-b5b0-4ffb-b509-749523297faa" DiskId="1">
4949
<File Id="file0021" Name="mydrv.h" LongName="mysql_driver.h" Source="..\driver\mysql_driver.h" />
5050
<File Id="file0022" Name="myconn.h" LongName="mysql_connection.h" Source="..\driver\mysql_connection.h" />
51-
<File Id="file0023" Name="mysql_error.h" Source="..\driver\mysql_error.h" />
51+
<File Id="file0023" Name="myerror.h" LongName="mysql_error.h" Source="..\driver\mysql_error.h" />
5252
</Component>
5353

5454
<Directory Id="cppconn" Name="cppconn">

0 commit comments

Comments
 (0)