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

requirements to deploy the mvc 3 application to the server

I want to deploy the application in the Windows Server 2008 R2. But I am wondering if I need to install the .Net Framework 4.0 since the version available in the server is 2.0? Do I need also to install the MVC Framework?
user335160
  • 1,364
  • 6
  • 32
  • 67
0
votes
1 answer

Setup project with autoupdate feature vs2010

I have created a setup project in visual studio. It works fine, now when i make some changes, create new setup file and then try to execute it. It gives me this error. I don't want user to bother with this step. I want it to update the application…
Manvinder
  • 4,495
  • 16
  • 53
  • 100
0
votes
1 answer

FlexGrid dll registration during install?? Maybe?

As the title suggests, I am at a loss and I'm hoping to get a little help from someone in here... I am trying to create an installer package using VS2010 setup and deployment for a colleague's winforms app that uses a flexgrid. The project builds…
user10001110101
  • 301
  • 1
  • 8
  • 20
0
votes
2 answers

Symfony 2 application without CSS content in OVH server?

I searched almost two days for a solution but really i cant untill now, In short I deployed my site to a OVH server with filezilla following the steps in this tutorial here After deployment I find that my site works fine but without CSS content in…
Nll
  • 819
  • 5
  • 19
  • 41
0
votes
2 answers

the signing certificate and private key do not match or do not contain valid information

i am working a setup project and i want to sign my "setup.exe" file. For this issue, i have; A "setup.exe" file A "aaa.pfx" file (Also i am using this pfx file as my site ssl certificate.) Firstly, i converted pfx file to crt and pvk above…
Savas Adar
  • 4,083
  • 3
  • 46
  • 54
0
votes
1 answer

dotnetInstaller should terminate on failure of registry check

I have very basic requirement of terminating the installation process on failure of finding registry key, during execution of dotNetInstaller bootStrapper. I am installing WebApplication and want to fail the installation on absence of IIS. But it…
Anand
  • 4,523
  • 10
  • 47
  • 72
0
votes
2 answers

What can cause an unexpected reboot during setup?

I have built a web setup project in Visual Studio. When it is installed on one machine it prompted the user to reboot and I don't know why. It is installing over the top of a previous version. It doesn't do it on my machine. What can cause this, and…
Craig Shearer
  • 14,222
  • 19
  • 64
  • 95
0
votes
1 answer

Package VS2008 install project in XP for Win7

I'm developing on WinXP Pro 32bit using VS2008 Pro. Do I need to create an installation/deployment project in any special way to get my application on install on a Win7 Pro 64Bit computer? At the moment, the deployment setup project I have setup in…
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
0
votes
1 answer

add Website Shortcut for website: http://www.google.com in user program?

i want to add Website Shortcut for website: http://www.google.com in user program(start-->all program) in window forms C# while we install our software setup and it install like in user program:- demo(folder in all program) -demo software…
andy
  • 595
  • 3
  • 8
  • 23
0
votes
1 answer

setup deployment: How to give permissions to the C: directory application folder database?

I have done a little app in C# .Net and it uses a Access database. The app is finished but I have a little problem when I try to install it by install Shield. I did some research and the problem seems to be permissions. The database is short and is…
-1
votes
2 answers

Component installed yes/no list like in the VisualStudio Setup

I'm search a component/possibility that allows me to create such a nice looking "Component installed Yes/No" list like this: (source: dotnet-forum.de) What is the best way to do this? A modified "CheckedListBox", a Table or paint it myself? Thanks.
Tim Siefert
  • 606
  • 2
  • 7
  • 13
-1
votes
1 answer

Visual studio deployment setup: Process not getting killed

I have created a form application in VC++ and developed a deployment setup. We I run the sources through visual studio, the form pops up. When I close it however, it doesnot exit completely. The task manager still shows the process running. So need…
Saurabh Ghorpade
  • 1,137
  • 5
  • 15
  • 22
-1
votes
1 answer

How to create C# desktop application setup file along with database

I created a C# application for my client with a database so I created a setup file which runs fine on my PC, but on my client's PC, it shows this error error msg I need to submit it to my client but it's showing this error; I think I am having…
-1
votes
1 answer

How to run Bin/Setup on spree commerce setup

I am setting up spree. Got far as this and dont know what to do thereafter. "Run bin/setup in said directory" What must I type in the terminal to setup?
-1
votes
1 answer

how to publish vb.net project with MySQL database on another computer

I have an application using vb.net with MYSQL database in visual studio 2015 now i need to create a installation package to deploy the application to client computer. I don't have any idea how to do this please anyone give tips how i can do this, im…
Ejaz Sarwar
  • 9
  • 1
  • 8