Questions tagged [redistributable]
212 questions
0
votes
2 answers
How to Install IIS through Code
In My application i have to install IIS automatically when my application install in User machine (Vista / XP) with out using OS Cd's.
Can any one please guide me how to do this.
Kalyan
0
votes
1 answer
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 package is not installed..
I checked this…

Ali
- 309
- 1
- 5
- 20
0
votes
1 answer
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 myself and my colleagues are being tasked with…

Ben Brandt
- 2,851
- 5
- 34
- 45
0
votes
2 answers
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 ISSetupPrerequisites folder
Installshield does not put…

user525717
- 1,612
- 5
- 28
- 40
0
votes
2 answers
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 MS documentation it says:
The XPSDrv Redist…

Andy
- 2,977
- 2
- 39
- 71
0
votes
1 answer
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 trying to load displaying an error…

sparker
- 123
- 8
0
votes
1 answer
Redistribute dll files
I am reading a manual and found the following information:
Your application should:
Link against the assembly “StreamSDK_DotNET.dll”.
Redistribute:
“StreamSDK_DotNET.dll”
“StreamSDK_CPP.dll”
“Microsoft.VC8.CRT” (x86) or “Microsoft.VC9.CRT”…

MKS
- 736
- 2
- 14
- 33
0
votes
1 answer
VS2010 Custom Tool / Add-in redistributable license
I've built a custom tool that descends from the BaseCodeGeneratorWithSite class defined in one of the assemblies included in the VS2010 SDK. Does anyone know what the proper procedure is for redistributing this without requiring the end user to…

3Dave
- 28,657
- 18
- 88
- 151
0
votes
1 answer
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 not really sure how to go about redistributing…

Bryan
- 623
- 1
- 6
- 23
0
votes
1 answer
how to distribute a Flash component for use with MTASC?
I have a Flash component that's just a library of compiled code with some exposed API calls. Normally we distribute this as a SWC or MXP, and it works just fine. Recently I had a client express interest in using my component, but they do all their…

nerdabilly
- 1,248
- 4
- 15
- 34
0
votes
1 answer
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 redistributables by Windows update or Windows SP1/2/3 without…

lycoan
- 23
- 4
-1
votes
1 answer
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 redistribute an executable for Mac? Before I ditched…

user695917
- 1
- 1
-1
votes
1 answer
How to Redistribute MSXML Library?
I plan to redistribute MSXML library with my program. Based on the online document at https://msdn.microsoft.com/en-us/data/cc507432(v=vs.80) and https://msdn.microsoft.com/en-us/data/cc507436(v=vs.80) , the latest version of MSXML is 6.0. However,…

alancc
- 487
- 2
- 24
- 68
-1
votes
1 answer
Api-ms-win-core-crt-l1-1-0.dll - Microsoft Visual C++ 2015 Redistributable (vc_redist.x64.exe and vcredist_x86.exe) fails to install
After probably the installation of an outdated program messsed up some libraries, the window "Missing Api-ms-win-core-crt-l1-1-0.dll" popped when starting particular programs.
As solution the installation of "Microsoft Visual C++ 2015…

helpuser100
- 29
- 1
- 2
-1
votes
1 answer
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 page when making a prerequisite for an installation…

CJ7
- 22,579
- 65
- 193
- 321