POL_Install_physx
Informations
Créateur | Messages |
---|---|
Berillions
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionInstall Nvidia's 'PhysX system software'. Code source#!/bin/bash # Date : Unkown # Last revision : (2021-06-15 06:29) # Author : unknown # Updated by : GNU_Raziel & Yaotl # Only For : http://www.playonlinux.com # Downloading phyx POL_Download_Resource "https://us.download.nvidia.com/Windows/9.19.0218/PhysX-9.19.0218-SystemSoftware.exe" "5114bf28a575264366c1ad0f5fe76fd0" # Installing phyx POL_Wine start /unix "PhysX-9.19.0218-SystemSoftware.exe" /s POL_Wine_WaitExit "PhysX" |
Contributions
Filters:
ContribuerMembre | Messages |
Yaotl | Mardi 15 Juin 2021 à 6:29 |
Yaotl
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,6 +1,6 @@ #!/bin/bash # Date : Unkown -# Last revision : (2021-05-26 20:48) +# Last revision : (2021-06-15 06:29) # Author : unknown # Updated by : GNU_Raziel & Yaotl # Only For : http://www.playonlinux.com @@ -9,5 +9,5 @@ POL_Download_Resource "https://us.download.nvidia.com/Windows/9.19.0218/PhysX-9.19.0218-SystemSoftware.exe" "5114bf28a575264366c1ad0f5fe76fd0" # Installing phyx -POL_Wine "PhysX-9.19.0218-SystemSoftware.exe" /s +POL_Wine start /unix "PhysX-9.19.0218-SystemSoftware.exe" /s POL_Wine_WaitExit "PhysX" \ No newline at end of file Nouveau code source#!/bin/bash # Date : Unkown # Last revision : (2021-06-15 06:29) # Author : unknown # Updated by : GNU_Raziel & Yaotl # Only For : http://www.playonlinux.com # Downloading phyx POL_Download_Resource "https://us.download.nvidia.com/Windows/9.19.0218/PhysX-9.19.0218-SystemSoftware.exe" "5114bf28a575264366c1ad0f5fe76fd0" # Installing phyx POL_Wine start /unix "PhysX-9.19.0218-SystemSoftware.exe" /s POL_Wine_WaitExit "PhysX" RéponsesMardi 15 Juin 2021 à 14:21
|
Yaotl | Mercredi 26 Mai 2021 à 20:53 |
Yaotl
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesPhysX Version 9.12.0213 > 9.19.0218 Differences@@ -1,13 +1,13 @@ #!/bin/bash # Date : Unkown -# Last revision : (2012-03-04 21:00) +# Last revision : (2021-05-26 20:48) # Author : unknown -# Updated by : GNU_Raziel +# Updated by : GNU_Raziel & Yaotl # Only For : http://www.playonlinux.com # Downloading phyx -POL_Download_Resource "http://us.download.nvidia.com/Windows/9.12.0213/PhysX-9.12.0213-SystemSoftware.msi" "d8e56999ef78f246a11771b9f1cc48c0" +POL_Download_Resource "https://us.download.nvidia.com/Windows/9.19.0218/PhysX-9.19.0218-SystemSoftware.exe" "5114bf28a575264366c1ad0f5fe76fd0" # Installing phyx -POL_Wine msiexec /i "PhysX-9.12.0213-SystemSoftware.msi" /q +POL_Wine "PhysX-9.19.0218-SystemSoftware.exe" /s POL_Wine_WaitExit "PhysX" \ No newline at end of file Nouveau code source#!/bin/bash # Date : Unkown # Last revision : (2021-05-26 20:48) # Author : unknown # Updated by : GNU_Raziel & Yaotl # Only For : http://www.playonlinux.com # Downloading phyx POL_Download_Resource "https://us.download.nvidia.com/Windows/9.19.0218/PhysX-9.19.0218-SystemSoftware.exe" "5114bf28a575264366c1ad0f5fe76fd0" # Installing phyx POL_Wine "PhysX-9.19.0218-SystemSoftware.exe" /s POL_Wine_WaitExit "PhysX" RéponsesMardi 1 Juin 2021 à 9:32
|
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