How can I install TortoiseSVN with commands using command line msiexec.exe?
问题 I need to create a command line that will install TortoiseSVN and include the Subversion command line utilities. What options on the msiexec.exe command line would tell the installer to include the command set? TortoiseSVN-1.9.3.27038-x64-svn-1.9.3.msi 回答1: Reference: https://groups.google.com/forum/#!topic/tortoisesvn/j1e_6v2IfPQ msiexec.exe /i TortoiseSVN-1.9.3.27038-x64-svn-1.9.3.msi /passive /norestart ADDLOCAL=ALL 来源: https://stackoverflow.com/questions/36988346/how-can-i-install