Skip to content
⌘ NSIS Forum Archive

changing size of license agreement box

2 posts

statblaster#

changing size of license agreement box

is it possible to adjust the size of the box that the license agreement resides?

if so, how?
deguix#
1) Use a resource editor to open the UI you use (Default UI - "NSIS\Contrib\UIs\Default.exe", Modern UI "NSIS\Contrib\UIs\Modern.exe")

2) Select Dialog 102 (, 108 if you chose for 2 radiobuttons or 109 if you chose for a checkbox forms of the Licence page).

3) Select control 1000.

4) Resize it as you want.

5) Save the changes.

(Instructions based on [i]Resource Hacker)