Installer (26-11-2013) complains about missing msvcp110.dll
|
27th Nov, 2013, 06:03 AM
Post: #1
|
|||
|
|||
Installer (26-11-2013) complains about missing msvcp110.dll
The new installer (26-11-2013) requires the Visual C++ Redistributable for Visual Studio 2012 Update 4 package (vcredist_x86.exe)
The English version (x86) can be found here: http://www.microsoft.com/en-us/download/confirmation.aspx?id=30679 For other languages and architectures use this: http://www.microsoft.com/en-us/download/details.aspx?id=30679 KB |
|||
27th Nov, 2013, 07:24 AM
Post: #2
|
|||
|
|||
RE: Installer (26-11-2013) complains about missing msvcp110.dll
(27th Nov, 2013 06:03 AM)Killerbee Wrote: The new installer (26-11-2013) requires the Visual C++ Redistributable for Visual Studio 2012 Update 4 package (vcredist_x86.exe) what windows is this? We have tested it before and there were no issues ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
27th Nov, 2013, 07:30 AM
Post: #3
|
|||
|
|||
RE: Installer (26-11-2013) complains about missing msvcp110.dll
(27th Nov, 2013 07:24 AM)rikardo1979 Wrote:(27th Nov, 2013 06:03 AM)Killerbee Wrote: The new installer (26-11-2013) requires the Visual C++ Redistributable for Visual Studio 2012 Update 4 package (vcredist_x86.exe) Windows 7. |
|||
27th Nov, 2013, 04:04 PM
Post: #4
|
|||
|
|||
Re: Installer (26-11-2013) complains about missing msvcp110.dll
this would be your system specifically having this issue like mentioned here or reported in many other forums over the internet.
http://answers.microsoft.com/en-us/windows/forum/windows_7-system/how-do-i-fix-missing-msvcp110dll-file/cc465e15-4cff-48bc-82bb-b8b8ac30fe8f There seems to be a piece of software in your OS which causing this. So this is not a problem with our installer -thx- ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
27th Nov, 2013, 06:16 PM
Post: #5
|
|||
|
|||
RE: Installer (26-11-2013) complains about missing msvcp110.dll
I'm going to compile it with VS2010, maybe that fixes the problem. Will report back.
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
27th Nov, 2013, 10:13 PM
Post: #6
|
|||
|
|||
RE: Installer (26-11-2013) complains about missing msvcp110.dll
(27th Nov, 2013 04:04 PM)rikardo1979 Wrote: this would be your system specifically having this issue like mentioned here or reported in many other forums over the internet. I am not the expert here but I think it's the other way around. On a fresh install of Windows 7, msvcp110.dll is missing. This dll is part of the Visual C++ redist 2012 package. There are some software programs (such as Lightroom or Photoshop) who require this package, and install it (in the background). So the end user will not notice it. There are three possibilies here: 1) Compile the xbian installler static (instead of dynamic). Disadvantage .exe becomes bigger. 2) Create a "Xbian installer" installer who installs the Visual C++ redist 2012 package automatically. 3) Show a link where the end user can download the Visual C++ redist 2012 package. Recompile using VC2010 will probably not solve the issue because than the end user requires to install the Visual C++ redist 2010 package. (which is more common by the way) Maybe a good option 4. As I said before I am not the expert here. KB |
|||
27th Nov, 2013, 10:25 PM
Post: #7
|
|||
|
|||
RE: Installer (26-11-2013) complains about missing msvcp110.dll
@Killerbee thanks for your input here, lets see and wait for @Koenkk when he makes compile new installer
-thx- ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
27th Nov, 2013, 11:22 PM
Post: #8
|
|||
|
|||
RE: Installer (26-11-2013) complains about missing msvcp110.dll
Can you please test this version: http://dikonist.asuscomm.com:82/XBian-installer-2010.zip (the xbian installer is already compiled static).
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
28th Nov, 2013, 12:10 AM
Post: #9
|
|||
|
|||
RE: Installer (26-11-2013) complains about missing msvcp110.dll
(27th Nov, 2013 11:22 PM)Koenkk Wrote: Can you please test this version: http://dikonist.asuscomm.com:82/XBian-installer-2010.zip (the xbian installer is already compiled static). Now it depends on the MSVCP100.dll. Witch is part of the Visual C++ redist 2010 package. When I install the Visual C++ redist 2010 package; Installer works. When removed Xbian-installer will not start (off course). If you want you can check this by using the dependency walker dependency walker KB |
|||
28th Nov, 2013, 01:42 AM
Post: #10
|
|||
|
|||
RE: Installer (26-11-2013) complains about missing msvcp110.dll
(27th Nov, 2013 11:22 PM)Koenkk Wrote: Can you please test this version: http://dikonist.asuscomm.com:82/XBian-installer-2010.zip (the xbian installer is already compiled static). FYI: Works on XP |
|||
28th Nov, 2013, 01:48 AM
Post: #11
|
|||
|
|||
RE: Installer (26-11-2013) complains about missing msvcp110.dll
I added the dll to the archive, can you check? http://dikonist.asuscomm.com:82/XBian-InstallWithDll.zip
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
28th Nov, 2013, 11:19 AM
Post: #12
|
|||
|
|||
RE: Installer (26-11-2013) complains about missing msvcp110.dll
(27th Nov, 2013 06:03 AM)Killerbee Wrote: The new installer (26-11-2013) requires the Visual C++ Redistributable for Visual Studio 2012 Update 4 package (vcredist_x86.exe) I got stuck on this one today and went round and round the loop trying to install msvcp110.dll unsuccessfully. Then suddenly I noticed it saying msvcR110.dll was missing, so I installed that dll ("R" not "P") and everything worked. I think the error message has a typo???? Murray |
|||
28th Nov, 2013, 06:53 PM
Post: #13
|
|||
|
|||
RE: Installer (26-11-2013) complains about missing msvcp110.dll
(28th Nov, 2013 11:19 AM)MurrayG Wrote:(27th Nov, 2013 06:03 AM)Killerbee Wrote: The new installer (26-11-2013) requires the Visual C++ Redistributable for Visual Studio 2012 Update 4 package (vcredist_x86.exe) Thats why it's not a good idea to include dll's in the installer package. The Visual C++ Redistributable for Visual Studio 20xx package contains more dll's You can use the dependency walker to check what dll's are required by the Xbian-installer. I would recommend to compile the installer in VC2010 and mention in the download section that the The Visual C++ Redistributable for Visual Studio 2010 package from Microsoft is required (provide a download link) 9/10 the package has been been installed already by any other software package. KB |
|||
29th Nov, 2013, 12:14 AM
Post: #14
|
|||
|
|||
RE: Installer (26-11-2013) complains about missing msvcp110.dll
FYI - Latest exe from http://www.xbian.org - Installer is invalid on XP.
Not a valid Win32 application. Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
29th Nov, 2013, 02:43 AM
Post: #15
|
|||
|
|||
RE: Installer (26-11-2013) complains about missing msvcp110.dll
(29th Nov, 2013 12:14 AM)IriDium Wrote: FYI - Latest exe from http://www.xbian.org - Installer is invalid on XP. Thanks, the 2010 version is the default now Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[BUG] Missing trailing slash for image file in Windows installer | narotic | 1 | 7,196 |
27th Mar, 2014 03:34 AM Last Post: mk01 |