Ok.... I'm working on a addon for O&O SafeErase 3.... The addon works perfectly..... I have one problem.... I create the shortcut just like the default installer does.... Start/All Programs/O&O Software/O&O SafeErase.... I can delete it also with no problem..... The problem comes in if you have more that 1 O&O software installed... Reason being that O&O creates shortcuts to all their software in: Start/All Programs/O&O Software/ So what you could have is shortcuts like this: Start/All Programs/O&O Software/O&O SafeErase Start/All Programs/O&O Software/O&O Defrag Start/All Programs/O&O Software/O&O etc........ So when my addon is uninstalled I need it to check to see if any other shortcuts exists there.... If so ONLY delete the O&O SafeErase part.... If not, delete the whole thing..... Hope I explained it clear enough...... Right now this is the code I'm using...... [Program.DelShortcut] Name =O&O SafeErase Wizard,0x00000002 SubDir=O&O Software\O&O SafeErase [Program.DelShortcut1] Name =O&O SafeErase Help,0x00000002 SubDir=O&O Software\O&O SafeErase Of course this is just standard... Ok... I await the gods of addons suggestion!