Last active
September 14, 2018 15:09
-
-
Save nooperpudd/4a57d8ee751f5817721ea2523b55caf3 to your computer and use it in GitHub Desktop.
install msi powershelgl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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