motime
motime

Reputation: 564

How to create a requirement check/validation dialog with WiX?

I am trying to create a validation dialog in my installer similar to this:

http://s11.postimg.org/bvapvqour/Sql_Server_Support_Files.png

I can't find any documentation or samples that are trying to achieve anything similar.

I am using wix toolset 3.8.

Upvotes: 2

Views: 274

Answers (1)

leshy84
leshy84

Reputation: 700

You need to use a setup bootstrapper with the UI you want. We achieve this functionality by using WiX Burn and WPF UI.

For example, see WiX sources: Setup\WixBA

Upvotes: 1

Related Questions