I need to be able to hide or disable the Cancel button in my installer when the user clicks on Remove in the ARP. Is there any way to go about doing that, and if so, how? (Adding the /qb! command line option into the UninstallString registry value doesn't work. I tried. No IDE-specific answers, please, unless they pertain to Wise Windows Installer Editor.)
Edit: While Christopher Painter's answer does to the trick, it's not a 100% solution. Unfortunately, the InstallFinalize action shows the Cancel button again, and even when I put another call to my custom action right after it, the button is still visible for a long enough time for the user to be able to click it. (I verified this by having a message box come up during my custom action so I could see when it was being called.) Once I hide the Cancel button, I want--no, need--it to stay hidden. Period. Is there any way that I can achieve that?