You are here
POL_Install_physx
Informations
Creator | Message |
---|---|
Berillions
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionInstall Nvidia's 'PhysX system software'. Source code#!/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:
ContributeMember | Message |
Yaotl | Tuesday 15 June 2021 at 6:29 |
Yaotl
|
InformationThis update has been approved by the team. 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 New source code#!/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" RepliesTuesday 15 June 2021 at 14:21
|
Yaotl | Wednesday 26 May 2021 at 20:53 |
Yaotl
|
WarningThis update has not been approved yet by the team. MessagePhysX 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 New source code#!/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" RepliesTuesday 1 June 2021 at 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