Click here to Skip to main content
15,883,705 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone!

I am deploying C# projects using InstallShield. I'm unclear as to how to deploy upgrades that allow you to install over the top of an existing upgrade. All of my updates have had to require the end user to uninstall the previous version before installing the new one.

What I've found so far in AssemblyInfo.cs is AssemblyVersion and AssemblyFileVersion. Do those need to be incremented each time? If so, what are the requirements of those numbers? Also, in InstallShield does the Application Version in the Application Information of the Project Assistant need to match those numbers, too?
Posted

1 solution

I found it myself. Changing the Product Code/Upgrade Code does the trick.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900