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

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

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