I'd like to write a removal tool for Messenger Live within Add/Remove programs.
The following commands will need to be run;
msiexec /x {A85FD55B-891B-4314-97A5-EA96C0BD80B5}
msiexec /x {45338B07-A236-4270-9A77-EBB4115517B5}
msiexec /x {205C6BDD-7B73-42DE-8505-9A093F35A238}
msiexec /x {A1F66FC9-11EE-4F2F-98C9-16F8D1E69FB7}
msiexec /x {95120000-00B9-0409-0000-0000000FF1CE}
msiexec /x {22B775E7-6C42-4FC5-8E10-9A5E3257BD94}Please tell me how I can add a link to this Uninstaller, as well as the Uninstaller itself, using NSIS.I'd like the shortcut to be located in "$SMPROGRAMS\Windows Live", and the uninstaller itself located in "$PROGRAMFILES\Windows Live\Uninstaller"
Please tell me how to create this Uninstaller.
Thanks in advance,
Panarchy
PS: I'll need to embed the code within my install script for the Messenger alternative.
PPS: Not sure if any of the following links will be helpful to you;
EDIT: This guide I found especially helpful;