9
votes
6answers
2k 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 pro …
8
votes
3answers
95 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 …
4
votes
3answers
396 views
CS.exe compiler (C#)
Hi Guys,
We are currently building an application which needs to compile a C# code. Can we redistribute the CS.exe in our package. I thought that it comes with the .Net framework i …
3
votes
7answers
770 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
626 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 …
2
votes
8answers
2k 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 …
2
votes
2answers
606 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 …
2
votes
6answers
280 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 …
1
vote
1answer
156 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 inst …
1
vote
6answers
497 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 tem …
1
vote
1answer
157 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.)
1
vote
2answers
716 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 inst …
0
votes
2answers
312 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 anoth …
0
votes
0answers
12 views
Environment windows server 2003 64-bit mode
Error 14001 this application has failed due to start because its side-side by configuration is incorrect.
We uninstalled and installed Microsoft
Visual C++ redistributable.
SIMP …
0
votes
2answers
87 views
How to Install IIS through Code
Hi,
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 t …
