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…
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…
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…
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…
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…
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…
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…
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…
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.
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
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…
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…
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,…
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…
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…