Vous êtes ici
POL_Install_xna31
Informations
| Créateur | Messages |
|---|---|
|
GNU_Raziel
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionInstall 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
|
InformationCette mise à jour a été acceptée par l'équipe Messageshttp > 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 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éponsesSamedi 5 Juin 2021 à 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