visual-c++-installer

Installing MS debug DLLs for remote debugging

隐身守侯 提交于 2020-01-12 08:27:10
问题 I have a .NET app that I would like to install on a VM for remote debugging purposes. The app uses a native VC++ DLL which links to MFC and the MSVC runtime libraries via DLL. When I run depends on the VM, it says that the DLL needs the following DLLs: mfc90d.dll msvcm90d.dll msvcp90d.dll msvcr90d.dll msjava.dll Also, it reports the following error: Error: The Side-by-Side configuration information for [dll path] contains errors. This application has failed to start because the application

Installing MS debug DLLs for remote debugging

泄露秘密 提交于 2020-01-12 08:27:10
问题 I have a .NET app that I would like to install on a VM for remote debugging purposes. The app uses a native VC++ DLL which links to MFC and the MSVC runtime libraries via DLL. When I run depends on the VM, it says that the DLL needs the following DLLs: mfc90d.dll msvcm90d.dll msvcp90d.dll msvcr90d.dll msjava.dll Also, it reports the following error: Error: The Side-by-Side configuration information for [dll path] contains errors. This application has failed to start because the application

Distributing VC++ Redist… running installer when already installed causes problems

吃可爱长大的小学妹 提交于 2019-12-31 22:59:10
问题 Using the Inno installer, we distribute the VC++ redistributable with our app so we can run it automatically. We've found that running it on a system where it's already installed asks us to repair/undo the installation which is going to totally confuse users. Is there a way around this? Maybe a flag on the installer or something? Thanks. 回答1: Try the /q flag http://support.microsoft.com/kb/227091 (assuming you're installing it via calling msiexec.exe on their redistributable) 回答2: For some

Installing MS debug DLLs for remote debugging

南笙酒味 提交于 2019-12-03 16:29:28
I have a .NET app that I would like to install on a VM for remote debugging purposes. The app uses a native VC++ DLL which links to MFC and the MSVC runtime libraries via DLL. When I run depends on the VM, it says that the DLL needs the following DLLs: mfc90d.dll msvcm90d.dll msvcp90d.dll msvcr90d.dll msjava.dll Also, it reports the following error: Error: The Side-by-Side configuration information for [dll path] contains errors. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem (14001). I'd prefer not to

Distributing VC++ Redist… running installer when already installed causes problems

与世无争的帅哥 提交于 2019-12-03 03:28:43
Using the Inno installer, we distribute the VC++ redistributable with our app so we can run it automatically. We've found that running it on a system where it's already installed asks us to repair/undo the installation which is going to totally confuse users. Is there a way around this? Maybe a flag on the installer or something? Thanks. Kyle Alons Try the /q flag http://support.microsoft.com/kb/227091 (assuming you're installing it via calling msiexec.exe on their redistributable) rogerdpack For some reason none of the above answers worked for me. This did, however: [Run] Filename: {tmp}