The redistributable tag has no wiki summary.
0
votes
0answers
5 views
how can the Visual C++ redistributable be included with an installer created using Visual Studio?
There is a specific version of the VC++ redistributable I need to include with this installer, but I'm not sure how to do it. is it just a matter of including vcredist_x86.exe with the rest of the ...
0
votes
1answer
12 views
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 ...
0
votes
2answers
96 views
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 ...
1
vote
1answer
131 views
Why does my application require Visual C++ Redistributable package
I'm writing a simple C++ application in Visual Studio. It also has a setup project.
It works well on my development machine, but when I'm installing this application on user's machine it requires ...
2
votes
1answer
66 views
C++: A way to find what is dependant on Visual C++ Redistribute
I did lots of stuff with my training project in C++ for which stackoverflow helped me a lot. I always tried to keep it as much "standard" as possible so it would be cross-platform. Using boost here ...
0
votes
1answer
199 views
How to redistribute Visual Studio 2010 Tools for Office Runtime with InstallShield correctly?
Using: VS 2012,
InstallShield 2012 Spring Express
For my Excel Add-In I need to redistribute to prerequisites:
- Microsoft .NET Framework 4.5 Full
- Visual Studio 2010 Tools for Office Runtime
There ...
0
votes
0answers
44 views
MSI - Install pre-requisites if they are already installed, before
I am new to MSI and Application Packaging. Kindly guide me to achieve the following:
Sequence Requirement:
Check .Net Framework installed=>False=>Install .Net Framework
standalone Redistributable
...
1
vote
0answers
149 views
Visual Studio Installer dependencies for C++ 2005 and 2010
I’m a novices at Visual Studio so please forgive me. I’ve been working on a Visual studio 2010 project using Openwebkit sharp. When deploying it on my machine everything works great. However, I have ...
0
votes
1answer
264 views
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 ...
0
votes
3answers
96 views
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.
-1
votes
1answer
66 views
How reliable are Microsoft redistributable download links?
How reliable are download links for Microsoft redistributables?
Should they be used when coding prerequisites for installation packages?
For example, should I use the download links found on this ...
0
votes
1answer
32 views
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 ...
0
votes
1answer
1k views
How to Silently Install SQL Server 2008 Express In InstallShield 2010
I use InstallShield 2010 to create my setup.
My program needs SQL Server 2008 Express. So I added "Microsoft SQL Server 2008 Express SP1 (x86)" in the redistributables section.
Then in "Edit ...
0
votes
3answers
1k views
Where to get Java Runtime Redistributables?
Where can I download a redistributable for the following version of the Java Runtime?
Java 1.6 Update 29
2
votes
1answer
3k views
Error: A newer version of Microsoft Visual C++ 2010 Redistributable has been detected on the machine
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 ...
0
votes
0answers
119 views
How to get direct links of redistributable
I am trying to add prerequisites in ClickOnce application. I need VC++ 2008 sp1 and VC++ 2008 MFC security patch. I copied one of the prerequisites already there and I see that there is a direct link ...
2
votes
1answer
201 views
py2exe and msvcr90.dll included by program doesnt work help please
System XP and Win 7
Both python 2.6 and 2.7
I created my .exe with 'bundle_files':1 so I only one file and without the .dll and it ran on my computer, then went to a new one w/ out python or the vs ...
-1
votes
1answer
737 views
What needs to be installed in a Windows Server 2008 R2 to allow it to run ASPNET MVC 4 apps?
I've installed the .NET 4.5 framework using the dotNetFx45_Full_x86_x64.exe installer, and the ASPNET MVC4 framework using the AspNetMVC4Setup.exe installer in a Windows 2008 R2 server, yet I keep ...
0
votes
2answers
664 views
How to check if I need to install VCRedist?
My program contains several dlls which depend on MSVCP100.dll and MSVCR100.dll, in Win7 my program runs without any problem, however in Win8 it failed to locate these two dlls. I notice that in Win8 ...
0
votes
1answer
419 views
WiX Installer with Visual C++ Redistributable install per user
I'm using Wix to generate an msi installer file for a project. I'm using wix to also install the Visual C++ Redistributable files (Following this guide: ...
0
votes
0answers
83 views
ASP.NET Web API Distributable License
I have written a simple print server application that includes a Web API controller to listen for http messages from a javascript application loaded in the user's browser. I am using the self-host ...
1
vote
1answer
491 views
Wix Visual C++ Redistributables with Bootstrapper
Hi can anyone tell me how to reference the vcredist_x86.exe file in a bootstrapper for my wix installer.
I have tried this:
<ItemGroup>
<BootstrapperFile Include="vcredist_86">
...
0
votes
1answer
212 views
Detect VC++ Redistributable ATL SP1 (Before Setup begins)
My project depends upon "Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update", I want to put a check at the beginning of the setup to display a condition error if the ...
1
vote
2answers
1k views
Direct link to VC++ 2010 SP1 Redistributable from custom installer
I have installer that contains vcredist_x86.exe / vcredist_x64.exe so if user machine does not have VC++ redistributable installed then I install it.
However, the size of vcredist_x86.exe / ...
0
votes
1answer
486 views
How can I test the Visual C++ Redistributable?
Our company is preparing for a company-wide upgrade to Windows 7 64-bit. The people running the upgrade project have assembled a list of applications that need to be installed on every machine, and ...
0
votes
1answer
281 views
Installshield and Redistributables
I have .net 3.5 application
I have made basic MSI installer with installshield added .net 3.5 in Redistributables tab rebuild and checked .msi and .exe but size is same .net only added in ...
0
votes
2answers
256 views
Where can I find the XPSDrv Redist Package (XPS Essentials Shared Components)?
I'm developing an XPSDrv which is intended to be used in Win XP and 2003, therefore, I'm going to need the XPSDrv Redist package installed as a pre-requisite of my driver.
Indeed, if you look as the ...
0
votes
1answer
857 views
msvcr100.dll Error - WinXP x64
I am attempting to run a program created in VS2010, on an XP 64bit system. It has run fine on XP-SP3 32bit as well as all Windows 7 versions. However when running on XP 64bit it just crashes when ...
0
votes
1answer
124 views
Redistributing Tools used by application (OSX, imageMagick, TWAIN - SANE)
I have a mac application that uses twain (Relies on 3 packages that I had to install: libusb, sane backends, and twain sane interface) and imagemagick which I also used a package to install and I'm ...
1
vote
1answer
766 views
ClickOnce Installer Prerequisites: How to auto-detect required version of Visual C++ Runtime
I have written a C# application that requires the Visual C++ 2010 redistributable to be installed, and I'm using the built-in "Publish" mechanism in Visual Studio to distribute the app -- which uses ...
0
votes
1answer
269 views
Is Visual Studio 2008 SP1 redistributable package available in any Windows update/service pack?
If I develop my software in Visual Studio 2008 SP1, I believe my clients need Visual Studio 2008 SP1 redistributables to run it. My question is, is there a natural way they can get the ...
3
votes
3answers
2k views
Packaging a .NET Application So It Will Run On A Computer Without .NET
I have been recently trying to deploy a C# application on a computer that does not have .NET installed.
I know that there have been many questions around the same topic here on StackOverflow. Here ...
0
votes
2answers
1k views
Is redistribution of the C++ 2008 Redistributable Package forbidden?
A naive mind would expect you're allowed to redistribute a package called redistributable. And a lot of software ships with the redist package and install them. But the software license terms of the ...
0
votes
1answer
467 views
Visual C++ 2008 x86 SP1 redist debugging symbols can't be found by Visual Studio 2008
For some reason, Visual Studio can't seem to find the debugging symbols for VC++ 2008 SP1 Redist (this one: ...
0
votes
2answers
2k views
Which VC++ redistributable package to choose (x86 or x64)?
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 ...
0
votes
4answers
513 views
VB6 Application Silently Crashes on Startup/Form Loading
I have a VB6 app that loads initially (for a small prompt to enter a license key, only on the first time). It works fine on my machine (windows 7).
I had complaints of it crashing on someone else's ...
3
votes
1answer
628 views
Why do I need a redistributable package on unmanaged code? (msvcp100.dll)
1) What is the purpose of the msvcrXXXX.dll and msvcpXXXX.dll ? And what are the differences between msvcR and msvcP ?
2) Why do I need to link them in my binary if it's just a very simple and ...
2
votes
2answers
2k views
Redistributable .net framework installer
Is there a redistributable web installer for .net framework 4.0? Preferably, it'd detect the correct language version to install and download it from the internet.
I want to bundle this web ...
-1
votes
1answer
307 views
Crash course in 'redistributable binary for Mac, uses QT and some other libs' ?
Ok so I am an engineer / applied-math guy and someone only mildly technical was impressed by a linux version of some software but wants it for Mac (Doctors...)
Can someone point me at how to ...
5
votes
2answers
2k views
Distributing .NET 4.0 redistributable with application
I want to pack the .NET 4.0 redistributable with our application. We will be installing onto systems that may not have external network or Internet access.
I went to the Microsoft site to download ...
5
votes
1answer
1k views
Can i include the “vcredist_x86.exe” in my setup
I have an application developed using c++\cli on vs2008. As you are aware to deploy this application on any machine, i need the vc++ redistributable to be installed on the target machine.
I wanted to ...
4
votes
2answers
6k views
C++ executable - MSVCR100.dll not found error
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, ...
0
votes
1answer
242 views
Where can I find a specific vertion of the Microsoft Visual studio redistributables package?
I need to package the VS redistributables as private assemblies (in a subdirectory of my application) by I do not have the right version of them (9.0.21022.8) in my Visual studio installation or my ...
12
votes
2answers
594 views
Are there any side-effects of using macro _BIND_TO_CURRENT_VCLIBS_VERSION?
We are porting a VC++ project from Visual Studio 2003 to Visual Studio 2008 SP1(9.0.30729.4148). The dependent external libraries are also
compiled with Visual Studio 2008 SP1.
MainApp - Main ...
1
vote
1answer
357 views
How to redistribute DLLs with a C# application? [closed]
A beginner question I am sure, but I have just started working with a DLL provided by Vandyke software (VRALib, a COM and .NET API for scripting SSH2 connections) so while I am happily now coding on ...
2
votes
3answers
3k views
.Net 4.0 Redistributable - where can I find it?
I've been stuck using .Net 2.0 for the last few years and have only just had the opportunity to use VS2010 and .Net 4.
When Visual Studio 2005 is installed on a machine it provided the dot net ...
1
vote
2answers
1k views
Why won't “vcredist_x86_2010_sp1.exe,Asia” let me installer SQLite?
Has anyone heard of this strange package named: vcredist_x86_2010_sp1.exe,Asia ?
I've grabbed the SQLite for DotNet installer from sqlite.org, but every time I run it, I get this weird dialog box ...
0
votes
2answers
688 views
.Net Framework Redistributable
Are these DLL's below are included in .Net Framework Redistributable?
DocumentFormat.OpenXml.dll
Microsoft.Office.Interop.Word.dll
Thank you
1
vote
5answers
2k views
Standalone VS 2010 C++ Program
it's been a long while since I've used VS 2010 and C++, and as I'm getting back to using it, I'm running into the same problems that plagued me last year: the exe's that I compile do not run well on ...
2
votes
2answers
2k views
How do I redistribute a VB 6 application that uses Crystal Reports?
Assuming target system has "Crystal Reports for Visual Studio 2008", how can I distribute a VB 6 application excutable along with report file? Just moving the executable and report file doesn't work. ...