deployment

How to get the user a webapplication will run under ?

Question: I have a web setup project. It installs the webapp and puts it into the appropriate virtual directory. So far so good. My question now is: how do I set folder write permission? My problem is, I can set the permissions programmatically, but I need to know the IIS user the application runs under, since it's that user that need t...

Setting Ant project name without changing build file

We have a Java application and a supporting Ant build.xml file, and the team use the Eclipse IDE. I (and others) have the same application checked out several times, usually different branches. In the Eclipse "Ant" view, I get a list of the Ant projects, but they all have the same name - coming from the 'project' element of the Ant build...

What does "is waiting for an appropriate deployer" mean in JBoss?

I'm trying to deploy a war file in JBoss 4.2.2GA. A previous version was deployed without issue, but now I see: Deployment of package: file:....war is waiting for an appropriate deployer. followed by a list of a bajillion Packages waiting for a deployer along with their deployment status. What do these messages mean? Before I start...

Anyone know where i can get MSBuild Community Tasks for dotnet 2.0? or....

Can someone offer me some advice on TeamCity+CI+Deployment So far my "it feels rubbish" solution is; TeamCity + three build configs; 1) solution runner (outputs all installer pre-reqs) 2) command line runner +"Version Controlled Build" updates version numbers (only on 1 success) 3) command line runner \devenv.exe to builder insta...

"Unable to update dependencies of the project" after commiting to Subversion

I have a setup project in .NET. When I save the project and the other projects to subversion, the setup project no longer compiles. I get the error "Unable to update dependencies of the project." Any ideas why? ...

Deploying iPhone Applications on a testing device

Hi, I want to outsource my application testing. Is there a way to send only the binaries (from xcode) to another user, and if he gets the right certificate being able somehow to install the app to his device? ...

How do I package up a windows driver for deployment?

I have a windows driver which is sys and inf files which I need to package up for deployment on end user systems. How do I do this and what tools can I use? ...

How to package and deploy a c# desktop application with a sql server 2008 database in visual studio 2010?

I'm working on a school project desktop application in c# using Visual Studio 2010 (.NET 4.0) and the application uses a SQL Server 2008 database that's running on a SQL Server instance on the development machine I'm working with. My question is how do I package up the database with the c# project so that the application works no matter...

Automatic pulbishing of a sharepoint site

We are beginning work on sharepoint 2007 site and I am looking for ways to automate its publish during the nightly build process. Currently we are using WSPBuilder to manually build and deploy features/components. Is it possible to script the WSPBuilder to run automatically? Are there any other tools available? Thanks. ...

Java Web Service - deploy.wsdd problem

Hi all, I am creating Java Web Services using Eclipse. I am using Apache Axis (NOT AXIS 2) Now for one web service - public int deleteParameter(Parameter[] paramArray) The deploy.wsdd is description for the paramArray is - <parameter xmlns:pns="...." xmlns:tns="...." xmlns:itns="...." qname="pns:paramArray" type="tns...

Installing and distributing SQL Server without Management Studio

Have developed a small Windows application using SQL Server as its database. I need to give the installation pack to my customer, and include the required SQL Server 2005 Enterprise Edition. How can I distribute my database without including Management Studio? ...

Allowable maximum size of data that goes along with output files in setup project for a windows form application using Visual Studio

I am working on a windows form application using C# and have about 5 -10gb SWF files that are tied in to my windows form application. When I try to build these files along with the project output in setup project, Visual Studio Team system throws me an error "Not enough memory storage available". I am running this on a 32bit OS with 2 g...

Wix Woes: Chaining MSIs, but installing conditionally?

I am new to WiX (and installers in general), and am finding the whole process quite overwhelming. What I want to do is this: I have a very large application with a working installer currently (VS2008 Setup Project) The application depends on SQL Server Express 2008 R2 to be installed, but if the machine already has a full version of SQ...

How to have a common bin/reference folder in asp.net web application/project when deploying?

I have a solution with about 10 different projects - I have a single class library that I am using in quite a few web projects. The problem when I am going to deploy these projects...they are going to have their own bin directories and hence references to this library...so i would need to update the reference on all 9 places/projects whe...

NHibernate MappingException: Could not compile the mapping document

Hi all On my dev web app NHibernate is working just dandy. When I precompile and deploy the site, I get a MappingException when the SessionFactory is created. Here's some info from the trace: NHibernate.Cfg.Environment 2010-07-15 09:20:59,577 [7] INFO NHibernate.Cfg.Environment [(null)] - NHibernate 2.1.2.4000 (2.1.2.4000) 0.452...

windows xpe sdi deployment problem

Hi everyone. It is the second week I am trying to deploy xpe images, I read all tutorials and papers but nothing happend:S My problem is easy in fact; I am trying to deploy windows xp embedded images to my target machine's harddisk. I am using a xp embedded (via usb boot) that I developed for basic utility services(tap vs...). I bu...

java web start alternative

We're looking for an alternative to Java web start that effectively does the same thing, just better implemented. We're having massive trouble with it. We have a few offices of XP desktops, all slightly different and so far only a handful have worked without serious tweaking. Problems are to do with not playing nicely with the proxy sett...

Using different Datasources for different configurations in SSRS

Hi All I'm wondering if it's possible for SSRS reports to use different datasources depending on what configuration is being used? So, for example, if I'm using the 'DebugLocal' configuration, the reports would use a different database than if I'm using the 'Production' configuration. Thanks Bryan ...

Web deployment tool

Hi, I would like to know if in IIS manager, when I export an application, there is a way to save components selected so, when I export next time, to select them by default (like appHostConfig). Thank you. ...

msdeploy: Replace provider attribute values during deployment?

Hi, all. I have a msdeploy question about how to replace attribute values for providers in source manifests during deployment. Background: I use msdeploy to create deployment packages during release builds. I want the packages to be suited for deployment to test/staging/production and need to be able to change configuration values dep...