-1

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

default locale
  • 13,035
  • 13
  • 56
  • 62
user1358072
  • 447
  • 2
  • 12
  • 26
  • possible duplicate of [Will Web Deployment Projects still be available in Visual Studio 2012?](http://stackoverflow.com/questions/11229582/will-web-deployment-projects-still-be-available-in-visual-studio-2012) – Gert Arnold Jun 24 '13 at 09:52

2 Answers2

1

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.

igelineau
  • 763
  • 9
  • 14
  • I am just using the third-party setup (Inno Setup) as you advised. It worked like a bomb. Thanks very very much :)))) – user1358072 Jun 24 '13 at 10:00
0

vdproj Setup Project support has been removed in VS2012.

Consider WiX as alternative.

WiX also compiles without installing VS 2012 Professional, although you cannot open WiX project in VS 2012 Express.

linquize
  • 19,828
  • 10
  • 59
  • 83