How can I install TortoiseSVN with commands using command line msiexec.exe?

早过忘川 提交于 2019-11-28 06:15:55

问题


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-tortoisesvn-with-commands-using-command-line-msiexec-exe

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!