POL_Install_xna40
Informations
Créateur | Messages |
---|---|
GNU_Raziel
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionInstall 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:
ContribuerMembre | Messages |
Yaotl | Vendredi 4 Juin 2021 à 21:44 |
Yaotl
|
InformationCette mise à jour a été acceptée par l'équipe Messageshttp > https 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éponsesSamedi 5 Juin 2021 à 0:16
|
apapujol145 | Vendredi 4 Juin 2021 à 15:59 |
apapujol145
|
MessagesHello, Is there any news on this issue?
This is the error i am getting: Error in POL_Download_Resource The couse is the same is described in the above comment. RéponsesVendredi 4 Juin 2021 à 20:01
|
ddman47 | Jeudi 27 Mai 2021 à 15:44 |
ddman47
|
MessagesIt cannot be installed. http://download.microsoft.com/download/A/C/2/AC2C903B-E6E8-42C2-9FD7-BEBAC362A930/xnafx40_redist.msi Local: ff1c0202ab7147c9dfd34b582f1da13f Réponses |
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