Microsoft Freecell
Informations
Créateur | Messages |
---|---|
Quentin PÂRIS
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience1 0 DescriptionCard game from Microsoft Windows. Captures d'écranCode source#!/bin/bash # Date : (200x ?) # Last revision : see the changelog below # Wine version used : see the changelog below # Distribution used to test : Ubuntu 20.04 64 bits (Linux kernel v5.x). GPU: X # Author : Quentin Paris # Licence : Retail # Only For : http://www.playonlinux.com # # TESTED Editions: # # Middlewares used by this software : # # CHANGELOG # [Dadu042] (2022-03-13 10-00). # Fix download URL. # Update some old functions. # However the program did fail to run (crash) with Wine 7.0, 6.0.1, 5.0.3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Microsoft Freecell" WINEVERSION="4.0.4" EDITOR="Microsoft" EDITOR_URL="http://www.microsoft.com" PREFIX="MicrosoftFreecell" POL_SetupWindow_Init POL_Debug_Init POL_RequiredVersion "4.1.1" || POL_Debug_Fatal "PlayOnLinux 4.1.x required" POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" Set_OS "win98" mkdir -p "$WINEPREFIX/drive_c/FreeCell" cd "$WINEPREFIX/drive_c/FreeCell" || POL_Debug_Fatal "Unable to change directory" POL_Call POL_Install_LunaTheme POL_Download "http://ftpmirror.your.org/pub/misc/ftp.microsoft.com/Softlib/MSLFILES/PW1118.EXE" POL_Wine_WaitBefore "$TITLE" POL_System_unzip "PW1118.EXE" -d "$WINEPREFIX/drive_c/" POL_Shortcut "FREECELL.EXE" "$TITLE" "" "" "Game;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Dimanche 13 Mars 2022 à 22:46 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe MessagesSee changelog. Differences@@ -1,32 +1,52 @@ #!/bin/bash +# Date : (200x ?) +# Last revision : see the changelog below +# Wine version used : see the changelog below +# Distribution used to test : Ubuntu 20.04 64 bits (Linux kernel v5.x). GPU: X +# Author : Quentin Paris +# Licence : Retail +# Only For : http://www.playonlinux.com +# +# TESTED Editions: +# +# Middlewares used by this software : +# +# CHANGELOG +# [Dadu042] (2022-03-13 10-00). +# Fix download URL. +# Update some old functions. +# However the program did fail to run (crash) with Wine 7.0, 6.0.1, 5.0.3 + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + TITLE="Microsoft Freecell" -WINEVERSION="1.4" +WINEVERSION="4.0.4" EDITOR="Microsoft" EDITOR_URL="http://www.microsoft.com" PREFIX="MicrosoftFreecell" - + POL_SetupWindow_Init POL_Debug_Init - + POL_RequiredVersion "4.1.1" || POL_Debug_Fatal "PlayOnLinux 4.1.x required" - + POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX" - + POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" +Set_OS "win98" + mkdir -p "$WINEPREFIX/drive_c/FreeCell" cd "$WINEPREFIX/drive_c/FreeCell" || POL_Debug_Fatal "Unable to change directory" - + POL_Call POL_Install_LunaTheme -POL_System_wget "ftp://ftp.microsoft.com/softlib/MSLFILES/PW1118.EXE" "Win32s" +POL_Download "http://ftpmirror.your.org/pub/misc/ftp.microsoft.com/Softlib/MSLFILES/PW1118.EXE" POL_Wine_WaitBefore "$TITLE" -unzip "PW1118.EXE" - -POL_Shortcut "FREECELL.EXE" "$TITLE" - +POL_System_unzip "PW1118.EXE" -d "$WINEPREFIX/drive_c/" + +POL_Shortcut "FREECELL.EXE" "$TITLE" "" "" "Game;" + POL_SetupWindow_Close exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (200x ?) # Last revision : see the changelog below # Wine version used : see the changelog below # Distribution used to test : Ubuntu 20.04 64 bits (Linux kernel v5.x). GPU: X # Author : Quentin Paris # Licence : Retail # Only For : http://www.playonlinux.com # # TESTED Editions: # # Middlewares used by this software : # # CHANGELOG # [Dadu042] (2022-03-13 10-00). # Fix download URL. # Update some old functions. # However the program did fail to run (crash) with Wine 7.0, 6.0.1, 5.0.3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Microsoft Freecell" WINEVERSION="4.0.4" EDITOR="Microsoft" EDITOR_URL="http://www.microsoft.com" PREFIX="MicrosoftFreecell" POL_SetupWindow_Init POL_Debug_Init POL_RequiredVersion "4.1.1" || POL_Debug_Fatal "PlayOnLinux 4.1.x required" POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" Set_OS "win98" mkdir -p "$WINEPREFIX/drive_c/FreeCell" cd "$WINEPREFIX/drive_c/FreeCell" || POL_Debug_Fatal "Unable to change directory" POL_Call POL_Install_LunaTheme POL_Download "http://ftpmirror.your.org/pub/misc/ftp.microsoft.com/Softlib/MSLFILES/PW1118.EXE" POL_Wine_WaitBefore "$TITLE" POL_System_unzip "PW1118.EXE" -d "$WINEPREFIX/drive_c/" POL_Shortcut "FREECELL.EXE" "$TITLE" "" "" "Game;" POL_SetupWindow_Close exit 0 Réponses |
petch | Mardi 22 Décembre 2015 à 20:23 |
petch
|
MessagesWeird, it seems ftp.microsoft.com rejects passive connections: $ wget -v 'ftp://ftp.microsoft.com/softlib/MSLFILES/PW1118.EXE' --2015-12-22 20:21:51-- ftp://ftp.microsoft.com/softlib/MSLFILES/PW1118.EXE $ wget --no-passive-ftp 'ftp://ftp.microsoft.com/softlib/MSLFILES/PW1118.EXE' 100%[===================================================================================================================>] 2 530 739 236K/s ds 11s 2015-12-22 20:22:32 (216 KB/s) - «PW1118.EXE» enregistré [2530739]
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