Archive: Add Custom text in Remove/Repair screen


Add Custom text in Remove/Repair screen
All,

In my NSIS application i have defined UMUI_MAINTENANCEPAGE_REPAIR. The default maintenance page shows REPAIR and REMOVE options. I would like to add few label on same page some this like "Previous installation was detected. Would you like to Remove or Repair". Can any one help me on this?

Thanks
Bala


As I do not have experiences with UMUI I suppose there is nsDialogs page created, so you need to add new label with ${NSD_CreateLabel} command.


I've not checked the UMUI source but I think it predates nsDialogs so you would need to add the label the InstallOptions way if that is the case.

Stu