質問

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

役に立ちましたか?

解決

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.

他のヒント

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top