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