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…
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…
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?
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…
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…
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…
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…
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…
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?
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…
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…
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…
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…
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…
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…