vcredist

Why installed vc_redist still gives api-ms-win-core-winrt-l1-1-0.dll is missing

我与影子孤独终老i 提交于 2019-12-14 02:33:14
问题 When I reinstall(uninstall & install again by the program and features ) vc_redist.x86 MSVC2015, execute my program got the error api-ms-win-core-winrt-l1-1-0.dll is missing The program did work before I reinstall. There was no error during the installation. So what could be the problem? I am guessing the register did not set the runtime path properly or some other possible makes program can't find the path. Windows 7 32bit 来源: https://stackoverflow.com/questions/51296482/why-installed-vc

Cannot download VC++ Redist kit in the wix installer

我是研究僧i 提交于 2019-12-12 04:17:21
问题 I have VC++ 2015 Redistributable prerequisites for my application. Here is the code from the wix: <!-- Check registry for .NET 4.5.2 --> <util:RegistrySearch Root="HKLM" Key="SOFTWARE\Microsoft\Net Framework Setup\NDP\v4\Full" Value="Release" Variable="Netfx46FullVersion" /> <PackageGroup Id="NetFx46"> <ExePackage Id="NetFx46Web" DisplayName="Microsoft .NET Framework 4.6" DownloadUrl="http://go.microsoft.com/fwlink/?LinkId=528222" Compressed="no" Cache="yes" PerMachine="yes" Permanent="yes"

WiX Toolset installs VC++ redistributable (x86) 2015 too slowly

此生再无相见时 提交于 2019-12-11 07:14:18
问题 I wrote a WiX Toolset Setup to install an application which requires the VC++ redistributable (x86) 2015. Everything works fine, but when vcredlist_x86.exe is launched, it installs the Package too slowly, it takers about six minutes ! If I run the vcredlist in standalone mode, it still takes six minutes, as timeline shows: [1190:1364][2017-05-29T10:56:06]i001: Burn v3.7.2829.0, Windows v6.1 (Build 7601: Service Pack 1), path: D:\TestApplication\MyInstaller\vcredlist\vcredist_x86.exe, cmdline:

WIX check if VS2015 C++ redistributable is installed

江枫思渺然 提交于 2019-12-11 04:31:24
问题 Does anybody know how to check in a WIX project, if the actuall C++ redistributable package is installed or not? This link describes the serveral product IDs, but there is a problem with them. They change with every update of a C++ redist package. Based on that I've to apapt my checks in the WIX project every time a new VC redist package update is released, which is not a useable solution. I want to use the RegistrySearch WIX element to solve this problem. Therefore I need to know a registry

C++ Redistributable 14 conflict with VS2017 C++ Redistributable

空扰寡人 提交于 2019-12-10 13:45:59
问题 I rebuilt a laptop and in the process installed VS2017 which includes an install of C++ 2017 Redistributable(x64) - 14.10.24728 I have tried installing other apps that use C++ Redist 14 and they fail with the error message: "Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel. " The following components failed to install: - Visual C++ "14"

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

Where to download vcredist?

白昼怎懂夜的黑 提交于 2019-12-02 18:24:51
I feel a little stupid asking this question, but I hope that this might be helpful to others as well. Background: We/I are developing some software with Visual Studio 2008 SP1 (VC9) . We would like to provide the vcredist along the software on the cd. Now, I am used to ask google "download vcredist 2008 sp1" and usually it leads me to the following (also bookmarked) web pages: https://www.microsoft.com/en-us/download/details.aspx?id=5582 (32 bit) https://www.microsoft.com/en-us/download/details.aspx?id=2092 (64 bit) I think I have downloaded different versions (9.0.30729. 01 and later 9.0

How to prevent vc_redist.x##.exe (VS2017) from ambiguously failing due to pending reboot?

天大地大妈咪最大 提交于 2019-12-02 09:08:02
问题 TL;DR What is the sane way to automate invokation of VS 2017 vc_redist when called in a chain of several installers? The Visual C++ Redistributable Installer that MS provides for VS 15.x (VS 2017), namely both (14.15.26706 - VS 15.8.4)): vc_redist.x86.exe vc_redist.x64.exe As part of our full product installation, I have to run several vcredist installers (also older versions) silently. The problem now is that these installers will refuse to install if a reboot is pending (e.g. "HKLM:\SYSTEM

腾讯云wamp搭建网站

不问归期 提交于 2019-12-01 09:45:21
接,很久以前的远程桌面连服务器。 首先得远程桌面连上服务器 ̄ω ̄ ,然后。。。 在服务器上下载wamp并安装。 1.新的服务器上安装wamp一般会报错: 报错系统缺少msvcr110.dll 文件or另一个什么文件(时间久了,有点忘了)。 解决方法:需要重新安装vcredist (vcredist是针对于不同CPU所出的优化补丁执行程序,是一种基于C++的软件需要的库文件,有些程序在安装相应的vcredist文件环境下才能运行,比如dll),下载地址: 按需下载 。 2.wamp配置文件httpd.conf外网访问设置问题 wamp配置文件httpd.conf(左键wamp图标,在Apache中找)要设置能让外网访问,否则别的设备无法访问你的网站。2.2版本的wamp,屏蔽下面两行代码即可。 这一条参考了该博客: 云服务器上Wamp搭建网站 3.服务器防火墙的80端口 腾讯云的话,在控制台中找到安全组。 在入站规则中添加规则,开放80端口。可以看到图片上有一个“教我设置”,可以自己去查看,讲的很清楚。 4.wamp图标是黄色 最直接的方法是,重新装一遍试一下。 右键wamp图标,在tools中,test80和3306端口,看看被谁占用了。然后,可以给他换一个端口。但是作为一个强迫症,我非常的暴躁,那么另外的方法就是,在任务管理器中根据pid找到它,并关掉。或者通过更改配置文件来修改

detect presence of vcredist - using the UpgradeCode

只愿长相守 提交于 2019-11-30 23:57:05
in a wix burn bootstrapper bundle : how to detect whether ms vcredist 2013 x86 is present or not? i'm doing a check for the Upgrade Id / UpgradeCode of that particular package, but the bundle always installs it afresh, even though it is installed already. ... <Bundle> ... <Chain> <!-- redist packages --> <PackageGroupRef Id="redist"/> ... </Chain> </Bundle> <Fragment> <PackageGroup Id="redist"> <PackageGroupRef Id="redist_vc120" /> ... </PackageGroup> </Fragment> <Fragment> <!-- vcredist 2013 x86 --> <?define vcredist2013minversion="12.0.21005"?> <Upgrade Id="B59F5BF1-67C8-3802-8E59