NSIS trivia

Today I learned:

  • Modern UI dialogs are 140×300 pixels
  • nsDialogs::create 1018 creates a standard dialog according to the docs for NSDialogs, but most code uses 1044 instead (todo: investigate difference)
  • The Modern UI also has control 1040 for the welcome and the finish page.