2

Is there anyway you could resize the rich textbox in the license page of an NSIS installer?

Thanks...

Machavity
  • 30,841
  • 27
  • 92
  • 100
Owen
  • 4,063
  • 17
  • 58
  • 78

1 Answers1

3
  • there are several choices that affect the size a little bit, checkbox vs button etc

  • Switch to the Modern UI if you are not already using it

  • Copy and resize one of the dialogs in \Contrib\UIs with resource hacker and use ChangeUI in your script

  • Call GetWindowRect/ScreenToClient/SetWindowPos with the system plugin at runtime in the show callback function for the page

Anders
  • 97,548
  • 12
  • 110
  • 164