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

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -