You are here
Microsoft 3D Pinball - Space Cadet
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionScreenshotsSource code#!/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:
ContributeMember | Message |
Quentin PÂRIS | Monday 25 May 2015 at 1:12 |
Quentin PÂRIS
|
InformationThis update has been approved by the team. 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" New source code#!/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 RepliesMonday 25 September 2017 at 19:21
Edited by Tinou |
petch | Sunday 24 May 2015 at 20:11 |
petch
|
Message404, the download URL is gone? 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