Search code examples
c#setup-deployment

how to add publish and deployment in a new project window


I wish you to be able to help me with this small issue :) please look at below pictures. I don't have publish and deployment in the new project (Visual Studio 2012). how to solve this problem? any idea? i will appreciate your advice!! I need to create a installer setup for my WPF application.

Publish and deployment image:

publish and deployment image

My problem here: my problem here


Solution

  • Microsoft removed the support for setup applications in Visual Studio 2012 (yeah I know it sucks !)

    You can use Visual Studio 2010 to create your setup project, ClickOnce Deployment or a third-party setup program like Inno Setup.