POL_Install_xna31

Informations

Créateur Messages
GNU_Raziel

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 60126
Wine: System

Retours d'expérience

Description

Install XNA Framework 3.1

This component does not work in 64-bit virtual drives

Code source

#!/bin/bash
# PlayOnLinux Function
# Date : (2010-12-18 21:00)
# Last revision : (2021-06-04 22:29)
# Author : Unknown - Updated by GNU_Raziel
# Only For : http://www.playonlinux.com

# Install dotnet20 if needed
if [ ! -e "$WINEPREFIX/drive_c/windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll" ]; then
        POL_Call POL_Install_dotnet20
fi

cd "$POL_USER_ROOT/ressources"
# Downloading XNA 3.1
POL_Download_Resource "https://download.microsoft.com/download/5/9/1/5912526C-B950-4662-99B6-119A83E60E5C/xnafx31_redist.msi" "6920657429e3cd8faaf472844eb5694b"

# Installing XNA 3.1
POL_Wine msiexec /i "xnafx31_redist.msi" /quiet
POL_Wine_WaitExit "XNA 3.1"

Contributions

Filters:

Contribuer
Membre Messages
Yaotl Vendredi 4 Juin 2021 à 22:30
Yaotl Anonymous

Information

Cette mise à jour a été acceptée par l'équipe

Messages

http > https
Hash updated

Differences

@@ -1,7 +1,7 @@
 #!/bin/bash
 # PlayOnLinux Function
 # Date : (2010-12-18 21:00)
-# Last revision : (2012-02-28 21:00)
+# Last revision : (2021-06-04 22:29)
 # Author : Unknown - Updated by GNU_Raziel
 # Only For : http://www.playonlinux.com
 
@@ -12,7 +12,7 @@
 
 cd "$POL_USER_ROOT/ressources"
 # Downloading XNA 3.1
-POL_Download_Resource "http://download.microsoft.com/download/5/9/1/5912526C-B950-4662-99B6-119A83E60E5C/xnafx31_redist.msi" "52873853e4981d5b9147c93472bb4ee7"
+POL_Download_Resource "https://download.microsoft.com/download/5/9/1/5912526C-B950-4662-99B6-119A83E60E5C/xnafx31_redist.msi" "6920657429e3cd8faaf472844eb5694b"
 
 # Installing XNA 3.1
 POL_Wine msiexec /i "xnafx31_redist.msi" /quiet

Nouveau code source

#!/bin/bash
# PlayOnLinux Function
# Date : (2010-12-18 21:00)
# Last revision : (2021-06-04 22:29)
# Author : Unknown - Updated by GNU_Raziel
# Only For : http://www.playonlinux.com

# Install dotnet20 if needed
if [ ! -e "$WINEPREFIX/drive_c/windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll" ]; then
        POL_Call POL_Install_dotnet20
fi

cd "$POL_USER_ROOT/ressources"
# Downloading XNA 3.1
POL_Download_Resource "https://download.microsoft.com/download/5/9/1/5912526C-B950-4662-99B6-119A83E60E5C/xnafx31_redist.msi" "6920657429e3cd8faaf472844eb5694b"

# Installing XNA 3.1
POL_Wine msiexec /i "xnafx31_redist.msi" /quiet
POL_Wine_WaitExit "XNA 3.1"

Réponses

Samedi 5 Juin 2021 à 0:15
Script approved.