POL_Install_xna31

Informations

Creator Message
GNU_Raziel

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 60125
Wine: System

Feedbacks

Description

Install XNA Framework 3.1

This component does not work in 64-bit virtual drives

Source code

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

Contribute
Member Message
Yaotl Friday 4 June 2021 at 22:30
Yaotl Anonymous

Information

This update has been approved by the team.

Message

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

New source code

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

Replies

Saturday 5 June 2021 at 0:15
Script approved.