Skip to main content

Posts

Showing posts with the label TortoiseGit

Silent Installation of TortoiseGit 2.4.0.2

What is It? TortoiseGit provides overlay icons showing the file status, a powerful context menu for Git and much more! The source is  ava ilab le for dow nload  here . How to Install Silently? To Install: Step 1:  Download the source from  web  and get the installer "TortoiseGit-2.4.0.2-64bit.msi" Step 2:  Run following command: msiexec.exe TortoiseGit-2.4.0.2-64bit.msi  /i /qn /norestart                 /qn: for silent installation                 /i: to install the Windows Installer                 /norestart: suppresses any restart or its prompt at the end of or during install. To Uninstall: Run following command: "msiexec.exe" /x  {48F51D96-6216-47E6-A8E8-1A4EF27AFDCC} /qn /norestart Additional Notes: Above mentioned install/uninstall instructions are created based on versi...