Updating Control Panel version

Hello!My question is: how can I also update the version of my program, shown in the Windows Control Panel, while performing an update using the AutomaticUpdater?

Thanks in advance,Nick

Hey Nick,

This is just a simple registry change. Specifically, HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\[YourAppName OR GUID], then set the "DisplayVersion" to "%version%"

Thanks for your reply.I've already did it. But my problem is that I don't know what GUID my product has because I'm using InstallShield to delpoy the installer (setup.exe) and I have to change the ProductCode each time I release a new version to make the user able to upgrade...