redistributable

Is there a way to test beforehand if a windows exe will fail to load because of missing dlls?

谁说胖子不能爱 提交于 2019-12-11 00:00:01
问题 If you try and install the vs2015 redistributable on windows 8.1 without any updates, it will fail to install. But it will get far enough into the install process that the guid is in the registry so if you run a program that checks for the existence of the redistributable in the registry, you'll get past that check. If you then try and run a program compiled with vs2015 that requires some of the dlls that failed to install, you'll get a popup that says "The program can't start because..." you

Bundling only part of the prerequisites with ClickOnce

感情迁移 提交于 2019-12-10 18:53:06
问题 Is it possible to configure the ClickOnce installation so that it requires .Net Framework and VSTO but includes only the VSTO binaries and downloads .Net Framework if necessary? Including the VSTO in the package isn't too much of a problem but the 350MB .Net Framework is something I'd do away with if possible. (Dynamics CRM SDK depends on some non-client profile features so I need the full one.) In most cases the users have the .Net Framework installed so in these cases it's okay to leave the

C++ executable - MSVCR100.dll not found error

百般思念 提交于 2019-12-09 13:07:23
问题 I've downloaded and compiled an open-source C++ application, Frhed. When I run the version I've compiled, it demands MSVCR100 and few other dll files (part of Visual C++ redistributable). However, when I run the original precompiled Frhed executable, it runs without any C++ redistributable package installed. Do I have to modify any compilation options in order to unlink the program from the C++ redistributable libraries? 回答1: The original program is probably statically linked , whereas you

Can Microsoft Visual C++ 2008 Redistributable Package be freely redistributed

断了今生、忘了曾经 提交于 2019-12-09 03:16:50
问题 I am planning to use py2exe to make an application developped with Python 2.6. It seems that my app need the VC redistribuables : http://www.py2exe.org/index.cgi/Tutorial#Step5 I've read this tutorial and the redistribuables license agreement and I am not sure if I can freely redistribute these files with my program. (I don't have VS2008 license) Can I bundle the redistribs into an installer and make the installation transparent for the user or do they have to download the files by their own

XNA Redistributable missing from Publish Prerequisites options

大兔子大兔子 提交于 2019-12-07 07:57:03
问题 I've gotten XNA running perfectly fine on Visual Studio 2012 and publishing, installing and running the game works fine as well on any computers that already have the XNA Framework Redistributable 4.0 installed but when I attempt to install on a computer that doesn't already have it, the install fails due to it being missing. Furthermore, it isn't even an option in the Prerequisites menu on the program's publish properties. When I open up an older project, the option exists but with a yellow

Command for Elastic Beanstalk configuration to install Visual C++ Redistributable

你离开我真会死。 提交于 2019-12-07 04:25:08
问题 I am searching for a command that I can use in Elastic Beanstalk configuration file to install Visual C++ Redistributable for Visual Studio 2012 which I need for my web project to run. I tried installing using msi which I built from the exe and put on S3 but it returned timeout: The following instances have not responded in the allowed command timeout time (they might still finish eventually on their own) And I still get the error: Could not load file or assembly 'Magick.NET-x86.DLL' or one

XNA Redistributable missing from Publish Prerequisites options

不想你离开。 提交于 2019-12-05 10:38:59
I've gotten XNA running perfectly fine on Visual Studio 2012 and publishing, installing and running the game works fine as well on any computers that already have the XNA Framework Redistributable 4.0 installed but when I attempt to install on a computer that doesn't already have it, the install fails due to it being missing. Furthermore, it isn't even an option in the Prerequisites menu on the program's publish properties. When I open up an older project, the option exists but with a yellow exclamation triangle and I don't believe it is actually being set. Does anyone know how I can add the

Can Visual C++ 2017 Redistributable package support the applications that use VC2015?

强颜欢笑 提交于 2019-12-05 10:35:31
If i install just Visual C++ 2017 Redistributable on my machine, can it support applications that was written for 2015 in other words, if I uninstall Visual C++ 2015 Redistributable and install Visual C++ 2017 Redistributable , will all the applications work without any errors? No they won't work The redistributable package is a .exe, which installs the required DLLs msvcrtXXXX.dll Where XXXX changes per build (VS2017, VS2015,...) It is also not reference counted, which means no matter how many people install it, one uninstall rips out the files. UPDATE The Visual Studio 2017 does not change

Which VC++ redistributable package to choose (x86 or x64)?

百般思念 提交于 2019-12-05 03:30:28
Is the package type (x86 or x64) dependent on my application type or on the OS type it is installed on? I.e., if I develop a 32-bit application do I need to deploy the x86 package only or deploy both packages and install x86 on 32-bit windows and x64 on 64-bit windows? The answer to this question 32-bit VC++ redistributable on 64 bit OS? suggests that it's only the x86 package, so it would be dependent on my application but it doesn't give any explanation/links. The MS download sites are also not specific on this. When you compile, all use of the standard library creates references that must

Error: A newer version of Microsoft Visual C++ 2010 Redistributable has been detected on the machine

不想你离开。 提交于 2019-12-04 19:13:15
问题 When I try to run the VS 2010 redistributable "vcredist_x86.exe", an error "A newer version of Microsoft Visual C++ 2010 Redistributable has been detected on the machine" occurs and blocks me from installation. I have actually installed VS 2010 pro on my computer. But I actually have no idea what an VS 2010 redistributable means and why the error occurred. Can anyone help to explain or solve the problem? Thank you very much in advance. 回答1: Redistributable packages are only required on