SQLyog Community

Informations

Creator Message
candido Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 6302
Wine: System

Feedbacks

Description

"SQLyog : The most complete and easy to use MySQL GUI".

Source code

#!/usr/bin/env playonlinux-bash


# http://wiki.playonlinux.com/index.php/Scripting_-_Chapter_1:_Getting_to_know_Bash

 

# https://s3.amazonaws.com/SQLyog_Community/SQLyog+12.4.3/SQLyog-12.4.3-0.x86Community.exe

 

POL_WIN_TITLE="Install SQLYog Community 12.4.3 - 32bits"


POL_URL_PROG="https://s3.amazonaws.com/SQLyog_Community/SQLyog+12.4.3/SQLyog-12.4.3-0.x86Community.exe"

 

[ "$PLAYONLINUX" = "" ] && exit 0


source "$PLAYONLINUX/lib/sources"


 


POL_SetupWindow_Init

 

POL_SetupWindow_message "Hello" "$POL_WIN_TITLE"

 

POL_SetupWindow_message "Download and install: $POL_URL_PROG" "$POL_WIN_TITLE"

 

POL_SetupWindow_InstallMethod "DOWNLOAD"

 

POL_System_TmpCreate "SQLyog-tmp"


cd "$POL_System_TmpDir"


POL_Download "$POL_URL_PROG" "1bbb01b2c8dbdc905cbfce3c64b40b42"

 

INSTALLER="$POL_System_TmpDir/SQLyog-12.4.3-0.x86Community.exe"

 

POL_Wine_SelectPrefix "SQLyogCommunity"


POL_Wine_PrefixCreate


 


POL_SetupWindow_wait "Installation in progress." "SQLyog community"


POL_Wine "$INSTALLER"


 


POL_System_TmpDelete


 


POL_Shortcut "SQLyogCommunity.exe" "SQLyog Community"

 

POL_SetupWindow_message "Goodbye" "Test"

 

POL_SetupWindow_Close


exit

Contributions

Filters:

Contribute
Member Message
Dadu042 Friday 10 May 2019 at 13:19
Dadu042

Information

This update has been approved by the team.

Message

Script posted by Candido. Script need standardization.

Differences

@@ -0,0 +1,93 @@
+#!/usr/bin/env playonlinux-bash
+
+
+# http://wiki.playonlinux.com/index.php/Scripting_-_Chapter_1:_Getting_to_know_Bash
+
+ 
+
+# https://s3.amazonaws.com/SQLyog_Community/SQLyog+12.4.3/SQLyog-12.4.3-0.x86Community.exe
+
+ 
+
+POL_WIN_TITLE="Install SQLYog Community 12.4.3 - 32bits"
+
+
+POL_URL_PROG="https://s3.amazonaws.com/SQLyog_Community/SQLyog+12.4.3/SQLyog-12.4.3-0.x86Community.exe"
+
+ 
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+
+
+source "$PLAYONLINUX/lib/sources"
+
+
+ 
+
+
+POL_SetupWindow_Init
+
+ 
+
+POL_SetupWindow_message "Hello" "$POL_WIN_TITLE"
+
+ 
+
+POL_SetupWindow_message "Download and install: $POL_URL_PROG" "$POL_WIN_TITLE"
+
+ 
+
+POL_SetupWindow_InstallMethod "DOWNLOAD"
+
+ 
+
+POL_System_TmpCreate "SQLyog-tmp"
+
+
+cd "$POL_System_TmpDir"
+
+
+POL_Download "$POL_URL_PROG" "1bbb01b2c8dbdc905cbfce3c64b40b42"
+
+ 
+
+INSTALLER="$POL_System_TmpDir/SQLyog-12.4.3-0.x86Community.exe"
+
+ 
+
+POL_Wine_SelectPrefix "SQLyogCommunity"
+
+
+POL_Wine_PrefixCreate
+
+
+ 
+
+
+POL_SetupWindow_wait "Installation in progress." "SQLyog community"
+
+
+POL_Wine "$INSTALLER"
+
+
+ 
+
+
+POL_System_TmpDelete
+
+
+ 
+
+
+POL_Shortcut "SQLyogCommunity.exe" "SQLyog Community"
+
+ 
+
+POL_SetupWindow_message "Goodbye" "Test"
+
+ 
+
+POL_SetupWindow_Close
+
+
+exit
\ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash


# http://wiki.playonlinux.com/index.php/Scripting_-_Chapter_1:_Getting_to_know_Bash

 

# https://s3.amazonaws.com/SQLyog_Community/SQLyog+12.4.3/SQLyog-12.4.3-0.x86Community.exe

 

POL_WIN_TITLE="Install SQLYog Community 12.4.3 - 32bits"


POL_URL_PROG="https://s3.amazonaws.com/SQLyog_Community/SQLyog+12.4.3/SQLyog-12.4.3-0.x86Community.exe"

 

[ "$PLAYONLINUX" = "" ] && exit 0


source "$PLAYONLINUX/lib/sources"


 


POL_SetupWindow_Init

 

POL_SetupWindow_message "Hello" "$POL_WIN_TITLE"

 

POL_SetupWindow_message "Download and install: $POL_URL_PROG" "$POL_WIN_TITLE"

 

POL_SetupWindow_InstallMethod "DOWNLOAD"

 

POL_System_TmpCreate "SQLyog-tmp"


cd "$POL_System_TmpDir"


POL_Download "$POL_URL_PROG" "1bbb01b2c8dbdc905cbfce3c64b40b42"

 

INSTALLER="$POL_System_TmpDir/SQLyog-12.4.3-0.x86Community.exe"

 

POL_Wine_SelectPrefix "SQLyogCommunity"


POL_Wine_PrefixCreate


 


POL_SetupWindow_wait "Installation in progress." "SQLyog community"


POL_Wine "$INSTALLER"


 


POL_System_TmpDelete


 


POL_Shortcut "SQLyogCommunity.exe" "SQLyog Community"

 

POL_SetupWindow_message "Goodbye" "Test"

 

POL_SetupWindow_Close


exit

Replies

Edited by Dadu042

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com