Skip to content
Discussion options

You must be logged in to vote

My FOSS project IsWiX has WiX templates for v3 and v4 that include just this. You simply uncomment one line of XML and a custom dialog stubbed out with a header, body, footer and logic for the RememberProperty pattern is automatically inserted.

https://github.com/iswix-llc/iswix-tutorials/blob/master/WiX-v4-HeatWaveBuildTools/desktop-application/Installer/DesktopApplication/UI-CustomDialog.wxs

You simply reference the UI element.

https://github.com/iswix-llc/iswix-tutorials/blob/master/WiX-v4-HeatWaveBuildTools/desktop-application/Installer/DesktopApplication/UI.wxs

Note the publish dialog names are dependency on which UI experience you pull in. In this example it's made for WiXUI_Feature…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@kriveci
Comment options

Answer selected by kriveci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants