简体   繁体   中英

How to change Progress bar length in MUI instfiles page and arrange button position?

I'm using the MUI Page INSTFILES in my Installer and I want to change the length of the Progress bar and the Position of the "Show Details" Button in it. Is this possible still using the MUI Page or do I have to make my own custom Page with nsDialogs ?

You can use Resource Hacker to edit ${NSISDIR}\\Contrib\\UIs\\modern.exe and then use this new UI resource:

!define MUI_UI myNewUI.exe
!include MUI2.nsh
...

The other alternative is to call SetWindowPos or MoveWindow with the system plugin at run-time but this is a bit harder to do...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM