-1

I use Microsoft Visual Studio Installer Projects. The first time I create my setup file, but then after I publish my MSI, I did some updates to my application and I tried to re-build it, but it won't create a new MSI. Can someone please help me?

Stein Åsmul
  • 34,628
  • 23
  • 78
  • 140

1 Answers1

1

Errors: Please describe any error messages you see. Maybe use screenshots? (sparingly).

Basics: I don't use Visual Studio installer projects due to a number of limitations they suffer from (some degree of subjectivity there). However, you generally need to change some GUIDs such as product code and bump up the ProductVersion to set up a Windows Installer major upgrade when you want to upgrade your application.

Links: Here are some old, but hopefully helpful links (most from MSI expert Phil Wilson):

Stein Åsmul
  • 34,628
  • 23
  • 78
  • 140