Re: [WiX-users] Delete the shortcuts on uninstall

2011-01-11 Thread MeCoco
OK, I found the problem: I copy/pasted the code into a new sample and forgot to change the GUID :( Once I use a unique GUID everything works fine. MeCoco On 1/10/2011 6:02 PM, MeCoco wrote: > Hi all, > > I wrote the needed code to create 2 shortcuts: one in the Start Menu and > the other one on

[WiX-users] Delete the shortcuts on uninstall

2011-01-10 Thread MeCoco
Hi all, I wrote the needed code to create 2 shortcuts: one in the Start Menu and the other one on the desktop. The problem is that when uninstalling the product the shortcuts are not deleted, they both remain in the system. The code looks like: Can pls