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 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/09a8931f-6233-4dff-8f19-3d3b67ab9aa0n%40googlegroups.com.
