Guide 9

Informations

Creator Message
almukantarat Anonymous

Warning

This installer is a beta script. It means that it might not work as expected

Informations

Platforms:
Downloads: 3368
Wine: 2.22

Feedbacks

Description

Astronomical software.

Editor: Project Pluto. Appdb.winehq.org

Source code

#!/bin/bash
# Last revision : (2014-09-24)
# Wine version used : 1.6.2, 2.22
# Author : almukantarat
# License : GNU/GPL v3

# CHANGELOG
# [almukantarat] (2014)
#   First script.
# [Dadu042] (201x)
#   Wine 1.6.2 -> 2.22


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Guide 9"
PREFIX="guide9"
WORKING_WINE_VERSION="2.22"

POL_SetupWindow_Init
POL_SetupWindow_presentation "$TITLE" "Project Pluto" "http://www.projectpluto.com/" "almukantarat" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
POL_SetupWindow_InstallMethod "LOCAL"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup.exe file to run')" "$TITLE"
SETUP_EXE="$APP_ANSWER"
POL_Wine $SETUP_EXE

POL_Shortcut "guide9.exe" "$TITLE"

POL_SetupWindow_Close

exit

Contributions

Filters:

Contribute
Member Message
Dadu042 Thursday 14 November 2019 at 16:09
Dadu042

Information

This update has been approved by the team.

Message

Wine 1.6.2 ->2 .22

Differences

@@ -1,15 +1,22 @@
 #!/bin/bash
 # Last revision : (2014-09-24)
-# Wine version used : 1.6.2
+# Wine version used : 1.6.2, 2.22
 # Author : almukantarat
 # License : GNU/GPL v3
 
+# CHANGELOG
+# [almukantarat] (2014)
+#   First script.
+# [Dadu042] (201x)
+#   Wine 1.6.2 -> 2.22
+
+
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
-TITLE="Guide 9.0"
+TITLE="Guide 9"
 PREFIX="guide9"
-WORKING_WINE_VERSION="1.6.2"
+WORKING_WINE_VERSION="2.22"
 
 POL_SetupWindow_Init
 POL_SetupWindow_presentation "$TITLE" "Project Pluto" "http://www.projectpluto.com/" "almukantarat" "$PREFIX"

New source code

#!/bin/bash
# Last revision : (2014-09-24)
# Wine version used : 1.6.2, 2.22
# Author : almukantarat
# License : GNU/GPL v3

# CHANGELOG
# [almukantarat] (2014)
#   First script.
# [Dadu042] (201x)
#   Wine 1.6.2 -> 2.22


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Guide 9"
PREFIX="guide9"
WORKING_WINE_VERSION="2.22"

POL_SetupWindow_Init
POL_SetupWindow_presentation "$TITLE" "Project Pluto" "http://www.projectpluto.com/" "almukantarat" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
POL_SetupWindow_InstallMethod "LOCAL"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup.exe file to run')" "$TITLE"
SETUP_EXE="$APP_ANSWER"
POL_Wine $SETUP_EXE

POL_Shortcut "guide9.exe" "$TITLE"

POL_SetupWindow_Close

exit

Replies

Dadu042 Sunday 2 June 2019 at 15:06
Dadu042

Warning

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

Message

Script moved.

Differences

@@ -0,0 +1,29 @@
+#!/bin/bash
+# Last revision : (2014-09-24)
+# Wine version used : 1.6.2
+# Author : almukantarat
+# License : GNU/GPL v3
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+TITLE="Guide 9.0"
+PREFIX="guide9"
+WORKING_WINE_VERSION="1.6.2"
+
+POL_SetupWindow_Init
+POL_SetupWindow_presentation "$TITLE" "Project Pluto" "http://www.projectpluto.com/" "almukantarat" "$PREFIX"
+
+POL_Wine_SelectPrefix "$PREFIX"
+POL_System_SetArch "x86"
+POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
+POL_SetupWindow_InstallMethod "LOCAL"
+POL_SetupWindow_browse "$(eval_gettext 'Please select the setup.exe file to run')" "$TITLE"
+SETUP_EXE="$APP_ANSWER"
+POL_Wine $SETUP_EXE
+
+POL_Shortcut "guide9.exe" "$TITLE"
+
+POL_SetupWindow_Close
+
+exit
\ No newline at end of file

New source code

#!/bin/bash
# Last revision : (2014-09-24)
# Wine version used : 1.6.2
# Author : almukantarat
# License : GNU/GPL v3

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Guide 9.0"
PREFIX="guide9"
WORKING_WINE_VERSION="1.6.2"

POL_SetupWindow_Init
POL_SetupWindow_presentation "$TITLE" "Project Pluto" "http://www.projectpluto.com/" "almukantarat" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
POL_SetupWindow_InstallMethod "LOCAL"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup.exe file to run')" "$TITLE"
SETUP_EXE="$APP_ANSWER"
POL_Wine $SETUP_EXE

POL_Shortcut "guide9.exe" "$TITLE"

POL_SetupWindow_Close

exit

Replies

Quentin PÂRIS Wednesday 24 September 2014 at 12:04
Quentin PÂRIS Anonymous

Message

The description is not the right place to put your code. Can you send it more properly? Thank you

Replies

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