Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 474
Alex McKenzie Avatar asked Dec 17 '13 15:12

Alex McKenzie


People also ask

What does publishing do in Visual Studio?

Publishing creates the set of files that are needed to run your application. To deploy the files, copy them to the target machine.


1 Answers

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.

like image 146
Alex McKenzie Avatar answered Oct 12 '22 23:10

Alex McKenzie