Vous êtes ici
Microsoft 3D Pinball - Space Cadet
Informations
Créateur | Messages |
---|---|
Quentin PÂRIS
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionCaptures d'écranCode source#!/bin/bash ## Note for the future: Could also be installed with XP SP2 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Microsoft Pinball" WINEVERSION="1.7.37" EDITOR="Microsoft" EDITOR_URL="http://www.microsoft.com" PREFIX="MicrosoftPinball" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" cd "$WINEPREFIX/drive_c/" || POL_Debug_Fatal "Unable to change directory" POL_Call POL_Install_LunaTheme POL_Download "https://www.dropbox.com/s/2qgtjp7lyegps1w/3d_pinball_for_windows_-_space_cadet.exe?dl=1" "2670a7ecdab26460f5217ffe43ba4279" mv "3d_pinball_for_windows_-_space_cadet.exe?dl=1" "3d_pinball_for_windows_-_space_cadet.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "3d_pinball_for_windows_-_space_cadet.exe" POL_Shortcut "PINBALL.EXE" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Quentin PÂRIS | Lundi 25 Mai 2015 à 1:12 |
Quentin PÂRIS
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -6,7 +6,7 @@ source "$PLAYONLINUX/lib/sources" TITLE="Microsoft Pinball" -WINEVERSION="1.4" +WINEVERSION="1.7.37" EDITOR="Microsoft" EDITOR_URL="http://www.microsoft.com" PREFIX="MicrosoftPinball" @@ -23,7 +23,8 @@ cd "$WINEPREFIX/drive_c/" || POL_Debug_Fatal "Unable to change directory" POL_Call POL_Install_LunaTheme -POL_Download "http://mspinball.weebly.com/uploads/4/3/7/3/4373639/3d_pinball_for_windows_-_space_cadet.exe" "2670a7ecdab26460f5217ffe43ba4279" +POL_Download "https://www.dropbox.com/s/2qgtjp7lyegps1w/3d_pinball_for_windows_-_space_cadet.exe?dl=1" "2670a7ecdab26460f5217ffe43ba4279" +mv "3d_pinball_for_windows_-_space_cadet.exe?dl=1" "3d_pinball_for_windows_-_space_cadet.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "3d_pinball_for_windows_-_space_cadet.exe" Nouveau code source#!/bin/bash ## Note for the future: Could also be installed with XP SP2 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Microsoft Pinball" WINEVERSION="1.7.37" EDITOR="Microsoft" EDITOR_URL="http://www.microsoft.com" PREFIX="MicrosoftPinball" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" cd "$WINEPREFIX/drive_c/" || POL_Debug_Fatal "Unable to change directory" POL_Call POL_Install_LunaTheme POL_Download "https://www.dropbox.com/s/2qgtjp7lyegps1w/3d_pinball_for_windows_-_space_cadet.exe?dl=1" "2670a7ecdab26460f5217ffe43ba4279" mv "3d_pinball_for_windows_-_space_cadet.exe?dl=1" "3d_pinball_for_windows_-_space_cadet.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "3d_pinball_for_windows_-_space_cadet.exe" POL_Shortcut "PINBALL.EXE" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesLundi 25 September 2017 à 19:21
Edité par Tinou |
petch | Dimanche 24 Mai 2015 à 20:11 |
petch
|
Messages404, the download URL is gone? 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