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

Simbad requires Java 3D

Context: MS Windows 8, jre7 preinstalled by MS Windows setup, MS Windows PATH environment variable has set to JRE7 bin folder - C:\Program Files (x86)\Java\jre7\bin, simbad-1.4.jar is downloaded into a local folder. Use cases: simbad-1.4.jar…
ShamilS
  • 1,410
  • 2
  • 20
  • 40
0
votes
0 answers

Getting an Unhandled Exception after i have executed my project's setup

I have created a setup for my vb.net project.I have used 'application.startup' property in connection string. I have created the exe of my project using setup and deployement wizard added the database into the program files (special folder) at the…
Orchid
  • 1
  • 1
0
votes
1 answer

capistrano-unicorn error on deploy - chmod

I'm just trying to move to the new server with one of my apps, so i'm setting up capistrano with capistrano-unicorn to deploy code. I've used gem details to set things up. But i get an error (and a rollback afterwards) which i fail to connect with…
Elmor
  • 4,775
  • 6
  • 38
  • 70
0
votes
3 answers

Exception : Collection was modified; enumeration operation may not execute on form Close in setup project

I created a setup project of window form application built in C# 4.0. I tested the setup in my test PC which have Vs 2010 Ultimate installed in it and its working fine in it. I later on to test the application I installed it another machine which…
Jas
  • 419
  • 1
  • 6
  • 14
0
votes
1 answer

Application Required run as adminstrator first time

I have developed an application in c#.net. Created a setup for windows 7 64 bit operating system. I have used Visual Studio 2010 to create a setup. I select the prerequisites for the application which are provided by default for 64 bit os setup…
Dharma Cool
  • 197
  • 1
  • 2
  • 11
0
votes
2 answers

Where are the files in publish?

If I use the publish feature in VS2008 (I think it's called ClickOnce install), and then install the published application in another computer, where are the files copied? In other words: If I need an auxiliary file (a .txt file) in the same path of…
Franklin Albricias
  • 213
  • 1
  • 4
  • 17
0
votes
1 answer

How to deliver only changes through .Net setup or patch technique

we have our business apps and size is 64 MB. every time add new functionality or change existing one then we rebuild our setup and deliver to client. so this means every time we are delivering 64 MB or more than that to our client. we have our main…
Thomas
  • 33,544
  • 126
  • 357
  • 626
0
votes
1 answer

How to affect configuration of IIS properties using Web Setup Project in Visual Studio 2005

I just built a setup.msi file using the Web Setup Project template within Visual Studio 2005 to deploy my web application to another web server. While it works OK, it results in a new virtual directory on the target webserver that requires a fair…
John Adams
  • 4,773
  • 25
  • 91
  • 131
0
votes
1 answer

How to force setup for checking whether prerequisite are installed?

I have developed wpf application in C#. I have created setup project successfully. It is successfully installing the prerequisite. I have included MS Access 2010 redistributable as a prerequisite. First time the setup runs successfully. Then I…
Shailesh Jaiswal
  • 3,606
  • 13
  • 73
  • 124
0
votes
1 answer

Sharepoint 2010 Live to Development VM Copy Setup (backwards deployment)

Live to Development Migration We are currently migrating some sharepoint sites from external live environments to development environments hosted on vm's. The sites are a mixture of websites and intranets. We have not had access to the live…
vinnie
  • 175
  • 2
  • 7
0
votes
1 answer

Installing .NET application with database

finally, with the help of Stackoverflow, i managed to finished my project. the last problem that i encountered is during installation. i created my installer using installshield limited edition. the installer includes .net 2.0 sp2, .net 4.0,…
0
votes
1 answer

ClickOnce cannot install SQL Server 2008 R2 Express and create database structure

ClickOnce is a great tool to create an installation file. But it cannot instal the MS SQL Server 2008 Express version, create an instance of my Database and run the database script. I did a research about MSI, but it seems the latest version of MSI…
Franva
  • 6,565
  • 23
  • 79
  • 144
0
votes
1 answer

Visual Studio 2010 Setup/Deployment Project targeting Windows 2000

I'm currently working on a C#/.NET project in Visual Studio 2010. The target framework for this application is .NET 2. As for the deployment of this project on my target system, I'm using a Deployment Project in my Visual Studio solution. As for…
0
votes
1 answer

Rails : simplify a complex Deployment Process

Heres the overview. I have developed a ruby on rails app on my local MacBook Pro machine using the standard webBrick server that comes with rails. All assets are in place and all gems are installed in the application. I have an account with 1&1 and…
Muhammed Bhikha
  • 4,881
  • 9
  • 36
  • 47
0
votes
4 answers

Do a Windows application ifself contain the .NET framework?

I have a Windows application which contain a deployer. Does the deployer itself contain a copy of the .NET framework? Or do we have to explicitily install it? When I check in the solution explorer, it shows the .NET framework under the deployer…
francis