
When launching the uninstall from Add\Remove programs applet, the progress bar contains Cancel button (see attached bmp).
At first, I thought that the UninstallString registry value in HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\{ProductCode}\ should be changed in this way:
msiexec /x{ProductCode} /qb!
But, it does not work, I even tried to write custom action that hide the cancel button (the example appears in msdn), but again it does not work.
So, how can I hide it?
Please help,
Thanks in advance,
Limor