Skip to content

Instantly share code, notes, and snippets.

@polarnik
Created December 29, 2014 06:17
Show Gist options
  • Save polarnik/ced24c8fda55c04575a5 to your computer and use it in GitHub Desktop.
Save polarnik/ced24c8fda55c04575a5 to your computer and use it in GitHub Desktop.
@rem %~dp0 - current directory
@rem /L*v - log verbose
@rem 7z920.msi - install package
@rem 7z920.log - install log
msiexec.exe /i "%~dp07z920.msi" /L*v "%~dp07z920.log"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment