Skip to content

Commit

Permalink
MDEV-30624 HeidiSQL 12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Feb 9, 2023
1 parent aa028e0 commit 8dab661
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion win/packaging/heidisql.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SET(HEIDISQL_BASE_NAME "HeidiSQL_11.3_32_Portable")
SET(HEIDISQL_BASE_NAME "HeidiSQL_12.3_32_Portable")
SET(HEIDISQL_ZIP "${HEIDISQL_BASE_NAME}.zip")
SET(HEIDISQL_URL "http:https://www.heidisql.com/downloads/releases/${HEIDISQL_ZIP}")
SET(HEIDISQL_DOWNLOAD_DIR ${THIRD_PARTY_DOWNLOAD_LOCATION}/${HEIDISQL_BASE_NAME})
Expand Down
31 changes: 30 additions & 1 deletion win/packaging/heidisql.wxi.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<Shortcut Id="startmenuHeidiSQL" Directory="ShortcutFolder" Name="HeidiSQL" Target="[D.HeidiSQL]\heidisql.exe"/>
</Component>


<Component Id="component.HeidiSQL_libmysql.dll" Guid="*" Win64="no">
<File Id="heidisql.libmysql.dll" Name="libmysql.dll" Source="${HEIDISQL_DOWNLOAD_DIR}\libmysql.dll" />
</Component>
Expand Down Expand Up @@ -63,6 +62,29 @@
<File Id="heidisql.sqlite3.dll" Name="sqlite3.dll" Source="${HEIDISQL_DOWNLOAD_DIR}\sqlite3.dll" />
</Component>

<Component Id="component.HeidiSQL_fbclient_4.0.dll" Guid="*" Win64="no">
<File Id="fbclient4.0.dll" Name="fbclient-4.0.dll" Source="${HEIDISQL_DOWNLOAD_DIR}\fbclient-4.0.dll" />
</Component>
<Component Id="component.HeidiSQL_gds32_14.1.dll" Guid="*" Win64="no">
<File Id="gds32_14.1.dll" Name="gds32-14.1.dll" Source="${HEIDISQL_DOWNLOAD_DIR}\gds32-14.1.dll" />
</Component>
<Component Id="component.HeidiSQL_plink.exe" Guid="*" Win64="no">
<File Id="plink.exe" Name="plink.exe" Source="${HEIDISQL_DOWNLOAD_DIR}\plink.exe" />
</Component>

<Component Id="component.HeidiSQL_LICENSE_openssl" Guid="*" Win64="no">
<File Id="LICENSE_openssl" Name="LICENSE-openssl" Source="${HEIDISQL_DOWNLOAD_DIR}\LICENSE-openssl" />
</Component>

<?define functions_dblist=interbase;mariadb;mssql;mysql;postgresql;redshift;sqlite?>

<?foreach db in $(var.functions_dblist) ?>
<Component Id="component.HeidiSQL_functions_$(var.db).ini" Guid="*" Win64="no">
<File Id="functions_$(var.db).ini" Name="functions-$(var.db).ini"
Source="${HEIDISQL_DOWNLOAD_DIR}\functions-$(var.db).ini" />
</Component>
<?endforeach?>

<Directory Id="D.HeidiSQL.plugins" Name="plugins">
<?foreach dll in $(var.pluginlist) ?>
<Component Id="component.HeidiSQL_$(var.dll)" Guid="*" Win64="no">
Expand Down Expand Up @@ -91,6 +113,13 @@
<ComponentRef Id="component.HeidiSQL_libiconv_2.dll" />
<ComponentRef Id="component.HeidiSQL_sqlite3.dll" />
<ComponentRef Id="component.HeidiSQL_libmysql_6.1.dll" />
<ComponentRef Id="component.HeidiSQL_fbclient_4.0.dll" />
<ComponentRef Id="component.HeidiSQL_gds32_14.1.dll" />
<ComponentRef Id="component.HeidiSQL_plink.exe" />
<ComponentRef Id="component.HeidiSQL_LICENSE_openssl" />
<?foreach db in $(var.functions_dblist) ?>
<ComponentRef Id="component.HeidiSQL_functions_$(var.db).ini" />
<?endforeach?>
<?foreach dll in $(var.pluginlist)?>
<ComponentRef Id="component.HeidiSQL_$(var.dll)" />
<?endforeach?>
Expand Down

0 comments on commit 8dab661

Please sign in to comment.