Owen
Owen

Reputation: 4173

NSIS license page

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

Thanks...

Upvotes: 2

Views: 1137

Answers (1)

Anders
Anders

Reputation: 101736

  • 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

Upvotes: 3

Related Questions