Tagged Questions
The redistributable tag has no wiki summary.
15
votes
13answers
15k views
How to detect VC++ 2008 redistributable?
Is there a Registry setting that I can look for to determine whether or not the Visual C++ redistributable is installed, whether standalone or as part of Visual Studio 2008? I know that I could launch ...
13
votes
6answers
7k views
.NET 3.5 Redistributable — 200 MB? Other options?
I've been using a lot of new .NET 3.5 features in the work that I've been doing, lately. The application that I'm building is intended for distribution among consumers who will probably not have the ...
11
votes
2answers
256 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 ...
11
votes
3answers
18k views
Where to download Microsoft Visual c++ 2003 redistributable
I have an old dll that uses the Microsoft Visual C++ 2003 (7.1) run time package. Unfortunately I don't have that DLL around anymore. Short of reinstalling VS2003, is there another way to get the ...
8
votes
3answers
237 views
What is covered by the “not for redistribution” clause in licenses?
Sorry if this isnt suited to this site, I wasnt really sure about it.
Basically I have a 3rd-party application which is free to use but which says its not redistributable which I was hoping our group ...
8
votes
3answers
4k views
How to detect whether I need to install VCRedist?
I have a question very similar to this one but the answer does not work for me.
Software I am maintaining the setup for depends on VC++ 2008 (SP1, precisely), thus I need to find a solution to ...
6
votes
7answers
1k views
Can I redistribute the Microsoft T4 Engine with my product?
I'm generating code dynamically, currently using String.Format and embedding placeholders - but reformatting the C# code for use as a template is a pain, and I think using a T4 template would be ...
6
votes
3answers
717 views
redistributing and using the CS.exe compiler (C#) for my appication
We are currently building an application which needs to compile C# code. Can we redistribute csc.exe in our package. I thought that it comes with the .Net framework installation but from looking in ...
4
votes
2answers
143 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 ...
4
votes
1answer
173 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
627 views
Redistributable compiler - DLLs for MS Visual Studio
I'm making a programming learning game for my senior project and I'm looking for a compiler that can compile a DLL that can then be dynamically loaded into a Visual Studio 2008 C++ application.
The ...
3
votes
7answers
2k views
Why won't my program run unless Visual Studio 2008 is installed?
I have written a game that uses GLUT, OpenGL and FMOD. The problem is that the binary won't run, unless Visual Studio 2008 is installed on the computer.
Why is this?
2
votes
2answers
133 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 ...
2
votes
2answers
576 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 ...
2
votes
2answers
166 views
Bundling only part of the prerequisites with ClickOnce
Is it possible to configure the ClickOnce installation so that it requires .Net Framework and VSTO but includes only the VSTO binaries and downloads .Net Framework if necessary?
Including the VSTO in ...
2
votes
1answer
639 views
Can Microsoft Visual C++ 2008 Redistributable Package be freely redistributed
I am planning to use py2exe to make an application developped with Python 2.6.
It seems that my app need the VC redistribuables : http://www.py2exe.org/index.cgi/Tutorial#Step5
I've read this ...
2
votes
1answer
458 views
Can I get an MSI to do what the c++ redistributable exe does?
Our c# project requires two things on the target computer to run. The first is .net 2 or higher, which is a fair requirement for the users. The second is the c++ Redistributable. We need this because ...
2
votes
2answers
153 views
Legality of distributing Visual Studio SDK Components
I have a project that relies on some libraries from the Visual Studio SDK. The installer created by Visual Studio added these libraries into thee installer project automatically. I am just wondering ...
2
votes
1answer
453 views
DirectX redistributable package breakdown
Am I allowed to redistribute only parts of the DirectX package? (e.g. only the DirectDraw DLLs, without Show/3D/etc.)
2
votes
2answers
1k views
Specifying a VC++ Redistributable version for ClickOnce prerequisite
My ClickOnce application uses a third party tool that requires the Visual C++ 2005 redistributable. The third party tool will not work if only the VC++ 2008 redistributable is installed. However, in ...
2
votes
2answers
2k views
.Net 3.5 silent installer?
Is there a redistributable .Net 3.5 installation package that is a silent installer?
Or alternatively, is there a switch that can be passed to the main redistributable .Net 3.5 installer to make it ...
2
votes
6answers
483 views
best practice for releasing Microsoft dll's in setup
I'm working on a setup which wants to include the Microsoft.Web.Services3 (WSE 3.0) DLL. However, I typically do not like including Microsoft DLL's in our installs except by way of Microsoft's ...
1
vote
2answers
606 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 ...
1
vote
5answers
409 views
Is there a .Net 4 or 3.5 redistributable that is not in installer form? A DLL placed in the programs folder?
I'm working on a program in Visual C# 2010 for a friends company and it does not have any .NET installed. I know you can download .NET 3.5 or 4 from Microsofts site, but the accounts that the program ...
1
vote
0answers
114 views
.Net 3.5 sp1 Full Package question [closed]
Possible Duplicate:
Install .Net framework 3.5 SP1 with no internet connection
I have downloaded the full package of the sp1 for my app installer, but when I run the setup for the sp1 it ...
1
vote
1answer
84 views
Change clickonce prereq's
So I migrated from VS2008 to VS2010 with my clickonce application. I use to have the 2008 C++ redist as a prereq for my application. Upon moving to VS2010 that option no longer exists and the 2010 ...
1
vote
1answer
153 views
Distributing windows media player 11 with .net based application
I am developing a WPF based application using .NET 3.5 SP1, which required windows media player 11 to be installed on end user machine. For pain free installation I want that the setup should handle ...
1
vote
2answers
75 views
Is there a version of the .Net Redistributable bundled with all supported versions of Windows?
Is there a specific version of .Net that I can target that is bundled with all versions of Windows of XP SP2 and higher?
We are trying to create a simple setup stub without having to resort to a ...
1
vote
1answer
145 views
Is there a .NETCF 3.5 SP1? or is it still at just 3.5?
Does the .NET Compact Framework have a service pack? If so does anyone know where the redist download is?
I found this: ...
1
vote
1answer
177 views
Including SQL Server Express with Application
I'm bundling an application for distribution and SQL Server is a prequisite so we're including SQL Server Express. What's the easiest way to include SQL server in a point and click installer? In the ...
1
vote
5answers
727 views
Programming for Windows with no redistributable
It might be a stupid question, but all of my tries to google this failed. The question is: How can you develop windows applications that don't need a redistributable pre-installed? I want to create ...
1
vote
1answer
463 views
Non realbasic ActiveX controls in Realbasic projects
Realbasic allows you to include e.g an MS Flexgrid control in your Realbasic project and use it as though it were a native control. Does the end user need to have this control installed already and if ...
0
votes
1answer
9 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
93 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 ...
0
votes
1answer
80 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 ...
0
votes
2answers
837 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
26 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 ...
0
votes
1answer
147 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 ...
0
votes
2answers
257 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
0
votes
0answers
437 views
ReportViewer - Failed to load viewstate
My app is an ASP.NET 2.0 website. I use UpdatePanel to contain all UserControls. I also use ReportViewer control (local mode) for report function. When user click on "View Report" button, a javascript ...
0
votes
5answers
572 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 ...
0
votes
2answers
1k 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. ...
0
votes
4answers
524 views
32-bit VC++ redistributable on 64 bit OS?
Using Visual Studio, I have built an C++ application running in 32bit. It will be deployed both to 32-bit and 64-bit Windows servers. It won't be run in 64-bit mode (but rather under WoW).
Should I ...
0
votes
2answers
102 views
How can I make a .Net 4.0 Exe ask the user to download .Net 4.0 framework / redistributable before running this exe?
I thought that latest Matlab does this automatically. I have tested the following exe on a clean Win XP VM:
namespace DotNetTest
{
using System.Windows.Forms;
class Program
{
...
0
votes
1answer
365 views
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 ...
0
votes
1answer
1k views
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 ...
0
votes
1answer
588 views
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 : ...
0
votes
1answer
2k views
How to install DirectX in quiet mode?
I want to install the DirectX 9c user package in quiet mode. Is there any option like /quiet /q /qb etc.
None of these worked.
Note:
With this file DXSETUP.exe /q
not the extractor file ...
0
votes
2answers
718 views
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.
0
votes
1answer
292 views
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 ...