wix - Add cancel header to the HyperlinkTheme.xml file -


is there way add cancel event header theme file, can configure user cancellation event , display appropriate message. far getting setup failed message if user cancelled installation or other failure occurred.

you can control text on confirmation message box displayed when user clicks cancel button. so, provide custom .wxl file , change confirmcancelmessage string. default is:

<string id="confirmcancelmessage">are sure want cancel?</string> 

(see src\ext\balextension\wixstdba\resources\*.wxl files examples).

however, in wixstdba, when user clicks cancel button during apply(), wixstdba go failure page. or success page 2 options today. there has been discussion extending failure page more customizable no work has been done on idea.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -