POL_Install_physx

Informations

Creator Message
Berillions

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 491729
Wine: System

Feedbacks

Description

Install 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:

Contribute
Member Message
Yaotl Tuesday 15 June 2021 at 6:29
Yaotl Anonymous

Information

This 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"

Replies

Tuesday 15 June 2021 at 14:21
Script approved.
Yaotl Wednesday 26 May 2021 at 20:53
Yaotl Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

PhysX Version 9.12.0213 > 9.19.0218
Setup .msi > .exe

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"

Replies

Tuesday 1 June 2021 at 9:32
script approved.