VMware Cloud Community
AnonymousDefaul
Enthusiast
Enthusiast

Custom message on uninstaller

Current message in the question dialogue, which comes right after I click on uninstaller, is ' Do you want to uninstall xyz and all of it's modules' . I would like to customize this message. I tried adding a Question Dialogue in Pre-Uninstall section but that added an extra question dialogue instead of overwriting the main one.

Labels (1)
Reply
0 Kudos
2 Replies
AnonymousDefaul
Enthusiast
Enthusiast

This can be done by adding a custom question (which you have mentioned already) and disabling the default question shown by InstallBuilder. This can be done by disabling <askForConfirmationOnUninstall> - such as:

<project>     <askForConfirmationOnUninstall>0</askForConfirmationOnUninstall>     ... </project>

Reply
0 Kudos
AnonymousDefaul
Enthusiast
Enthusiast

Thanks for your response. But I believe the best thing would be to change this from the en.lng file Installer.Uninstallation.ConfirmationQuestion=Do you want to uninstall %1$s and all of its modules? This should take care of it.

Reply
0 Kudos