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

前端 未结 1 1324
孤街浪徒
孤街浪徒 2020-12-20 06:34

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 t

相关标签:
1条回答
  • 2020-12-20 07:00

    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
    
    0 讨论(0)
提交回复
热议问题