La Panthere Rose 2 - Destination Mystere

Informations

Creator Message
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 9895
Wine: 2.22

Feedbacks

Screenshots

Miniature

Source code

#!/bin/bash
#
# CHANGELOG
# [Quentin Paris] (2009 ?)
#   Initial script.
# [Dadu042] (2020-01-27 23:30)
#   Wine 1.4 -> 2.22

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

TITLE="La Panthere Rose 2 - Destination Mystère"
PREFIX="PanthereRose2"
EDITEUR="Wanderlust Interactive"

#Presentation
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$EDITEUR" "" "Tinou" "$PREFIX"

POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "SETUP.EXE"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "2.22"

POL_System_CopyDirectory "$CDROM/INSTALL/" "$WINEPREFIX/drive_c/Panthere"

POL_System_TmpCreate "$PREFIX"
cd "$POL_System_TmpDir"
Set_OS "win95"
POL_System_TmpDelete

Set_Managed Off
POL_Shortcut "HPP.EXE" "$TITLE"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Message
Dadu042 Tuesday 28 January 2020 at 20:31
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,4 +1,11 @@
 #!/bin/bash
+#
+# CHANGELOG
+# [Quentin Paris] (2009 ?)
+#   Initial script.
+# [Dadu042] (2020-01-27 23:30)
+#   Wine 1.4 -> 2.22
+
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
@@ -14,13 +21,13 @@
 POL_SetupWindow_cdrom
 POL_SetupWindow_check_cdrom "SETUP.EXE"
 POL_Wine_SelectPrefix "$PREFIX"
-POL_Wine_PrefixCreate "1.4"
+POL_Wine_PrefixCreate "2.22"
 
 POL_System_CopyDirectory "$CDROM/INSTALL/" "$WINEPREFIX/drive_c/Panthere"
 
 POL_System_TmpCreate "$PREFIX"
 cd "$POL_System_TmpDir"
-Set_OS win95
+Set_OS "win95"
 POL_System_TmpDelete
 
 Set_Managed Off

New source code

#!/bin/bash
#
# CHANGELOG
# [Quentin Paris] (2009 ?)
#   Initial script.
# [Dadu042] (2020-01-27 23:30)
#   Wine 1.4 -> 2.22

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

TITLE="La Panthere Rose 2 - Destination Mystère"
PREFIX="PanthereRose2"
EDITEUR="Wanderlust Interactive"

#Presentation
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$EDITEUR" "" "Tinou" "$PREFIX"

POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "SETUP.EXE"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "2.22"

POL_System_CopyDirectory "$CDROM/INSTALL/" "$WINEPREFIX/drive_c/Panthere"

POL_System_TmpCreate "$PREFIX"
cd "$POL_System_TmpDir"
Set_OS "win95"
POL_System_TmpDelete

Set_Managed Off
POL_Shortcut "HPP.EXE" "$TITLE"

POL_SetupWindow_Close
exit 0

Replies