Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

How to remove cancel button during uninstall


1 reply to this topic

rags33

rags33
  • Members
  • 15 posts

Posted 22 January 2002 - 00:05

Hi,

I use IS 6.22. When uninstall my product. In the status bar there is a cancel button. I do not want the user to hit the cancel button once the uninstallation starts. How do I disable the cancel button.



Lucky

Lucky
  • Members
  • 119 posts

Posted 22 January 2002 - 09:32

Use
SetStatusWindow(0, "");
Enable(STATUSOLD);
StatusUpdate(ON, 100);

But I think pressing Esc during data transfer will still abort.