Unattended install with additional parameters

103 views
Skip to first unread message

Haxton Fale

unread,
Jun 2, 2021, 11:57:06 AM6/2/21
to TortoiseSVN
Hello! I tried looking at the docs and poking around the MSI itself, but I couldn't find any sort of answer:
I am trying to install TortoiseSVN in Docker. For testing reasons, I want to include the CLI executables since I don't really have a GUI I can use, but I do not know which of the values for the MSI I should pass when running msiexec.

Stefan

unread,
Jun 2, 2021, 12:04:56 PM6/2/21
to TortoiseSVN
to install msi from command line with selected features, run:
msiexec /i install.msi ADDLOCAL=Feature1,Feature2

you can discover the features either with the Orca too (part of the windows sdk), or by looking at the source:

so to include the CLI, use this:
msiexec /i TortoiseSVN-1.14.1.29085-x64-svn-1.14.1.msi ADDLOCAL=CLI

Haxton Fale

unread,
Jun 2, 2021, 12:06:53 PM6/2/21
to TortoiseSVN on behalf of Stefan

Thank you very much!

--
You received this message because you are subscribed to a topic in the Google Groups "TortoiseSVN" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tortoisesvn/_UzFlhgKvt0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tortoisesvn...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/09a8931f-6233-4dff-8f19-3d3b67ab9aa0n%40googlegroups.com.

 

Reply all
Reply to author
Forward
0 new messages