Je bent hier
POL_Install_xna31
Informatie
| Creator | Bericht |
|---|---|
|
GNU_Raziel
|
InformationThis installer has been approved by the team. InformatiePlatforms: Feedbacks0 0 OmschrijvingInstall XNA Framework 3.1 This component does not work in 64-bit virtual drives Broncode#!/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 | Bericht |
| Yaotl | Vrijdag 4 Juni\ 2021 om 22:30 |
Yaotl
|
InformationThis update has been approved by the team. Berichthttp > https 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" AntwoordenZaterdag 5 Juni\ 2021 om 0:15
|
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com