Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Change Setup Project Version

I have a Setup project that I built a while ago in VS2010 and have recently ported that project into VS2013.

I installed the Microsoft Visual Studio Installer Projects extension and my Setup project compiled fine.

However, I cannot figure out how to change the version of my Setup project without manually changing the .vdproj file. In other words, in VS2010, I was able to go to a Properties page of the Setup project and change the version there - and VS would respond with a warning that I should change the GUID of the project as well. - That feature is no longer in this new extension that I can find.

How do I change the Setup project version in the new Visual Studio Installer Project extension?

like image 714
Jed Avatar asked Jan 10 '23 06:01

Jed


1 Answers

Select the Setup project in Solution Explorer, then click the F4 function key. The Properties page will open up.

like image 180
Jed Avatar answered Jan 19 '23 12:01

Jed