Skip to content
⌘ NSIS Forum Archive

Custom width/height pages

2 posts

********#

Custom width/height pages

Is there any way to get custom size pages in NSIS?
For example I need narrow dialog for license page, wide one for path selection screen and a custom little finish dialog with all buttons NSIS normally has. The problem with resorce hacked dialog 105 is that all pages are of equal dimensions. Is there any workaround?
Afrow UK#
Not really.
Currently they're all fixed sizes.
There is one workaround where you have seperate installers which are compressed into one main one and then extracted and executed. Each installer has the specific page and a specific UI depending on how big you want it.
The problem here is how to transfer data between the installers.

-Stu