POL_Install_xna40

Informations

Créateur Messages
GNU_Raziel

Information

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

Informations

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

Retours d'expérience

Description

Install XNA Framework 4.0

This component does not work in 64-bit virtual drives

Code source

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

# Install dotnet40 if needed
if [ ! -e "$WINEPREFIX/drive_c/windows/Microsoft.NET/Framework/v4.0.30319/System.EnterpriseServices.dll" ]; then
        POL_Call POL_Install_dotnet40
fi

cd "$POL_USER_ROOT/ressources/"
# Downloading XNA 4.0
POL_Download_Resource "https://download.microsoft.com/download/A/C/2/AC2C903B-E6E8-42C2-9FD7-BEBAC362A930/xnafx40_redist.msi" "ff1c0202ab7147c9dfd34b582f1da13f"

# Installing XNA 4.0
POL_Wine msiexec /i "xnafx40_redist.msi" /quiet
POL_Wine_WaitExit "XNA 4.0"

Contributions

Filters:

Contribuer
Membre Messages
Yaotl Vendredi 4 Juin 2021 à 21:44
Yaotl Anonymous

Information

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

Messages

http > https
Hash value updated

Differences

@@ -1,7 +1,7 @@
 #!/bin/bash
 # PlayOnLinux Function
 # Date : (2010-02-08 21:00)
-# Last revision : (2012-02-28 21:00)
+# Last revision : (2021-06-04 21:43)
 # Author : Unknown - Updated by GNU_Raziel
 # Only For : http://www.playonlinux.com
 
@@ -12,7 +12,7 @@
 
 cd "$POL_USER_ROOT/ressources/"
 # Downloading XNA 4.0
-POL_Download_Resource "http://download.microsoft.com/download/A/C/2/AC2C903B-E6E8-42C2-9FD7-BEBAC362A930/xnafx40_redist.msi" "97c2eebb30c5a88c68c8f24f37183f1d"
+POL_Download_Resource "https://download.microsoft.com/download/A/C/2/AC2C903B-E6E8-42C2-9FD7-BEBAC362A930/xnafx40_redist.msi" "ff1c0202ab7147c9dfd34b582f1da13f"
 
 # Installing XNA 4.0
 POL_Wine msiexec /i "xnafx40_redist.msi" /quiet

Nouveau code source

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

# Install dotnet40 if needed
if [ ! -e "$WINEPREFIX/drive_c/windows/Microsoft.NET/Framework/v4.0.30319/System.EnterpriseServices.dll" ]; then
        POL_Call POL_Install_dotnet40
fi

cd "$POL_USER_ROOT/ressources/"
# Downloading XNA 4.0
POL_Download_Resource "https://download.microsoft.com/download/A/C/2/AC2C903B-E6E8-42C2-9FD7-BEBAC362A930/xnafx40_redist.msi" "ff1c0202ab7147c9dfd34b582f1da13f"

# Installing XNA 4.0
POL_Wine msiexec /i "xnafx40_redist.msi" /quiet
POL_Wine_WaitExit "XNA 4.0"

Réponses

Samedi 5 Juin 2021 à 0:16
Script approved.
apapujol145 Vendredi 4 Juin 2021 à 15:59
apapujol145 Anonymous

Messages

Hello,

Is there any news on this issue?

 

This is the error i am getting:

Error in POL_Download_Resource
MD5 sum mismatch ! (1 attempt)

The couse is the same is described in the above comment. 

Réponses

Vendredi 4 Juin 2021 à 20:01
https://wiki.playonlinux.com/index.php/Troubleshooting_Common_Problems#Error.21_Files_mismatch

 

OOps, the link is useless.  I'm fed up of fixing Microsoft evilness.
ddman47 Jeudi 27 Mai 2021 à 15:44
ddman47 Anonymous

Messages

It cannot be installed.

http://download.microsoft.com/download/A/C/2/AC2C903B-E6E8-42C2-9FD7-BEBAC362A930/xnafx40_redist.msi

Local: ff1c0202ab7147c9dfd34b582f1da13f
Server: 97c2eebb30c5a88c68c8f24f37183f1d

Réponses