nsis - How to change Progress bar length in MUI instfiles page and arrange button position? -
i'm using mui page instfiles in installer , want change length of progress bar , position of "show details" button in it. possible still using mui page or have make own custom page nsdialogs
?
you can use resource hacker edit ${nsisdir}\contrib\uis\modern.exe
, use new ui resource:
!define mui_ui mynewui.exe !include mui2.nsh ...
the other alternative call setwindowpos
or movewindow
system plugin @ run-time bit harder do...
Comments
Post a Comment