I’m building an installer using WiX and I want all my installer’s dialogs to be larger than the default dimensions. Is there a central spot where I can set a width and height for all dialogs in my installer? If not, is there at least a way to change the built-in dialogs’ dimensions?
Share
In WiX v3.6 you can use localization files to change size and location of dialogs and controls. See my blog post for details. It’s still a lot of work to change everything.