POL_Install_physx_legacy

Informations

Creator Message
Yaotl Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 4944
Wine: System

Feedbacks

Description

Install Nvidia's 'PhysX Legacy System Software'.

Required for games released around the end of 2007 and earlier.
More info: https://www.nvidia.com/en-us/drivers/physx/physx-9-13-0604-legacy-driver/

Source code

#!/usr/bin/env playonlinux-bash
# Date : (2021-05-26 20-57)
# Last revision : (2021-05-26 21-20)
# Author : Yaotl
# Script licence : GPL3

# Download PhysX Legacy
POL_Download_Resource "https://us.download.nvidia.com/Windows/9.13.0604/PhysX-9.13.0604-SystemSoftware-Legacy.msi" "c73bd5c9631735b8c2d071aa05a7b598"

# Installing PhysX Legacy
POL_Wine msiexec /i "PhysX-9.13.0604-SystemSoftware-Legacy.msi" /q
POL_Wine_WaitExit "PhysX Legacy"

Contributions

Filters:

Contribute
Member Message
Yaotl Wednesday 26 May 2021 at 21:25
Yaotl Anonymous

Information

This update has been approved by the team.

Differences

@@ -0,0 +1,12 @@
+#!/usr/bin/env playonlinux-bash
+# Date : (2021-05-26 20-57)
+# Last revision : (2021-05-26 21-20)
+# Author : Yaotl
+# Script licence : GPL3
+
+# Download PhysX Legacy
+POL_Download_Resource "https://us.download.nvidia.com/Windows/9.13.0604/PhysX-9.13.0604-SystemSoftware-Legacy.msi" "c73bd5c9631735b8c2d071aa05a7b598"
+
+# Installing PhysX Legacy
+POL_Wine msiexec /i "PhysX-9.13.0604-SystemSoftware-Legacy.msi" /q
+POL_Wine_WaitExit "PhysX Legacy"
\ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash
# Date : (2021-05-26 20-57)
# Last revision : (2021-05-26 21-20)
# Author : Yaotl
# Script licence : GPL3

# Download PhysX Legacy
POL_Download_Resource "https://us.download.nvidia.com/Windows/9.13.0604/PhysX-9.13.0604-SystemSoftware-Legacy.msi" "c73bd5c9631735b8c2d071aa05a7b598"

# Installing PhysX Legacy
POL_Wine msiexec /i "PhysX-9.13.0604-SystemSoftware-Legacy.msi" /q
POL_Wine_WaitExit "PhysX Legacy"

Replies

Tuesday 1 June 2021 at 9:31
script approved