I have installled my Cakephp based website on my production site like following way
var/html/
app/
cake/
.htaccess etc
Its working perfectly untill I installed Blog. To make it work, I moved my content of blog folder to…
I'm trying to build lite version of an android project..so far, I've read that renaming application package (I've used eclipse option for renaming app package) should be enough. I've checked in manifest.xml, package is renamed, but when I install my…
Possible Duplicate:
How to make installer pack of Java swing Application Project?
I am working on java swing application in which i have to give html files to the client to browse them in swing API.
Now i want to create the setup for the project…
The software that I am delivering is a suite of multiple programs including different types of clients and different types of servers. Multiple servers can coexist on the same machine or be distributed over the network and this is also true of the…
I have a setup and deployment project (VS 2010) and I added TextBox Form in the UI view. The text I want to show to the user is not English, it's Greek. When I run the msi, the text looks more like an ancient dwarven language.
Now, I don't want to…
I have a setup project that I inherited that uses the ProjectInstaller AfterInstall method to show a custom form, prompting the user to enter configuration options, which are then saved in the app.config file
Is there a way to determine what flags…
It's a winForm application Using VS2010 with .net4.0, I get this error when publishing and have Prerequisites selected. The error goes away if I uncheck "create setup program to install preq components"
I tried copying the bootstrap packages from…
I am trying to make a setup project which installs an SQL instance with password. My requirement is I want full installation in silent mode except Instance name. Is there any way I can supply any command in my command line that will allow the user…
I have built my database in SQL Server 2005 Management Studio and in deployment on my C#.NET application I have added SQL Server Express Edition with the application ..
I was using connection string…
I wonder how people are prototyping for EC2.
In my case i want to code locally in my preferred editor and sync to a test instance and debug there, is this common practice? (vi/vim over ssh is not an option)
If so, are there any tools to sync code…
Like with Wallys Post I cannot seem to fix the problem with broken links in my prerequisites list. I am deploying a vb.net desktop application using clickonce but the required prerequisites are showing an exclamation warning icon. I have checked…
I am developing a simple Logger Service (C#2.0) which logs message arrived (via MSMQ) from different clients. Logger Service logging mechanism is using log4net library. I want to have separate file for log4net configuration.
Service is supposed to…
I am building a solution that runs on top of:
PHP
Apache
PostgreSQL
Pentaho Data Integration (Kettle)
I am indeed looking for packaging possibilities as I want to bundle the whole solution including the required runtime (web server, db server, etl…
I have created an app that needs proper deployment now.
The application is written in C#/.NET.
The application uses old database (access 2007 runtime) and is built on .NET 2.0 framework.
How can I properly deploy the application with a single…