We really want to start pushing-out products using the 3.5 framework but it is a pain having to install the framework on every PC.
We can get the app to do and automatic update on first run but that takes forever.
Is there any way to force all the PC's to update overnight? e.g. via Windows Update...
Our PCs are a mix of XP and Vista
...
It's been few weeks I'm trying to find a more detailed explanation with examples how to manage my database change on software patch.
Situation:
I deploy wpf application release to
user. App uses MSSQL data file for
storing app's data (Deploying with Client Profile and SqlServer Compact 3.5 prerequisites)
In further development databas...
I am wondering if anyone has any plugins or capistrano recipes that will "pre-heat" the page cache for a rails app by building all of the page cached html at the time the deployment is made, or locally before deployment happens.
I have some mostly static sites that do not change much, and would run faster if the html was already written...
I've built and successfully deployed a ClickOnce application. The repository url is at http://mywebsite.com/Install
The application successfully updates when needed, and everything works fine.
However, I don't like the fact than everybody on the internet can access the files freely (even if he's not one of my customers)
Since I have o...
I have a ClickOnce app which ties into our software and we deploy and use internally. We want to get this to customers, but with the customer hosting the clickonce update site. As far as I can see from The Instructions, I have to sign the deployment manifest after creating it, and to create it I need to know the update site.
I don't kn...
I have an annoying problem in one of my projects where the production environment uses Microsoft Office 2000 and we only have Microsoft Office 2003 in the developement environment.
I use automation to do some manipulation of Word documents so to make this work in both the production and the developement environments i have to put a cond...
I'm thinking about using Python as an embedded scripting language in a hobby project written in C++. I would not like to depend on separately installed Python distribution. Python documentation seems to be quite clear about general usage, but I couldn't find a clear answer to this.
Is it feasible to deploy a Python interpreter + standar...
Hi,
I am writing php web applications, and simply deploy them via FTP.
To make it work, I often have some tweaking/debugging to do given that I have little control over the (free) web server hosting me, so what's working in my local environment might not work live.
For example I keep a separate php file containing class_db_myapp.php wh...
Has anyone had any experience in relocating a ClickOnce deployment? I have deployed several applications via ClickOnce internal to my company, and now the drive hosting the apps has been moved to a different computer on a different network mapping.
What parts of the "config" do I need to change to reflect the move? Thanks!
...
I have recently installed Nginx + Thin on my deployment server, but i am not sure how this will perform in last requests & responses situation. lets say 1000/req per sec.
so the speed on thin is good with 10-100 req /per sec
I wanted to know on higher volumes of data being processed on the request/response cluster.
Guide me on this :-...
We have a couple of Django applications deployed on the same subdomain. A few power users need to jump between these applications. I noticed that each time they bounce between applications their session cookie receives a new session ID from Django.
I don't use the Django session table much except in one complex workflow. If the use...
I'm working on a VS2008 Smart Device app that includes a Smart Device CAB Project for deployment. I was surprised to find out that this installer project doesn't install the .NET Compact Framework if necessary. Can it be made to do so?
...
I have this java swing application that I intend to sell over the internet. At the moment I'm leaning towards deploying the application using java webstart. The product will be licensed for the user to use the program on one computer at a time only. I am concerned about piracy with this model. I would like to install some security fe...
What are the best tools out there for automated deployments of Windows Services (i.e. NT Services) and ASP.NET web sites?
I know of good tools for automated builds, tests, versioning, and all that stuff, but I'm curious if there are any boiler-plate batch/PowerShell/MSBuild/NAnt/etc. scripts out there that can accomplish something like ...
Hi,
I have a web application which is running on jetty. Continues builds are built on hudson. I would like to make a hot deploy on demand from hudson.
I found cargo plugin which should be able to do so but cargo's web doesn't show any complete example how to do it - for remote jetty server - may be I miss it?
What do you suggest? Do y...
I've been asked to install Mediawiki to house documentation for a company intranet. Furthermore, I've been asked to install several instances - one per contributing group: non-technical users get one, developers one, management one, etc. The idea is to provide separate web spaces for each group. Is there a way to achieve separation withi...
Configuration management for our EE application requires us to create a new database connection datasource from time to time. We do this right now by modifying the deploy/[dbtype]-ds.xml file, inserting an additional connection definition into this file. The problem is, doing so causes the existing connections to be undeployed and rede...
We've recently updated a Windows Mobile app and I want to create a utility that will:
remove the old version from the device
install the .NET Compact Framework
install the new app
Steps 2 and 3 seem simple enough, but I don't know about 1. Is it possible? If so, how do I go about it?
...
I am trying to get our company's database objects stored in source control. We are going to be stuck using Aldon LM for our source control program. What is the best way to deploy scripts that we create to our SQL Server environments automatically from source control?
For our .Net web applications, we have configured Aldon to push ou...
I'm just starting to use Maven, (evaluating it, really) and I need to be able to quickly generate a jar for my app and a directory with all the dependencies (eg: lib) so that I can deploy those two to be run in a stand-alone manner. Generating the jar with the proper manifest is easy, but I do not know how to get maven to copy the depen...