Questions tagged [setup-deployment]

Microsoft Setup and Deployment Wizard for Visual Studio or the .NET framework

API documentation

Related links

820 questions
0
votes
1 answer

CakePHP installation on Production with subdomains

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…
Mubasshir Pawle
  • 309
  • 1
  • 3
  • 19
0
votes
1 answer

building android lite version - full and lite versions get mixed on emulator

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…
daneejela
  • 13,081
  • 7
  • 38
  • 50
0
votes
2 answers

create setup in java swing application

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…
adesh
  • 1,157
  • 3
  • 18
  • 28
0
votes
1 answer

Does a visual studio setup project allow selective application installs?

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…
Dabloons
  • 1,462
  • 2
  • 17
  • 30
0
votes
1 answer

Set codepage of forms in a setup and deployment project

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…
0
votes
1 answer

Determine if MsiExec run with /passive parameter

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…
David Duncan
  • 297
  • 1
  • 2
  • 11
0
votes
1 answer

An error occurred generating a bootstrapper: Unable to begin updating resource for bin\Debug\app.publish\setup.exe

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…
jDeveloper
  • 2,096
  • 2
  • 21
  • 27
0
votes
1 answer

Command line for SQL Server installation

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…
hiren soni
  • 174
  • 2
  • 2
  • 17
0
votes
2 answers

Debugging after Setup and Deployment?

Can I still add to my application and debug it after I have done the Setup and Deployment on the project?
Pallas
  • 1,499
  • 5
  • 25
  • 57
0
votes
1 answer

How to make a connection string for sql server 2005 with a instance that works for all default sql express default instance?

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…
Sunny
  • 618
  • 1
  • 7
  • 22
0
votes
2 answers

Prototyping for Amazon EC2

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…
user762391
0
votes
1 answer

Prerequisite could not be found for bootstrapping (All listed)

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…
Keyth
  • 11
  • 1
0
votes
1 answer

Logger Service need to have default config file for log4net / WISE

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…
ALZ
  • 1,997
  • 2
  • 27
  • 44
0
votes
0 answers

packaging & Universal installer

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…
CoolStraw
  • 5,282
  • 8
  • 42
  • 64
0
votes
1 answer

Application Deployment [.NET 2.0 + Access 2007 Runtime]

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…
Parimal Raj
  • 20,189
  • 9
  • 73
  • 110