Questions tagged [redistributable]
212 questions
0
votes
1 answer
Visual Studio 2008 redistributable OpenMP library as merge module
I have a project that uses OpenMP and therefore links against vcomp90.dll.
Now I'd like to create an installer (using WiX), and am left wondering how to add this library to my project properly. It appears the regular MSM with the redistributable…

Simon Richter
- 28,572
- 1
- 42
- 64
0
votes
2 answers
Installing vc++ 2013 x86 from MSI file does not work
I fetched the extracted msi & cab files for the runtime installation but for some reason it does not work. It says "Gathering required information" and then just disappears. I took the arguments from the original install logs (MSIFASTINSTALL="7"…

pixartist
- 1,137
- 2
- 18
- 40
0
votes
2 answers
Error 0x800705b4: Failed to wait for child to connect to pipe. WiX Bootstrapper Application
I want to build a setup.exe that deploy an vc_redist.exe depending on some conditions. And some own program.
I am using VS 2008 an WiX Toolset v3.8.1128.0
When i start the setup.exe and have a vc_redist.exe wtih version <= 10 included i get
Error…

Karamir
- 11
- 1
- 4
0
votes
0 answers
Unable to install software package due to an unavailable redistribution package
I'm trying to install a software package that needs the Microsoft Visual C++ 2005 redistribution package. But I keep getting an error that the package isn't available on the computer.
It's a Windows 7 embedded machine and I need the 2005 redist for…

Rik
- 316
- 3
- 19
0
votes
1 answer
DirectX End-User Runtimes Redistributable Exit Codes
Can anyone point me to a list of exit codes for the DirectX End-User Runtimes (specifically the June 2010 version, if it matters)? I apologize in advance if this is a simple matter (it should be), but apparently my google skills are sub-par as I…

Patrick
- 3
- 1
0
votes
1 answer
Visual Studio 2013 does not show XNA Redistributable option in the Publish Prerequisites section
I have XNA 4.0 and Visual Studio Express 2013 for Windows Desktop.
I can convert an old XNA game and it runs on my development computer with no problem. I can create a new XNA game and it runs on my development computer with no problem.
When I try…
0
votes
1 answer
How to install VS2013 redistributable along with your app
I build app using VS2013 but it needs VC redistributable installed on target machine to open app. How can I install these along side my app?

user2661518
- 2,677
- 9
- 42
- 79
0
votes
1 answer
Microsoft Redistributable package
I am developing a software that uses 2 libraries.
These 2 libraries both use VS2005 and both need VS2005 redist package.
However, their redist package are in different version.
So, I have several questions about installing the redists.
1) Can I just…

user296359
- 85
- 2
- 6
0
votes
1 answer
Microsoft VC++ 2005 SP1 and 2008 SP1 Redistributable Package
I have an application that requires Microsoft VC++ 2005 (SP1) Redistributable Package.
I know that I can just download it and install it.
The problem is, in our server, there is Microsoft VC++ 2008 (SP1) Redistributable Package already…

Kawaii-Hachii
- 1,017
- 7
- 22
- 36
0
votes
0 answers
How to detect the presence of the MicroSoft Visual C++ 2005,2008 and 2010 redistributable package
Can anyone please suggest me how can I query for the registry entry of MicroSoft Visual C++ 2005,2008(x86) and 2010(x86) Redistributable. For example to get the Notepad++ I used the below query.
reg query…

JSP
- 447
- 2
- 8
- 21
0
votes
0 answers
Visual Studio 2008 Setup Project does not include VC_redist
I know this must have been answered before, but I cannot find a reference...
Problem: How do I configure a Visual Studio setup project to include and install the VC redist package?
Info:
I am creating a Visual Studio 2008 C# Win Forms project that…
0
votes
1 answer
Wix - Uninstall another product another context, redistribute MFC
We want to have an installer A which must :
Remove another product B (we know its product guid)
redistribute MFC 2008, 2010 and 2012
write registry entries in HKLM
B is installed per-user. Since in our current implementation A redistributes MFC…

Brainless
- 1,522
- 1
- 16
- 30
0
votes
1 answer
Could not load 'vjslib' still after installing J# Re-Dist 2.0
I am developing an app with vb.net to create pdf with xsl using NFOP.
Getting below exception on line spdf = eng.Run(objFOStream.ToString()).
I work on windows 7 32 bit with VS 2010
System.IO.FileNotFoundException: Could not load file or…

abduIntegral
- 521
- 4
- 7
- 21
0
votes
1 answer
InstallShield closes after installing VS2012 redistributable
I am using InstallShield 2010.
Due to recent application update we have to ship and install Visual Studio 2012 Redistributable package to the clients.
I've done many setups with prerequisites, some of then had redistributables, some not, but its the…

user1651105
- 1,727
- 4
- 25
- 45
0
votes
2 answers
C runtime library loaded incorectly -QT
I have a QT app which uses a LIB that depends on the 2008 C++ MSVCR90.dll.
When I deploy my app, on some computers the following error is presented:
how can I solve this issue?
someone mentioned to me that if I include a manifest file, this should…

one
- 511
- 5
- 17