multibyte MFC library for VisualStudio 2013

Craig 's Avatar

Craig

13 Jul, 2015 10:49 PM

is it possible to install the Multibyte MFC library for Visual Studio 2013 on our Build Worker?

https://www.microsoft.com/en-us/download/details.aspx?id=40770

  1. Support Staff 1 Posted by Feodor Fitsner on 14 Jul, 2015 03:54 AM

    Feodor Fitsner's Avatar

    Hi Craig,

    The library can be easily installed during the build with this PowerShell script:

    $exePath = "$($env:USERPROFILE)\vc_mbcsmfc.exe"
    (New-Object Net.WebClient).DownloadFile('http://download.microsoft.com/download/0/2/3/02389126-40A7-46FD-9D83-802454852703/vc_mbcsmfc.exe', $exePath)
    cmd /c start /wait $exePath /quiet
    

    It takes like 30 seconds to download and install it.

  2. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:57 AM.

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

 

09 Jun, 2025 07:11 PM
04 Jun, 2025 04:08 PM
27 May, 2025 05:48 PM
27 May, 2025 06:37 AM
27 May, 2025 06:31 AM
20 May, 2025 02:54 PM