Microsoft Spider Solitaire

Informations

Creator Message
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 50720
Wine: 1.7.25

Feedbacks

Screenshots

Miniature

Source code

#!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Microsoft Spider Solitaire"
WINEVERSION="1.7.25"
EDITOR="Microsoft"
EDITOR_URL="http://www.microsoft.com"
PREFIX="MicrosoftSpider"

POL_SetupWindow_Init
POL_Debug_Init


POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

POL_Call POL_Install_LunaTheme

cd "$WINEPREFIX/drive_c/" || POL_Debug_Fatal "Unable to change directory"
POL_Call POL_SP2_Extract spider.exe

POL_Shortcut "spider.exe"  "$TITLE"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Message
Quentin PÂRIS Tuesday 26 August 2014 at 2:01
Quentin PÂRIS Anonymous

Information

This update has been approved by the team.

Differences

@@ -3,7 +3,7 @@
 source "$PLAYONLINUX/lib/sources"
 
 TITLE="Microsoft Spider Solitaire"
-WINEVERSION="1.4"
+WINEVERSION="1.7.25"
 EDITOR="Microsoft"
 EDITOR_URL="http://www.microsoft.com"
 PREFIX="MicrosoftSpider"

New source code

#!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Microsoft Spider Solitaire"
WINEVERSION="1.7.25"
EDITOR="Microsoft"
EDITOR_URL="http://www.microsoft.com"
PREFIX="MicrosoftSpider"

POL_SetupWindow_Init
POL_Debug_Init


POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

POL_Call POL_Install_LunaTheme

cd "$WINEPREFIX/drive_c/" || POL_Debug_Fatal "Unable to change directory"
POL_Call POL_SP2_Extract spider.exe

POL_Shortcut "spider.exe"  "$TITLE"

POL_SetupWindow_Close
exit 0

Replies

Anonymous
Tuesday 2 February 2016 at 19:11
Invalid link download microsoft spider.
Tuesday 2 February 2016 at 19:59
Related to https://www.playonlinux.com/en/issue-5214.html