Command line tools via .msi

62 views
Skip to first unread message

Robert Macrobond

unread,
Oct 28, 2021, 9:43:58 AM10/28/21
to TortoiseSVN-dev
Hi all,
we are deploying SVN via msi package and it is installing by default without cli. How to add it silently?

is that possible with some switch like /q /norestart  ?

Robert Macrobond

unread,
Oct 28, 2021, 9:45:06 AM10/28/21
to TortoiseSVN-dev
Capture.PNG

Stefan

unread,
Oct 28, 2021, 11:00:52 AM10/28/21
to TortoiseSVN-dev
you can include any feature you like via command line like this:
msiexec /i install.msi ADDLOCAL=Feature1,Feature2

the command line client feature in TSVN is named "CLI", so add
ADDLOCAL=CLI
to the command line.

Robert Macrobond

unread,
Oct 28, 2021, 11:48:41 AM10/28/21
to TortoiseSVN-dev

ok so this works but install only CLI, how would be to install all features?
Capture.PNG

Robert Macrobond

unread,
Oct 28, 2021, 11:50:20 AM10/28/21
to TortoiseSVN-dev
nevermind, used ADDLOCAL=ALL and worked, thank you!

Stefan

unread,
Oct 28, 2021, 11:50:40 AM10/28/21
to TortoiseSVN-dev
check the source file here:

you can find all feature Ids in there.

Reply all
Reply to author
Forward
0 new messages