Skip to content

Instantly share code, notes, and snippets.

@pfmoore
Created January 14, 2015 16:47
Show Gist options
  • Select an option

  • Save pfmoore/310741ec8fd4b7618d00 to your computer and use it in GitHub Desktop.

Select an option

Save pfmoore/310741ec8fd4b7618d00 to your computer and use it in GitHub Desktop.

TortoiseHG Silent Install Features

  • MainProgram
  • Locales
  • ShellExtensionX64
  • ShellExtensionX86
  • ThgDocumentation
  • KDiff3
  • SSHUtils
  • Misc
start-process -Wait -FilePath msiexec.exe -ArgumentList "/i","tortoisehg-3.2.3-x64.msi",
    "ADDLOCAL=MainProgram",
    "REMOVE=Locales,ShellExtensionX64,ShellExtensionX86,ThgDocumentation,KDiff3,SSHUtils,Misc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment