POL_Install_xna40

Informations

Creator Message
GNU_Raziel

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 110666
Wine: System

Feedbacks

Description

Install XNA Framework 4.0

This component does not work in 64-bit virtual drives

Source code

#!/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:

Contribute
Member Message
Yaotl Friday 4 June 2021 at 21:44
Yaotl Anonymous

Information

This update has been approved by the team.

Message

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

New source code

#!/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"

Replies

Saturday 5 June 2021 at 0:16
Script approved.
apapujol145 Friday 4 June 2021 at 15:59
apapujol145 Anonymous

Message

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. 

Replies

Friday 4 June 2021 at 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 Thursday 27 May 2021 at 15:44
ddman47 Anonymous

Message

It cannot be installed.

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

Local: ff1c0202ab7147c9dfd34b582f1da13f
Server: 97c2eebb30c5a88c68c8f24f37183f1d

Replies