Questions tagged [redistributable]
212 questions
0
votes
0 answers
Creating a redistributable GCC package able to build dynamic libraries
Case in point, a have a program that needs to be able to load dynamic libraries from runtime created arbitrary source files. The program is licensed under GPL. The program should ship as a package free of any external dependencies, ie. run out of an…

Shaggi
- 1,121
- 1
- 9
- 31
0
votes
0 answers
Visual C++ redistributable installed in Windows 8 Pro, but in control panel size is shown in kbs
We have delivered a project which is developed in VC++ , MFC in VS2010 (Windows 7) to client. But client is using Windows 8 Pro x64 bit (Japanese Language/version), and he's unable to install the project. The error comes up saying problem in module…

Mayur
- 789
- 10
- 37
0
votes
1 answer
VC2005 SP1 Redistributable x64 support on Windows 7
Any idea if Visual C++ 2005 Redistributable package (x64) is supported on Windows 7 (64 bit) ?
I was able to get to this page : http://www.microsoft.com/downloads/details.aspx?familyid=EB4EBE2D-33C0-4A47-9DD4-B9A6D7BD44DA&displaylang=en but the…

Santhosh
- 6,547
- 15
- 56
- 63
0
votes
1 answer
How to use redistributable PIA 2010 to create excel application on machine which doesn't have MS Office client installed
From last couple of days I'm struggling with redistributable PIA 2010. Actually I have created one excel application locally, which uses 2007 PIA (I have also MS Office installed on my machine). This application was working fine, now I have…

Geeky Ninja
- 6,002
- 8
- 41
- 54
0
votes
0 answers
SIMULINK - use .dll and .OBJ files (compiled using visual studio compiler) in a host machine (with different compiler)
I need to use some library file that have been build using Visual Studio 2010 Professional (MSVCRT2010 compiler?!) and I am having trouble building my s-functions in another host machine. My target host machine does not have Visual Studio so MATLAB…

ha9u63a7
- 6,233
- 16
- 73
- 108
0
votes
1 answer
Redistribution of jars
I am currently compiling a list of third-party libraries used in a web application. The application is deployed in tomcat. I am wondering which of the third-party jars actually must or should be included in the distribution. In particular, I am…

avidD
- 441
- 1
- 6
- 16
0
votes
1 answer
Is it legal to include .Net framework in my custom installer ( not using VS installer)
I'm developing a custom .Net Application Installer, and I'm wondering if is it legal to include the .Net framework in my application (Redistributable .net framework installer)
Version 2.0 at least.

Joe
- 2,381
- 1
- 17
- 17
0
votes
2 answers
InstallShield LE doesn't install MS Visual C++ 2010 Redistributable Package (x86)
I'm using InstallShield Limited Edition to create installer (setup.exe) for my project. My project requires Microsoft Visual C++ 2010 Redistributable Package (x86), and I want include this redist into my setup.exe. I do it in Redistributables view…

AndreyS
- 365
- 7
- 18
0
votes
1 answer
Error: Simba Hive ODBC connector requires Visual C++ 2010 runtimes
I'm trying to install Simba ODBC connector on Windows Server 2008 x64.
After clicking on installation file, I get an error:
Simba ODBC connector requires Visual C++ 2010 runtimes (64 bit).
Please use Windows update to install this and then re-run…

sunny
- 1,887
- 3
- 29
- 40
0
votes
1 answer
Which Windows Libraries are missing from the Visual C++ Redistributable Package?
I am using JNI to interface to a CAN driver I wrote using MSVC++ 2012. Everything compiles and runs fine - but only on my computer. Whenever I try to run on any other computer, I get the JNI "UnsatisfiedLinkError" - can't find dependent libraries.…

Ben
- 1,132
- 1
- 15
- 35
0
votes
2 answers
Packaging Visual Studio 2012 Redistributable into an InstalLShield setup
I have developed a software with visual studio 2012 using the c++ language. I use Installshield 2010 Premier to build my setup project. I am trying to package the visual studio 2012 redistributable into the setup package so that it installs…

l3utterfly
- 2,106
- 4
- 32
- 58
0
votes
1 answer
Can't find MergeModules after install
I just installed Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update from http://www.microsoft.com/en-us/download/details.aspx?id=14431#filelist (x86), and expected to find the merge modules to use on my machine.…

Kobojunkie
- 6,375
- 31
- 109
- 164
0
votes
1 answer
Windows Portable Devices (WPD) redistributable for Windows XP?
i am trying to use the Windows Portable Device (WPD) API under Windows XP.
MSDN says that the Windows Portable Device API is supported under Windows XP:
The WPD Application Programming Interface is supported in Windows 7, Windows Vista, and…

Ian Boyd
- 246,734
- 253
- 869
- 1,219
0
votes
3 answers
How to install application with .NET 2.0 SP2 on Vista?
If my application requires .NET 2.0 SP2, how do I install this app on Vista? The .NET 2.0 SP2 redistributable will not install on Vista.

CJ7
- 22,579
- 65
- 193
- 321
0
votes
1 answer
How to distribute WinHlp for Win 7 installations?
This article indicates that .HLP files will not load on Windows Vista and later unless Update KB917607 is installed: http://support.microsoft.com/kb/917607
How can this update be distributed in an MSI based installation?

Nefro
- 1
- 1