Skip to content
⌘ NSIS Forum Archive

Can i remove the cancel button ?

7 posts

moua#

Can i remove the cancel button ?

Can i remove the cancel and the close buttons ?

The result is not very clean :/

moua#
With a shorter text it's okay.

But with a long text, the result is over the cancel button, and as you see, it's not very clean.
iceman_k#
You can modify the size of the dialogs using ResourceHacker and use the larger dialogs instead- this way your branding shows up and the dialog painting is also clean.
kichik#
That's not supposed to happen and doesn't happen to me with the exact branding text. What version of NSIS are you using?
moua#
I use NSIS 2.0b3

But it's ok now, i use /TRIMRIGHT :
BrandingText /TRIMRIGHT "It's lighter with [moua] :-) - www.divxlight.com"

And the url is shorter, so it's ok now :



Thanks.