Go to file
Birunthan Mohanathas 04e3376d5a Installer: Include and deploy msvcr110.dll and msvcp110.dll
The msvcr110.dll and msvcp110.dll libraries are now included in the installer and extracted to InstallDir\Runtime\. The VC++ 2012 redistributable package is no longer downloaded and installed.

Rainmeter.exe will first try to load Rainmeter.dll normally. If it fails, it will retry after loading Runtime\msvcp110.dll. This means that our copy of the runtimes will be used only if the system copy is either not present or somehow invalid.

See Building.md for updated build instructions.
2013-10-19 16:49:48 +03:00
Application Installer: Include and deploy msvcr110.dll and msvcp110.dll 2013-10-19 16:49:48 +03:00
Build Installer: Include and deploy msvcr110.dll and msvcp110.dll 2013-10-19 16:49:48 +03:00
Common Gfx: Handle failed creation of D2D text layout 2013-10-15 17:09:41 +03:00
Docs Installer: Include and deploy msvcr110.dll and msvcp110.dll 2013-10-19 16:49:48 +03:00
Installer Change NULL to nullptr 2013-05-31 17:28:39 +03:00
Language Language: Update string 2013-10-13 11:18:06 -04:00
Library Manage: Include country in language list 2013-10-13 18:54:55 +03:00
Plugins Updated to support Windows 8.1 2013-10-18 10:23:17 -06:00
SkinInstaller SkinInstaller/SkinPackager: Fix Unicode filename handling 2013-10-16 17:21:07 +03:00
.gitignore Installer: Include and deploy msvcr110.dll and msvcp110.dll 2013-10-19 16:49:48 +03:00
LICENSE Initial directory structure. 2009-02-10 18:09:59 +00:00
Project.props Move basic project options into Project.props 2013-05-01 13:02:17 +03:00
Rainmeter.props Fix running x64 projects using unit testing 2013-06-14 19:36:31 +03:00
Rainmeter.sln Add Common_Test project and PathUtil_Test.cpp 2013-06-12 23:13:04 +03:00
README.md Cosmetics 2013-06-13 22:14:57 +03:00
Version.cs Update Version.{h,cs} files for 3.0.1 2013-10-15 17:16:43 +03:00
Version.h Update Version.{h,cs} files for 3.0.1 2013-10-15 17:16:43 +03:00

Rainmeter is a desktop customization tool for Windows. For more information and downloads, visit rainmeter.net.

For build instructions, see this.