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

Uninstallation Message Box


1 reply to this topic

reddy611

reddy611
  • Full Members
  • 117 posts

Posted 19 May 2008 - 10:19

Hi friends.

At the end of the uninstallation i want to delete the *.ini fiels,based on the user selection.so am pop-up ing one meesage like this

szMsg = "Do you want to keep configuration settings?";
SetDialogTitle(DLG_ASK_YESNO,TITLE_TEXT);
if(AskYesNo(szMsg,NO) = NO) then
...........
...........
endif;
The *.ini file's dynamiclley creating my application.

so the message comeing back side of the uninstallation dailog.
Because of this customer felling uninstalltion got struck.could any one tell me how to show the message box on top of the uninstallation dialog.

Regards.

Reddy.c

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 19 May 2008 - 19:27

Ask the question during the UI sequence.