Hi!
I'm using Advanced installer to create my installation package. The install of my application works and it will create shortcut on desktop and pin shortcut in start menu. That how I want it. But when unistall the application shortcut on desktop is left. The shortcut doesn't work because the application is unistalled (expected). I want the shortcut on my desktop to be removed also.
In Advanced Installer, "Files and Folders" > "Desktop" I can see my "File Shortcut". I have added a "New File Operation" > "File Removal" with option "Remove On" set to "Component uninstall".
Tried with add a condition "REMOVE = "ALL". But the shortcut is still on my desktop.
Testing on Windows 11.
Tried to create a install/uninstallation log to get any clues why the shortcut is not removed witn Msiexec.exe but I get error "This installation package could not be opened."
An install with wizard works fine.
Any tips how I can get this shortcut go away on uninstall?
Regards