deployment

How to include custom data files in ClickOnce deployment?

Is it possible to include custom data files in ClickOnce deployment? I couldn't find any option for this (Visual Studio 2005 and 2010). The Application Files dialog from the publish tab just doesn't show custom files. ...

Website Build and Release Strategy

We have an ASP.Net MVC solution built in VS2008 and TFS2008. We use TFS Build and use Continuous Integration. We have a deployment pipeline that enables us to progress a build, eventually, to our live site... Internal Dev (immediate deployment following a build) External Dev (used by internal testers to make sure it works on the produ...

Clear the .Net downloaded application cache without mage.exe?

I have a .Net application that I distribute using ClickOnce and I make available online only. How do I clear the download cache from a users machine that doesn't have Visual Studio installed? ...

django deployment apache

I would like to create a python script, which will: Create a django project in the current directory. Fix settings.py, urls.py. Do syncdb Install new apache instance listening on specific port (command line argument), with WSGI configured to serve my project. I can't figure out how to do point 3. EDIT: Peter Rowell: I need the s...

App.config / web.config editor easy config editor

I have a scenario where I am asking consultants to deploy 2 applications. A console application and an IIS web service application. Both apps form part of the solution. I haven't created an easy to use installer, but was wondering if there is an open source config editor that I can ship with my app that can read in "only certain" value...

After deploying a symfony 1.2 app, should i unfreeze the project in the remote host?

Hi, just that. I suppose no. Javi ...

How to Deploy Reports from one server to another server in SQL Server 2008

Hi all, i deployed the Reports which i developed in local to DEV Reporting server ( i have the credentials to deploy in DEV). Now i want to generate the scripts which i deployed in DEV . Using Reporting services scripter tool generated the Windows command file but when i am double click on that it is always pointing to DEV server but ...

Error launching application after ClickOnce deployment - "An application for this deployment is already installed with a different application identity"

As part of my continuous integration build the application is deployed as a ClickOnce application. This works great the first time, but when I try the launch the app after an update has been deployed I get the following error. An application for this deployment is already installed with a different application identity. If I ru...

How do I deploy applications in run as administrator mode?

Hello, How Do I deploy applications so that they require administrator rights without the end-user doing that by hand? I use Delphi 2009 to build the application. ...

Debugging symbols shipped on deploy

I wonder why software shall be deployed with its related debugging symbols. What are advantages and disadvantages? Are there code revealing issues (information security related issues)? ...

How do I rollback capistrano tasks upon failure?

In my Capistrano deploy.rb, I have a couple of daemons like delayed_jobs and fetcher, starting and stopping depending on where they are in the deployment process. This method would create problems if a deployment fails, because the daemons wouldn't be managed properly (ie. two processes spawned instead of one, or processes were shutdown...

Is ASP.NET MVC just installed on Visual Studio or is installed on IIS too?

I'm going to deploy an ASP.NET MVC project on IIS (6.0 & 7.5) but don't now is it necessary to install anything on IIS? ...

Crystal Report Not loading

I hav visual studio 2008 project and in client computer in crystal report there occurs error and the message is "CrystalDescision.CrystalReports.Engine, Version=10.5.3700.0,Culture=neutral..." so how can i load cyrstal report without installing visual studio 2008... ...

What are good Python and/or Django deployment solutions?

For now I use some mix between virtual_env, pip and Fabric. This allows to: install required libs; generate dynamic content; isolate installation; push everything through ssh. It works well, I just want to know if there are other tools around. The only problem I could think of is that it's a lot of to set up every time. It doesn't s...

How do you use pip, virtual_env and Fabric to handle deployement?

What are your settings, your tricks, and above all, your work flow? These tools are great but they are still no best practices attached to their usage, so I don't know what is the most efficient way to use them. Do you use pip bundles or always download? Do you set up Apache/Cherokee/MySQL by hand or do you have a script for than. D...

Can I deploy SQL Server Express with my desktop application just like builtin database?

Can I deploy SQL Server Express with my desktop application just like builtin database? Because I don't want my client to set up separately SQL Server Express! Is it easy to integrate SQL Server Express into my desktop application ? ...

How to override a Spring bean based on web server

Hi, I'm building a webapp that should run on both Tomcat and WebSphere and I've managed to make almost all the differences into properties with default values that I can override for deployment on the Tomcat server. I need to do yet another override for the authentication provider bean... public void postProcessBeanFactory(Configurab...

The init script to several Unicorn.rb instance

I use now thin to serve my rack application on my webserver. I have a lot of web application so I have a init script who check all file in my /etc/thin and start all of then with configuration inside. I want migrate to unicorn so I want same behaviour, but when I check the example in unicorn, I found only init script to start one unicor...

Deployment of About.htm with ClickOnce

I have a Win app (VB.net 2005) with an About.htm page that comes up when the user presses F1, using a HelpProvider control. The application was deployed using ClickOnce technology. When I release a new version I have to manually copy the About.htm file from my development area to our LAN (specified by the HelpNamespace property of the...

Same project...multiple apps?

We have a an iPhone app project that we wish to deploy multiple times under different client names. The individual apps will be very similar but will have different resources (icon, images etc) and config settings stored in plists (server names, options etc). What is the preferred means to manage this in Xcode? Obviously we really don't ...