Questions tagged [setup-deployment]

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

API documentation

Related links

820 questions
0
votes
2 answers

Automated WordPress Installation with themes/plugins

I have used Fantastico and Softaculous in the past to install WordPress, however they are limited in that they require me to step through the wizard manually, and they can't set the default theme or install plugins. Is it possible to write a script…
brentonstrine
  • 21,694
  • 25
  • 74
  • 120
0
votes
1 answer

Set IP address from a list in VBS

Ok so i'm in the process of imaging a bunch of PC's with Fog. My boss is a stickler for setting everything manually, he won't even let me use Print servers to manage the printers... Anyway, to make a long story short I've made great strides by…
0
votes
1 answer

How to change ProductCode using Microsoft.Deployment.WindowsInstaller?

In a deployment scenario we had the idea to allow an administrator to change properties in a installer and the ProductCode. The administrator should then push out the newer msi using a GPO policy. Since this now would be a MajorUpgrade the old…
leiflundgren
  • 2,876
  • 7
  • 35
  • 53
0
votes
1 answer

How to implement Setup and Deployment project with Custom Actions

My Setup and Deployment project will copy both MyClient.exe, MyClient.Config files to the appropriate directories using the Setup.msi file. I am trying to enhance the Setup.msi project so that user can enter the configuration values at run time…
Ullan
  • 905
  • 4
  • 15
  • 28
0
votes
0 answers

SQL Connection Error when running a deployed Windows Application on Client Computer

I am developing a Software that has a Database (I'm Using SQL Server 2008) and I want to deploy it on a Client Computer. So I created an Installer Using Visual Studio Installer project. Everything runs fine on my computer (I tried installed it and…
0
votes
1 answer

Deployed application using winform application with Entity Framework doesn't work on clients PCs

I'm new in deploying projects in Visual Studio 2010 I'm using EF 5 to code a Winforms application with SQL Server & SQL Server CE 4.0 optional database selection. I created setup project in Visual Studio 2010 I've already added .Net Framework 4…
Eiaddar
  • 180
  • 1
  • 13
0
votes
1 answer

C# application deployment on a network share folder

I have developed a c# application and used sql server 2008 r2 for database. Now I want to do is install this application and SQL Server 2008 in a shared folder in PC1 and access this application from PC2. But use same single database in PC1. (When…
0
votes
1 answer

Demo simple Ajax ans Servelt implementation fails

I am trying to demo simple Ajax/Servlet request.For this i have created a new Dynamic web project in eclipse and added a simple Servlet to take the request and present the same back to UI. I have included my Servlet details in web.xml. I am using…
pushya
  • 4,338
  • 10
  • 45
  • 54
0
votes
1 answer

Inno Setup Sqlite3 plugin

How to work with Sqlite3 database in inno setup. Which dll files and interface functions should be used. Need to perform read, write and traverse operations.
raj
  • 19
  • 5
0
votes
1 answer

Unable to fetch the install location property in a deferred custom action

I have written this code after reading the link: http://blogs.technet.com/b/alexshev/archive/2008/03/25/property-does-not-exist-or-empty-when-accessed-from-deferred-custom-action.aspx
teenup
  • 7,459
  • 13
  • 63
  • 122
0
votes
1 answer

VDProj directory has no write access after installation

I have a VDProj project which I use to create a setup program for my application. I've had to install Visual Studio 2010 (on another machine) to allow me to run this, as it has been removed from VS2012.. very annoying.. but that's a different…
Rich S
  • 3,248
  • 3
  • 28
  • 49
0
votes
1 answer

Issue in setup and deployment project

I have the below requirements in set up and deployment project Need to find dot net version available or not If not we ask user to have that if exists we need to check two DLLs are available in GAC or not if not we need to register them But I…
priyanka.sarkar
  • 25,766
  • 43
  • 127
  • 173
0
votes
1 answer

Displaying my Program Name in setup security prompt

I use VS2010 to create a setup and deployment Project. I want to set the Program name. I have tried using the Properties window and set the Manufacturer Name and Title but when the 'Do you trust this Application' Dialog Shows during setup process,…
user2509901
0
votes
1 answer

Targeting setup project for .NET Framework 4 in visual studio 2008?

I want to use Visual Studio 2008's setup and deployment project to build a setup for the application which was build on visual studio 2012, i.e. .NET Framework 4.X. I want to know if it is possible ? If it is, then how ? And, if it is not, then what…
0
votes
2 answers

The best way to deploy a demo version of a software product using SQL Server database

We are trying to deploy a demo version of a program, which uses a relational database. However, we have an issue: If we use SQL Server Express as a backend database server, then clients have to download the SQL Server Express install file, which is…
Toan Nguyen
  • 11,263
  • 5
  • 43
  • 59