Thank you very much!

 

From: Stefan via TortoiseSVN
Sent: 02 June 2021 17:05
To: TortoiseSVN
Subject: Re: Unattended install with additional parameters

 

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:

https://svn.osdn.net/svnroot/tortoisesvn/trunk/src/TortoiseSVNSetup/FeaturesFragment.wxs

 

so to include the CLI, use this:

msiexec /i TortoiseSVN-1.14.1.29085-x64-svn-1.14.1.msi ADDLOCAL=CLI

 

--
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 [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/09a8931f-6233-4dff-8f19-3d3b67ab9aa0n%40googlegroups.com.

 

--
You received this message because you are subscribed to the Google Groups "TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/810C9307-635B-460F-8576-7FFF21B43A45%40hxcore.ol.

Reply via email to