Pregunta

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

¿Fue útil?

Solución

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.

Otros consejos

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top