Vous êtes ici
La Panthere Rose 2 - Destination Mystere
Informations
Créateur | Messages |
---|---|
Quentin PÂRIS
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience1 0 Captures d'écranCode source#!/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:
ContribuerMembre | Messages |
Dadu042 | Mardi 28 Janvier 2020 à 20:31 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe 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 Nouveau code source#!/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 Réponses |
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