开发者

Centering NSIS MUI Header image

开发者 https://www.devze.com 2023-03-17 03:41 出处:网络
As I have read so far, it seems that the header image of a wizard page created by NSIS MUI can be only left or right aligned?

As I have read so far, it seems that the header image of a wizard page created by NSIS MUI can be only left or right aligned?

Is there any possibility of centerin开发者_JAVA技巧g the image?


You can do whatever you want with it—but you will need to modify the dialog, which is stored in a resource in an executable. Take a look in the Contrib\UIs directory. You'll need a resource hacker to change it (modern.exe is the default, see Contrib\Modern UI\System.nsh). Then when you're done you can define MUI_UI to the path to your modified executable.

Also consider how you'll get the header text in if you centre the image (or if you want to throw it away).

0

精彩评论

暂无评论...
验证码 换一张
取 消