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

Custom Dialogs


2 replies to this topic

Gadlakha

Gadlakha
  • Members
  • 18 posts

Posted 02 March 2005 - 11:29

Hi.
I have a problem. I am using some custom dialoges that I display during normal installation. The problem is that I want to display those dialogues during Uninstallation - Modification option also, before the actual modification begins (i.e the data is moved).
I am not able to get through as to how to do this.
If any one of you have any idea as to how I can achieve this.
Thanks & Regards.
Gautam Adlakha.

jrcoldinmn

jrcoldinmn
  • Members
  • 16 posts

Posted 02 March 2005 - 15:03

In OnBegin, I use the following test to determine if this is an uninstall

if REMOVEALLMODE == 1 then
// Do something here;
endif;

vikasagg

vikasagg
  • Members
  • 13 posts

Posted 05 March 2005 - 06:46

If you are using Maintenance Mode then in OnMaintUIBefor event you can call those dialogs.