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

Restart after uninstallation


1 reply to this topic

dxd2000

dxd2000
  • Members
  • 11 posts

Posted 29 March 2002 - 21:12

How can I either prompt the user to reboot or force a reboot after uninstallation?

Thanks.
Rgds,Doug

toatman

toatman
  • Members
  • 3 posts

Posted 12 April 2002 - 19:53

You must create a Custom Uninstall dll.

in the UninstUnInitialize() routine, pop up a message warning (or asking) the user about the reboot.

then, use the Win32 API to reboot.
Thomas