Thank you very much! From: Stefan via 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: 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/810C9307-635B-460F-8576-7FFF21B43A45%40hxcore.ol. |
- Unattended install with additional parameters Haxton Fale via TortoiseSVN
- Re: Unattended install with additional pa... Stefan via TortoiseSVN
- RE: Unattended install with additiona... TortoiseSVN
