mumble/installer
Mikkel Krautz c895dad889 installer: ship app-local copies of UCRT DLLs.
MSVC2015 uses a new CRT called the Universal CRT.

This CRT is distributed in different ways, depending on your
OS.

For Windows XP, the official distribution is a VCRedist installer.
(Or, for Windows XP only -- merge modules).

For Vista through 8.1, UCRT is distributed via Windows Update.

For Windows 10, it's shipped as part of Windows.

This commit amends our installer to install an app-local copy of
the Universal CRT. This is the sanest way for us to distribute the
Universal CRT across all supported targets.

Even if we could drop Windows XP support, the fact that earlier
Windows versions deploy the Universal CRT through Windows Update
makes it a hard pill to swallow. People's hacked up machines might
not be able to get the update from Windows Update for whatever reason.
(Maybe they disabled the Windows Update service for performance reasons,
because a guide on the web told them to?)

So, for now, this is what we'll do. Perhaps it makes more sense to
statically link the UCRT instead of this massive soup of DLLs. But
this is a quick fix to keep our snapshots going until we can work
out the details for statically linking UCRT.

Note: Because Murmur is outside the versioned root-dir, we ship a
separate CRT copy for Murmur. Now that we have to ship the UCRT as
well, that's suddenly a lot more files we'll have to carry. That's
also an unfortunate side-effect of the UCRT. But if you look at it
from the perspective that shipping the VCRUNTIME+UCRT on MSVC2015
"the same thing" as shipping MSVCRT on MSVC2013, we're not really
doing anything much different. Except, we're being "punished" by
the fact that Microsoft decided to split up the CRT into tiny pieces.

Future work: Ideally, we wouldn't include these .wxi files in the
repo, and instead depend on gen-ucrt.py being run before building
the installer. However, that would require buildenv changes, and
require us to redeploy buildenvs, which takes time. To get the UCRT
fix out into a snapshot, let's add them to the repo for now, and we
can clean it up later.
2017-02-05 19:20:34 +01:00
..
Translations Fix typo in Finnish translation 2015-04-29 17:44:52 +02:00
bannrbmp.bmp Added launch checkbox and new bitmaps for the installer 2010-09-05 01:24:27 +02:00
build_installer.pl Mark shebanged files as executable 2015-05-12 18:51:23 +02:00
dlgbmp.bmp Added launch checkbox and new bitmaps for the installer 2010-09-05 01:24:27 +02:00
Files.wxs installer: ship app-local copies of UCRT DLLs. 2017-02-05 19:20:34 +01:00
gen-ucrt.py installer: ship app-local copies of UCRT DLLs. 2017-02-05 19:20:34 +01:00
gpl.rtf Add MSI-based installer 2010-08-09 01:34:36 +02:00
gpl.txt Since we depend on mingw dlls anyway, switch to full dynamic linking and add an installer 2005-09-03 14:30:09 +00:00
lgpl.txt Add LGPLv2.1 license (new for Qt 4.5). Update Speex license. Add PortAudio license. 2009-03-11 22:35:15 +01:00
MumbleInstall.sln installer: additional update to the .sln file for x64. 2014-07-16 18:32:24 +01:00
MumbleInstall.wixproj Add Finnish translations to the wix project 2015-09-19 23:39:46 +02:00
MumbleUCRTComponentRefs.wxi installer: ship app-local copies of UCRT DLLs. 2017-02-05 19:20:34 +01:00
MumbleUCRTComponents.wxi installer: ship app-local copies of UCRT DLLs. 2017-02-05 19:20:34 +01:00
MurmurUCRTComponentRefs.wxi installer: ship app-local copies of UCRT DLLs. 2017-02-05 19:20:34 +01:00
MurmurUCRTComponents.wxi installer: ship app-local copies of UCRT DLLs. 2017-02-05 19:20:34 +01:00
Plugins.wxs ffxiv_x64 Plugin: Add a plugin for Final Fantasy XIV x64 2016-11-29 18:01:13 -05:00
portaudio.txt Add LGPLv2.1 license (new for Qt 4.5). Update Speex license. Add PortAudio license. 2009-03-11 22:35:15 +01:00
Product.wxs installer: ship app-local copies of UCRT DLLs. 2017-02-05 19:20:34 +01:00
qos.reg *** empty log message *** 2006-02-14 17:27:27 +00:00
qt.txt Update Qt license text 2009-12-23 18:07:51 +01:00
Settings.wxi installer: ship app-local copies of UCRT DLLs. 2017-02-05 19:20:34 +01:00
speex.txt Add LGPLv2.1 license (new for Qt 4.5). Update Speex license. Add PortAudio license. 2009-03-11 22:35:15 +01:00
UI.wxs Add property to enable "Launch app at exit" by default. 2014-09-26 00:31:15 +02:00