Skip to content

Instantly share code, notes, and snippets.

@nooperpudd
Last active September 14, 2018 15:09
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 nooperpudd/4a57d8ee751f5817721ea2523b55caf3 to your computer and use it in GitHub Desktop.
Save nooperpudd/4a57d8ee751f5817721ea2523b55caf3 to your computer and use it in GitHub Desktop.
install msi powershelgl
Start-Process -FilePath 'msiexec.exe' -ArgumentList '/qn /log c:\Users\aaa\Desktop\a.log /i C:\Users\aaa\Desktop\HDF5-1.10.3-win64.msi INSTALL_ROOT=C:\hdf5' -Wait -Passthru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment