Skip to content

Instantly share code, notes, and snippets.

@Hoikas
Last active December 17, 2015 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hoikas/d2a7c86cdd770c77255d to your computer and use it in GitHub Desktop.
Save Hoikas/d2a7c86cdd770c77255d to your computer and use it in GitHub Desktop.
OutFile "PhysX_Setup.exe"
RequestExecutionLevel admin
Function .onInit
SetSilent silent
FunctionEnd
Section HAX
SetOutPath $TEMP
File "PhysX-9.12.1031-SystemSoftware-Legacy.msi"
ExecWait "msiexec /i $TEMP\PhysX-9.12.1031-SystemSoftware-Legacy.msi /qr /norestart"
Delete "$TEMP\PhysX-9.12.1031-SystemSoftware-Legacy.msi"
SectionEnd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment