Top "Setup-deployment" questions

Microsoft Setup and Deployment Wizard for Visual Studio or the .NET framework

Inno Setup: Control panel icon does not show

I have an Inno Setup project. Everything is fine, but I do not see the application icon in the "Programs …

windows inno-setup setup-deployment ico
Error 1001 in my Windows Service app setup project

I'm trying to install my Windows Service app using Visual Studio 2008 Setup and Deployment project. I have created a user …

windows-services setup-deployment
Visual Studio Setup and Deployment build fails with no errors

I have a setup and deployment project that, on our build server, reports the following in the summary: ========== Rebuild All: 25 …

.net build-process setup-deployment
Default Location to System Drive in Setup and Deployment Project

I have a setup and deployment project in Visual Studio 2010 The default location of Application Folder is set to C:\[…

visual-studio-2010 visual-studio installation setup-project setup-deployment
version of .net framework launch not match .net framework bootstrapper project

When I build the release project of the vb.net 2010 I just started using, I get two warnings: the version …

vb.net-2010 setup-deployment crystal-reports-2010
Installing SQL Server and .NET Framework from a visual studio setup project

I have to do four things install .net framework 3.5 ,install SQL Server 2005 and run my sql script on the server …

c# .net setup-deployment
Android Native NDK OpenGL ES: unimplemented API

I am working to implement an OpenGL ES 2.0 fully in C++ for Android. Currently our program runs without JNI or …

c++ opengl-es android-ndk setup-deployment native-code