Alex McKenzie
Alex McKenzie

Reputation: 912

Change Publisher Visual Studio

I've used Visual Studio Express 2012 to make a simple program, but I am having trouble changing the publisher. I can go to project > properties and change the assembly information, but it does not work. Whenever I publish the clickonce application it still shows the publisher as the old information.

Where do I go to change the Publisher information?

Upvotes: 7

Views: 14871

Answers (3)

Sam Keshri
Sam Keshri

Reputation: 1

Go to Project -> Properties -> Publish Tab -> and click on Options button ->Select Description -> Publisher Name field

Upvotes: 0

Alex McKenzie
Alex McKenzie

Reputation: 912

After digging around a bit more, I've discovered the answer.

Go to Project > Properties > Publish Tab > and click on Options button under Install Mode and Settings.

From there you can customize all the information that shows up when you publish your app.

Upvotes: 17

Dung
Dung

Reputation: 20625

in Visual Studio 2013, Right click on the project, select property, select Publish tab, click on Options button, select Description, then Publisher Name field, done.

Upvotes: 2

Related Questions