File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
- SET (HEIDISQL_BASE_NAME "HeidiSQL_12.3_32_Portable " )
1
+ SET (HEIDISQL_BASE_NAME "HeidiSQL_12.6_32_Portable " )
2
2
SET (HEIDISQL_ZIP "${HEIDISQL_BASE_NAME} .zip" )
3
3
SET (HEIDISQL_URL "http://www.heidisql.com/downloads/releases/${HEIDISQL_ZIP} " )
4
4
SET (HEIDISQL_DOWNLOAD_DIR ${THIRD_PARTY_DOWNLOAD_LOCATION} /${HEIDISQL_BASE_NAME} )
Original file line number Diff line number Diff line change 68
68
<Component Id="component.HeidiSQL_gds32_14.1.dll" Guid="*" Win64="no">
69
69
<File Id="gds32_14.1.dll" Name="gds32-14.1.dll" Source="${HEIDISQL_DOWNLOAD_DIR}\gds32-14.1.dll" />
70
70
</Component>
71
+ <Component Id="component.HeidiSQL_libeay32.dll" Guid="*" Win64="no">
72
+ <File Id="libeay32.dll" Name="libeay32.dll" Source="${HEIDISQL_DOWNLOAD_DIR}\libeay32.dll" />
73
+ </Component>
74
+ <Component Id="component.HeidiSQL_ssleay32.dll" Guid="*" Win64="no">
75
+ <File Id="ssleay32.dll" Name="ssleay32.dll" Source="${HEIDISQL_DOWNLOAD_DIR}\ssleay32.dll" />
76
+ </Component>
71
77
<Component Id="component.HeidiSQL_plink.exe" Guid="*" Win64="no">
72
78
<File Id="plink.exe" Name="plink.exe" Source="${HEIDISQL_DOWNLOAD_DIR}\plink.exe" />
73
79
</Component>
115
121
<ComponentRef Id="component.HeidiSQL_libmysql_6.1.dll" />
116
122
<ComponentRef Id="component.HeidiSQL_fbclient_4.0.dll" />
117
123
<ComponentRef Id="component.HeidiSQL_gds32_14.1.dll" />
124
+ <ComponentRef Id="component.HeidiSQL_libeay32.dll" />
125
+ <ComponentRef Id="component.HeidiSQL_ssleay32.dll" />
118
126
<ComponentRef Id="component.HeidiSQL_plink.exe" />
119
127
<ComponentRef Id="component.HeidiSQL_LICENSE_openssl" />
120
128
<?foreach db in $(var.functions_dblist) ?>
You can’t perform that action at this time.
0 commit comments