deployment-project Questions
5
Solved
I have a deployment project which will not let me install over an older version. The msi file says to uninstall the program first from Add/Remove programs. This is not a good user experience. How c...
Encephalic asked 11/6, 2010 at 17:10
2
I've been able to place files on my IIS server using Microsoft.Web.Deployment code:
DeploymentSyncOptions syncOptions = new DeploymentSyncOptions();
DeploymentBaseOptions sourceBaseOptions = new D...
Primordial asked 30/3, 2011 at 21:0
8
Solved
I've got a VS2008 deployment project that builds an installer for a couple of Windows services.
Each service references several different projects:
CustomerName.MailSendingService
-> CustomerNa...
Bushcraft asked 25/9, 2008 at 17:20
1
Solved
I have a deployment project deployment.vdproj to which I have added the project output of project.csproj. I want to build deployment.vdproj through the command line. But while doing so I need to sp...
Pneumoencephalogram asked 25/5, 2009 at 6:1
1
© 2022 - 2024 — McMap. All rights reserved.