You are here
La Panthere Rose 2 - Destination Mystere
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks1 0 ScreenshotsSource 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:
ContributeMember | Message |
Dadu042 | Tuesday 28 January 2020 at 20:31 |
Dadu042
|
InformationThis 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 |
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