Namo
Namo

Reputation: 157

Unable to create setup file for C# WinForm Application

I'm trying to create setup file of my C# WinForm Application, for that I'm referring this article, please see the 5th step, after selecting Setup and Deployment option following window gets open

Expected,

but in my case when I select Setup and Deployment option the following window gets open

enter image description here

i.e. I'm not able to see any option like "Setup Project", "Web Setup Project".... I'm strange why it happening, please help.. Thank you..!

Upvotes: 0

Views: 206

Answers (1)

MRebai
MRebai

Reputation: 5474

Hey mate you can find what you need under Setup and Deployment item, just click on the arrow header and you ll find what you need. Like this :

enter image description here

Upvotes: 1

Related Questions