Install software
I have a Windows 8.1 app which uses the MS multi language toolkit (https://dev.windows.com/en-us/develop/multilingual-app-toolkit). I will require this on the build server for a successful build, how do we go about doing that?
Thanks
Stuart
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Feodor Fitsner on 17 Jul, 2015 03:23 PM
Hi Stuart,
If the installer is relatively small and allows silent installation you can use a script to install missing dependencies during the build. For example install PS script for English multi-language toolkit looks like:
It worked pretty well and took only 20-30 sec to install.
You can capture exact download URL using Fiddler.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:58 AM.