Installer runs after update

After successfully updating my application the windows installer launches, requesting the setup files to reinstall the application. This happens whenever I send new files with the update.

Any ideas? Thanks

This is covered in the step-by-step walkthrough: http://wyday.com/wybuild/help/walkthrough.php

See Step 5b: Disable advertised shortcuts (For MSI installers)

Thank you. Is there a workaround for the cases that the software is already installed?

Deliver an update that executes a new installer with the shortcuts that are fixed.

Thank you!