I have an application auto updater which checks for new updates, moves the existing files including the app.exe into a new folder and copies the new version .exe + .dll's into the app folder
everything has been working perfectly without issues but there's one small glitch - the shortcuts created at the time of the original install become invalid
Is there a way to programmatically fix those shortcuts ?