Questions tagged [setup-deployment]

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

API documentation

Related links

820 questions
-1
votes
1 answer

Visual Basic Deployment

I am using Visual Basic 2010 express to create some simple forms that play short videos. I had read on a previous stackoverflow response (which I can't find now!) that you just need to go to the project>bin>release folder and copy the application…
Rick n Truckee
  • 31
  • 3
  • 10
-1
votes
1 answer

Does the Deployment Device I choose for a Windows CE project affect the EXEs behavior?

In trying to track down any possible reason for failures with my .EXE/.DLL Windows CE / Compact Framework pair (delineated here [What is wrong with this HttpWebRequest/HttpWebResponse code (why is it considered a "bad" request (400))?), I found this…
-1
votes
1 answer

How to deploy Java Swing Application

I have developed a Swing Application. For Back end I have used MySQL and I have developed this application using JDK 1.8 version. I want to create .exe file of my Java project along with MySQL installer and JDK installer How can I achieve this?
Harshal Pathak
  • 757
  • 1
  • 6
  • 18
-1
votes
1 answer

Creating Single EXE File which includes Multiple EXE Files

I'am Working On windows forms application now i want to create single EXE File that includes my application EXE and also the prerequisites for my application. i.e my application has .net framework and sql sever express 2008 as prerequisites.now i…
user1943217
  • 51
  • 1
  • 10
-1
votes
1 answer

Win Form exe closes immediately after launch, deploying a win form application using setup project

I have created a win form application in c# with sqlce. I followed the steps here http://erikej.blogspot.dk/2013/10/sql-server-compact-4-desktop-app-with.html making some tweaks along the way since I was using sqlce 3.5 .net and that blog was…
Shawn Frank
  • 4,381
  • 2
  • 19
  • 29
-1
votes
1 answer

crystal Reports for .NET Framework 4.0\CRRuntime_32bit_13_0.msi' in item cannot be located on disk error

i am deploying my windows desktop application in visual studio 2010 having reporting in crystal reports during build of my setup project i get the error "The install location for prerequisites has not been set to 'component vendor's web site' and…
-1
votes
1 answer

Showing custom form before installation?

I am creating a setup for windows application, i want to show a form when user clicks on setup. That form will ask for password to the user. Right password will lead to the proper installation of the setup otherwise setup installation will be…
Mogli
  • 1,972
  • 11
  • 34
  • 67
-1
votes
1 answer

Part of my MVC application is not working when deployed live

This is the first time I am deploying MVC web application in Amazon S3 server. And website is been loaded in browser but when I click on register button it is throwing error. I can see only difference is My application is named as…
62071072SP
  • 1,963
  • 2
  • 19
  • 38
-1
votes
1 answer

Deploying from on PC to another PC

We are using MVC 3. We have to demonstrate our system to the users. We would like to deploy the prototype system to the user's PC for a presentation. Can any one give me an idea of how to this?
-1
votes
1 answer

C#: Create a DB using sql file in setup project

I am building a desktop application where it uses a local database file (.mdf). Since I was developing it on my machine I used SQL Management 2008 R2 SP2. Then I sent it out to others for feedback. But unfortunately they were not able to use it as…
user1889838
  • 325
  • 4
  • 13
  • 37
-1
votes
2 answers

how to add publish and deployment in a new project window

I wish you to be able to help me with this small issue :) please look at below pictures. I don't have publish and deployment in the new project (Visual Studio 2012). how to solve this problem? any idea? i will appreciate your advice!! I need to…
user1358072
  • 447
  • 2
  • 12
  • 26
-1
votes
1 answer

Installer, self extractor?

I have a list of photos and a photo viewer application (and executable) that I'd like to package as an installer file. What tools can I use to package all the files together, instruct the installer where to copy files to, to automatically run the…
StackOverflowNewbie
  • 39,403
  • 111
  • 277
  • 441
-1
votes
1 answer

Issues in deploying wcf service library with windows forms

My problem is that when I run my solution, I had no problems Here is what service output looks like And when I make the my link to like this And it is correct But when I deploy the solution, install it using setup from the installer i created I…
SHINHAN
  • 685
  • 2
  • 12
  • 28
-1
votes
1 answer

Create setup File for windows application

I am three class libraries in my windows application project. And now i want to create setup file for my project. So what i did is, just create a new setup project and added my solution file. But it adds only Forms classes. so i manually added all…
jeevacl
  • 109
  • 1
  • 12
-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
1 2 3
54
55