Hi,
Whenever an msi is installed the Remove button in the Control Panel -> Add/Remove programs calls the "msiexec /x {GUID}".
Can I disable this and make my Program.exe located in C:\Program Files to be called instead ?
I have tried changing the UninstallString in the registry Microsoft->Windows->Uninstall. Did not work for me. (Maybe I did some mistake of manually changing and trying using 'regedit')
Can anybody provide me a way to call my "Program.exe" instead of "msiexec /x" via WiX ?
Regards,
tvks