HeidiSQL

Informatie

Creator Bericht
mihawk90 Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 42325
Wine: System

Feedbacks

Omschrijving

HeidiSQL (Wikipedia), previously known as MySQL-Front, is a free and open source client, or frontend for MySQL (and for its forks like MariaDB and Percona Server), Microsoft SQL Server and PostgreSQL. Website.

Appdb.winehq.org

Schermafdrukken

MiniatureMiniature

Broncode

#!/bin/bash
# Date : (2015-12-02 16-00)
# Last revision : (2019-11-02)
# Wine version used : system
# Distribution used to test : Xubuntu 19.04
# Author : Tarulia
# Script licence :
# Program licence : GPL
# Depend :

# CHANGELOG
# [Tarulia] (2015-12-02)
#   First script.
# [...]
#    ...
# [Dadu042] (2019-11-02)
#   Note: I tested installation with 'HeidiSQL_10.2.0.5599_Setup.exe' (system Wine: 4.0.0) but then I had not a SQL DB to connect to.
#   - Remove feature 'install from download' (because the link break again, file removed by the publisher).
#   - Add feature 'install from local'.
#   - Add warning message about fixme-all.


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="HeidiSQL"
PREFIX="heidisql"
# FILE="HeidiSQL_10.1.0.5464_Setup.exe"
# MD5="9e82f9dad7ff68b428d9928d6863f69c"
 
POL_SetupWindow_Init
POL_SetupWindow_SetID 2651
POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.heidisql.com/" "Tarulia" "$PREFIX"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate
Set_OS "win7"

# POL_Download "http://www.heidisql.com/installers/$FILE" "$MD5"

        cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
        SETUP_EXE="$APP_ANSWER"

POL_SetupWindow_message "WARNING!\n
\n
When asked to select a theme, make sure you select \"Use default Windows theme\", because WINE is not able to handle the \"Dark Material theme\"!\n
\n
If you are using a dark system theme, after the installation go to the WINE configuration and in the Staging tab select \"Enable GTK3 Theming\" (KDE users can change the GTK theme in System Settings > Application Style > GTK). GTK3 Theming may not be perfect however." "$TITLE"

        POL_Wine start /unix "$SETUP_EXE"
        POL_Wine_WaitExit "$TITLE"
 
POL_Shortcut "heidisql.exe" "$TITLE" "" "" "Development;Database"

POL_SetupWindow_message "$(eval_gettext 'WARNING: to avoid to let POL/POM write a huge log file, you may type \ninto Debug flags : fixme-all')" "$TITLE"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Bericht
Dadu042 Zaterdag 2 November 2019 om 11:14
Dadu042

Information

This update has been approved by the team.

Bericht

I have also changed the description and removed some useless screenshots.

Differences

@@ -1,40 +1,59 @@
 #!/bin/bash
 # Date : (2015-12-02 16-00)
-# Last revision : (2019-03-29 19-30)
+# Last revision : (2019-11-02)
 # Wine version used : system
-# Distribution used to test : Fedora 29
+# Distribution used to test : Xubuntu 19.04
 # Author : Tarulia
 # Script licence :
 # Program licence : GPL
 # Depend :
+
+# CHANGELOG
+# [Tarulia] (2015-12-02)
+#   First script.
+# [...]
+#    ...
+# [Dadu042] (2019-11-02)
+#   Note: I tested installation with 'HeidiSQL_10.2.0.5599_Setup.exe' (system Wine: 4.0.0) but then I had not a SQL DB to connect to.
+#   - Remove feature 'install from download' (because the link break again, file removed by the publisher).
+#   - Add feature 'install from local'.
+#   - Add warning message about fixme-all.
+
+
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
-
+ 
 TITLE="HeidiSQL"
 PREFIX="heidisql"
-FILE="HeidiSQL_10.1.0.5464_Setup.exe"
-MD5="9e82f9dad7ff68b428d9928d6863f69c"
-
+# FILE="HeidiSQL_10.1.0.5464_Setup.exe"
+# MD5="9e82f9dad7ff68b428d9928d6863f69c"
+ 
 POL_SetupWindow_Init
 POL_SetupWindow_SetID 2651
 POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.heidisql.com/" "Tarulia" "$PREFIX"
-
+ 
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate
 Set_OS "win7"
-POL_Download "http://www.heidisql.com/installers/$FILE" "$MD5"
+
+# POL_Download "http://www.heidisql.com/installers/$FILE" "$MD5"
+
+        cd "$HOME"
+        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
+        SETUP_EXE="$APP_ANSWER"
 
 POL_SetupWindow_message "WARNING!\n
 \n
-When asked to select a theme, make sure you select \"Use default Windows theme\", as WINE is not able to handle the \"Dark Material theme\"!\n
-\n
-If you are using a dark system theme, after the installation go to the WINE configuration and in the Staging tab select \"Enable GTK3 Theming\" (KDE users can change the GTK theme in System Settings > Application Style > GTK)\n
+When asked to select a theme, make sure you select \"Use default Windows theme\", because WINE is not able to handle the \"Dark Material theme\"!\n
 \n
-GTK3 Theming may not be perfect however." "$TITLE"
-
-POL_Wine_WaitBefore "$TITLE"
-POL_Wine "$FILE"
+If you are using a dark system theme, after the installation go to the WINE configuration and in the Staging tab select \"Enable GTK3 Theming\" (KDE users can change the GTK theme in System Settings > Application Style > GTK). GTK3 Theming may not be perfect however." "$TITLE"
 
+        POL_Wine start /unix "$SETUP_EXE"
+        POL_Wine_WaitExit "$TITLE"
+ 
 POL_Shortcut "heidisql.exe" "$TITLE" "" "" "Development;Database"
+
+POL_SetupWindow_message "$(eval_gettext 'WARNING: to avoid to let POL/POM write a huge log file, you may type \ninto Debug flags : fixme-all')" "$TITLE"
+
 POL_SetupWindow_Close
-exit
+exit 0
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2015-12-02 16-00)
# Last revision : (2019-11-02)
# Wine version used : system
# Distribution used to test : Xubuntu 19.04
# Author : Tarulia
# Script licence :
# Program licence : GPL
# Depend :

# CHANGELOG
# [Tarulia] (2015-12-02)
#   First script.
# [...]
#    ...
# [Dadu042] (2019-11-02)
#   Note: I tested installation with 'HeidiSQL_10.2.0.5599_Setup.exe' (system Wine: 4.0.0) but then I had not a SQL DB to connect to.
#   - Remove feature 'install from download' (because the link break again, file removed by the publisher).
#   - Add feature 'install from local'.
#   - Add warning message about fixme-all.


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="HeidiSQL"
PREFIX="heidisql"
# FILE="HeidiSQL_10.1.0.5464_Setup.exe"
# MD5="9e82f9dad7ff68b428d9928d6863f69c"
 
POL_SetupWindow_Init
POL_SetupWindow_SetID 2651
POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.heidisql.com/" "Tarulia" "$PREFIX"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate
Set_OS "win7"

# POL_Download "http://www.heidisql.com/installers/$FILE" "$MD5"

        cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
        SETUP_EXE="$APP_ANSWER"

POL_SetupWindow_message "WARNING!\n
\n
When asked to select a theme, make sure you select \"Use default Windows theme\", because WINE is not able to handle the \"Dark Material theme\"!\n
\n
If you are using a dark system theme, after the installation go to the WINE configuration and in the Staging tab select \"Enable GTK3 Theming\" (KDE users can change the GTK theme in System Settings > Application Style > GTK). GTK3 Theming may not be perfect however." "$TITLE"

        POL_Wine start /unix "$SETUP_EXE"
        POL_Wine_WaitExit "$TITLE"
 
POL_Shortcut "heidisql.exe" "$TITLE" "" "" "Development;Database"

POL_SetupWindow_message "$(eval_gettext 'WARNING: to avoid to let POL/POM write a huge log file, you may type \ninto Debug flags : fixme-all')" "$TITLE"

POL_SetupWindow_Close
exit 0

Antwoorden

Aangepast door Dadu042

LuigiTheHunter Zaterdag 11 Mei 2019 om 11:15
LuigiTheHunter Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Bericht

There is a problem. That this old version is not downloadable anymore.

Differences

@@ -12,7 +12,7 @@
 
 TITLE="HeidiSQL"
 PREFIX="heidisql"
-FILE="HeidiSQL_9.5.0.5196_Setup.exe"
+FILE="HeidiSQL_10.1.0.5464_Setup.exe"
 MD5="0c2f1f2f309e112925fbe01573a5c738"
 
 POL_SetupWindow_Init

New source code

#!/bin/bash
# Date : (2015-12-02 16-00)
# Last revision : (2015-12-02 16-00)
# Wine version used : system
# Distribution used to test : Kubuntu 15.10
# Author : Tarulia
# Script licence :
# Program licence : GPL
# Depend :
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="HeidiSQL"
PREFIX="heidisql"
FILE="HeidiSQL_10.1.0.5464_Setup.exe"
MD5="0c2f1f2f309e112925fbe01573a5c738"

POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.heidisql.com/" "Tarulia" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate
Set_OS winxp
POL_Download "http://www.heidisql.com/installers/$FILE" "$MD5"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "$FILE"

POL_Shortcut "heidisql.exe" "$TITLE"
POL_SetupWindow_Close
exit

Antwoorden

mihawk90 Vrijdag 29 Maart 2019 om 19:29
mihawk90 Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Bericht

  1. Update version (and checksum)
  2. Removed unused Debug_Init
  3. added backlink to this page in the installer
  4. changed OS Version to win7
  5. Add Warning about Dark material theme, as Heidi crashes on opening when installed using it
  6. added shortcut categories

Differences

@@ -1,8 +1,8 @@
 #!/bin/bash
 # Date : (2015-12-02 16-00)
-# Last revision : (2015-12-02 16-00)
+# Last revision : (2019-03-29 19-30)
 # Wine version used : system
-# Distribution used to test : Kubuntu 15.10
+# Distribution used to test : Fedora 29
 # Author : Tarulia
 # Script licence :
 # Program licence : GPL
@@ -12,21 +12,29 @@
 
 TITLE="HeidiSQL"
 PREFIX="heidisql"
-FILE="HeidiSQL_9.5.0.5196_Setup.exe"
-MD5="0c2f1f2f309e112925fbe01573a5c738"
+FILE="HeidiSQL_10.1.0.5464_Setup.exe"
+MD5="9e82f9dad7ff68b428d9928d6863f69c"
 
 POL_SetupWindow_Init
-POL_Debug_Init
+POL_SetupWindow_SetID 2651
 POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.heidisql.com/" "Tarulia" "$PREFIX"
 
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate
-Set_OS winxp
+Set_OS "win7"
 POL_Download "http://www.heidisql.com/installers/$FILE" "$MD5"
 
+POL_SetupWindow_message "WARNING!\n
+\n
+When asked to select a theme, make sure you select \"Use default Windows theme\", as WINE is not able to handle the \"Dark Material theme\"!\n
+\n
+If you are using a dark system theme, after the installation go to the WINE configuration and in the Staging tab select \"Enable GTK3 Theming\" (KDE users can change the GTK theme in System Settings > Application Style > GTK)\n
+\n
+GTK3 Theming may not be perfect however." "$TITLE"
+
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine "$FILE"
 
-POL_Shortcut "heidisql.exe" "$TITLE"
+POL_Shortcut "heidisql.exe" "$TITLE" "" "" "Development;Database"
 POL_SetupWindow_Close
 exit

New source code

#!/bin/bash
# Date : (2015-12-02 16-00)
# Last revision : (2019-03-29 19-30)
# Wine version used : system
# Distribution used to test : Fedora 29
# Author : Tarulia
# Script licence :
# Program licence : GPL
# Depend :
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="HeidiSQL"
PREFIX="heidisql"
FILE="HeidiSQL_10.1.0.5464_Setup.exe"
MD5="9e82f9dad7ff68b428d9928d6863f69c"

POL_SetupWindow_Init
POL_SetupWindow_SetID 2651
POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.heidisql.com/" "Tarulia" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate
Set_OS "win7"
POL_Download "http://www.heidisql.com/installers/$FILE" "$MD5"

POL_SetupWindow_message "WARNING!\n
\n
When asked to select a theme, make sure you select \"Use default Windows theme\", as WINE is not able to handle the \"Dark Material theme\"!\n
\n
If you are using a dark system theme, after the installation go to the WINE configuration and in the Staging tab select \"Enable GTK3 Theming\" (KDE users can change the GTK theme in System Settings > Application Style > GTK)\n
\n
GTK3 Theming may not be perfect however." "$TITLE"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "$FILE"

POL_Shortcut "heidisql.exe" "$TITLE" "" "" "Development;Database"
POL_SetupWindow_Close
exit

Antwoorden

Anonymous
Zaterdag 6 April 2019 om 15:34
I just noticed how smart I am, writing 2018 in the year like that... corrected :)
Anonymous
Zaterdag 11 Mei 2019 om 11:23
Nice update. Is the team here still active? Since that is not approved?
Zondag 30 Juni\ 2019 om 7:43
Approved. Note: For faster feedback do ask approval in the forum.
This script may need improvement : by allowing LOCAL installation (selecting a file downloaded by the user). See examples in other recent scripts.

Aangepast door mihawk90

Lluís Zondag 16 December 2018 om 19:48
Lluís Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -12,8 +12,8 @@
 
 TITLE="HeidiSQL"
 PREFIX="heidisql"
-FILE="HeidiSQL_9.3.0.4984_Setup.exe"
-MD5="f6d1ad1cd23a74e5fc4f20d3c1e4bb58"
+FILE="HeidiSQL_9.5.0.5196_Setup.exe"
+MD5="0c2f1f2f309e112925fbe01573a5c738"
 
 POL_SetupWindow_Init
 POL_Debug_Init

New source code

#!/bin/bash
# Date : (2015-12-02 16-00)
# Last revision : (2015-12-02 16-00)
# Wine version used : system
# Distribution used to test : Kubuntu 15.10
# Author : Tarulia
# Script licence :
# Program licence : GPL
# Depend :
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="HeidiSQL"
PREFIX="heidisql"
FILE="HeidiSQL_9.5.0.5196_Setup.exe"
MD5="0c2f1f2f309e112925fbe01573a5c738"

POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.heidisql.com/" "Tarulia" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate
Set_OS winxp
POL_Download "http://www.heidisql.com/installers/$FILE" "$MD5"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "$FILE"

POL_Shortcut "heidisql.exe" "$TITLE"
POL_SetupWindow_Close
exit

Antwoorden

Lluís Zondag 16 December 2018 om 19:45
Lluís Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -12,8 +12,8 @@
 
 TITLE="HeidiSQL"
 PREFIX="heidisql"
-FILE="HeidiSQL_9.3.0.4984_Setup.exe"
-MD5="f6d1ad1cd23a74e5fc4f20d3c1e4bb58"
+FILE="HeidiSQL_9.5.0.5196_Setup.exe"
+MD5="0c2f1f2f309e112925fbe01573a5c738"
 
 POL_SetupWindow_Init
 POL_Debug_Init

New source code

#!/bin/bash
# Date : (2015-12-02 16-00)
# Last revision : (2015-12-02 16-00)
# Wine version used : system
# Distribution used to test : Kubuntu 15.10
# Author : Tarulia
# Script licence :
# Program licence : GPL
# Depend :
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="HeidiSQL"
PREFIX="heidisql"
FILE="HeidiSQL_9.5.0.5196_Setup.exe"
MD5="0c2f1f2f309e112925fbe01573a5c738"

POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.heidisql.com/" "Tarulia" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate
Set_OS winxp
POL_Download "http://www.heidisql.com/installers/$FILE" "$MD5"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "$FILE"

POL_Shortcut "heidisql.exe" "$TITLE"
POL_SetupWindow_Close
exit

Antwoorden

powercat Maandag 5 Februari 2018 om 17:45
powercat Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Bericht

Added link to new setup file and changed md5 for new version as of HeidiSQL 9.5 (19 Dec 2017)

Differences

@@ -12,8 +12,8 @@
 
 TITLE="HeidiSQL"
 PREFIX="heidisql"
-FILE="HeidiSQL_9.3.0.4984_Setup.exe"
-MD5="f6d1ad1cd23a74e5fc4f20d3c1e4bb58"
+FILE="HeidiSQL_9.5.0.5196_Setup.exe"
+MD5="0c2f1f2f309e112925fbe01573a5c738"
 
 POL_SetupWindow_Init
 POL_Debug_Init

New source code

#!/bin/bash
# Date : (2015-12-02 16-00)
# Last revision : (2015-12-02 16-00)
# Wine version used : system
# Distribution used to test : Kubuntu 15.10
# Author : Tarulia
# Script licence :
# Program licence : GPL
# Depend :
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="HeidiSQL"
PREFIX="heidisql"
FILE="HeidiSQL_9.5.0.5196_Setup.exe"
MD5="0c2f1f2f309e112925fbe01573a5c738"

POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.heidisql.com/" "Tarulia" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate
Set_OS winxp
POL_Download "http://www.heidisql.com/installers/$FILE" "$MD5"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "$FILE"

POL_Shortcut "heidisql.exe" "$TITLE"
POL_SetupWindow_Close
exit

Antwoorden

Maandag 5 Februari 2018 om 18:00
Still work fine ?
Anonymous
Zondag 18 Februari 2018 om 20:40
It's working. I've installed a minute ago!
Jujubre Woensdag 15 November 2017 om 16:47
Jujubre Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Bericht

Current installer not aviable, here is 9.4 version.

Differences

@@ -12,8 +12,8 @@
 
 TITLE="HeidiSQL"
 PREFIX="heidisql"
-FILE="HeidiSQL_9.3.0.4984_Setup.exe"
-MD5="f6d1ad1cd23a74e5fc4f20d3c1e4bb58"
+FILE="HeidiSQL_9.4.0.5125_Setup.exe"
+MD5="468f82e7a7c5e8bf3c45c1e29c2ddfc8"
 
 POL_SetupWindow_Init
 POL_Debug_Init

New source code

#!/bin/bash
# Date : (2015-12-02 16-00)
# Last revision : (2015-12-02 16-00)
# Wine version used : system
# Distribution used to test : Kubuntu 15.10
# Author : Tarulia
# Script licence :
# Program licence : GPL
# Depend :
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="HeidiSQL"
PREFIX="heidisql"
FILE="HeidiSQL_9.4.0.5125_Setup.exe"
MD5="468f82e7a7c5e8bf3c45c1e29c2ddfc8"

POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.heidisql.com/" "Tarulia" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate
Set_OS winxp
POL_Download "http://www.heidisql.com/installers/$FILE" "$MD5"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "$FILE"

POL_Shortcut "heidisql.exe" "$TITLE"
POL_SetupWindow_Close
exit

Antwoorden

nexter Woensdag 7 Juni\ 2017 om 13:49
nexter Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Bericht

Submitting the latest version since HeidiSQL_9.3.0.4984_Setup.exe doesn't exist on the website any longer.

Differences

@@ -12,8 +12,8 @@
 
 TITLE="HeidiSQL"
 PREFIX="heidisql"
-FILE="HeidiSQL_9.3.0.4984_Setup.exe"
-MD5="f6d1ad1cd23a74e5fc4f20d3c1e4bb58"
+FILE="HeidiSQL_9.4.0.5125_Setup.exe"
+MD5="468f82e7a7c5e8bf3c45c1e29c2ddfc8"
 
 POL_SetupWindow_Init
 POL_Debug_Init

New source code

#!/bin/bash
# Date : (2015-12-02 16-00)
# Last revision : (2015-12-02 16-00)
# Wine version used : system
# Distribution used to test : Kubuntu 15.10
# Author : Tarulia
# Script licence :
# Program licence : GPL
# Depend :
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="HeidiSQL"
PREFIX="heidisql"
FILE="HeidiSQL_9.4.0.5125_Setup.exe"
MD5="468f82e7a7c5e8bf3c45c1e29c2ddfc8"

POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.heidisql.com/" "Tarulia" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate
Set_OS winxp
POL_Download "http://www.heidisql.com/installers/$FILE" "$MD5"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "$FILE"

POL_Shortcut "heidisql.exe" "$TITLE"
POL_SetupWindow_Close
exit

Antwoorden

Anonymous
Woensdag 7 Juni\ 2017 om 13:55
Oh, didn't update author, time and date...
Anonymous
Woensdag 7 Juni\ 2017 om 13:56
Time and date (revision) should be 2017-06-07 13-55
Anonymous
Maandag 3 Juli 2017 om 11:50
Hey, thanks for taking this over :) I just saw what might be the issue I had in my comment down below. You may want to update the download-link to httpS instead of http, since the website and downloadserver are on https now, they might block http connections in the future :)
Anonymous
Maandag 3 Juli 2017 om 11:51
On a sidenote, that file actually does still exist on their server, just that (as mentioned) http gives you a corrupt/wrong file (just an empty php), while the HTTPS link works fine.
mihawk90 Zaterdag 5 December 2015 om 23:22
mihawk90 Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Bericht

Missclicked and actually hit the Send button instead of the Code Spoiler yes

This is basically copy/paste from Mp3tag, except that I removed the LunaTheme download

Differences

@@ -0,0 +1,32 @@
+#!/bin/bash
+# Date : (2015-12-02 16-00)
+# Last revision : (2015-12-02 16-00)
+# Wine version used : system
+# Distribution used to test : Kubuntu 15.10
+# Author : Tarulia
+# Script licence :
+# Program licence : GPL
+# Depend :
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+TITLE="HeidiSQL"
+PREFIX="heidisql"
+FILE="HeidiSQL_9.3.0.4984_Setup.exe"
+MD5="f6d1ad1cd23a74e5fc4f20d3c1e4bb58"
+
+POL_SetupWindow_Init
+POL_Debug_Init
+POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.heidisql.com/" "Tarulia" "$PREFIX"
+
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate
+Set_OS winxp
+POL_Download "http://www.heidisql.com/installers/$FILE" "$MD5"
+
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine "$FILE"
+
+POL_Shortcut "heidisql.exe" "$TITLE"
+POL_SetupWindow_Close
+exit

New source code

#!/bin/bash
# Date : (2015-12-02 16-00)
# Last revision : (2015-12-02 16-00)
# Wine version used : system
# Distribution used to test : Kubuntu 15.10
# Author : Tarulia
# Script licence :
# Program licence : GPL
# Depend :
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="HeidiSQL"
PREFIX="heidisql"
FILE="HeidiSQL_9.3.0.4984_Setup.exe"
MD5="f6d1ad1cd23a74e5fc4f20d3c1e4bb58"

POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.heidisql.com/" "Tarulia" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate
Set_OS winxp
POL_Download "http://www.heidisql.com/installers/$FILE" "$MD5"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "$FILE"

POL_Shortcut "heidisql.exe" "$TITLE"
POL_SetupWindow_Close
exit

Antwoorden

Anonymous
Zondag 6 December 2015 om 16:45
Anyone else getting a download error? Running the script locally still works perfectly fine but when I install it from POL's repository it just gives me a download error...
Zondag 6 December 2015 om 20:48
Script seems to work for me, what can't it download?
Anonymous
Woensdag 9 December 2015 om 0:47
Well, it won't download the setup file, and the debug log doesn't tell me a lot... http://pastebin.com/24vPp7j9
Woensdag 9 December 2015 om 20:17
Can't browse http://www.heidisql.com/, I guess that's sufficient...
Anonymous
Donderdag 10 December 2015 om 0:23
Why would it work when run locally then tho? But yeah apparently right now the website is also down.. xD
Anonymous
Zaterdag 19 December 2015 om 3:59
I'm having download problem too. It says "An error happened during download. Do you want to retry?"
Anonymous
Donderdag 16 Februari 2017 om 2:12
It looks like the version of HeidiSQL in PoL's database is no longer offered for download on the HeidiSQL website.
mihawk90 Zaterdag 5 December 2015 om 23:20
mihawk90 Anonymous

Bericht

As suggested in https://www.playonlinux.com/en/topic-13596.html#m56306

Title: HeidiSQL

Description:

HeidiSQL, previously known as MySQL-Front, is a free and open source client, or frontend for MySQL (and for its forks like MariaDB and Percona Server), Microsoft SQL Server and PostgreSQL. HeidiSQL is developed by German programmer Ansgar Becker and a few other contributors in Delphi.

Its feature set is sufficient for most common and advanced database, table and data record operations, but it remains in active development to move towards the full functionality expected in a MySQL frontend.

Screenshots & Icons:

http://imgur.com/a/L5ps4

Antwoorden