如何更改默认NSIS按钮的宽度(下一步、取消等) [英] How do I change the width of the default nsis buttons (next, cancel, etc..)

查看:0
本文介绍了如何更改默认NSIS按钮的宽度(下一步、取消等)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何更改默认按钮的宽度(下一步、取消等。) 我想把按钮的宽度增加20个像素,听起来很容易,但..

假设我有这样的东西:

# declare name of installer file
outfile "hello world.exe"

# open section
section

# create a popup box, with an OK button and some text
messageBox MB_OK "Now We are Creating Hello_world.txt at Desktop!"

/* open an output file called "Hello_world.txt", 
on the desktop in write mode. This file does not need to exist 
before script is compiled and run */

fileOpen $0 "$DESKTOPHello_world.txt" w

# write the string "hello world!" to the output file
fileWrite $0 "hello world!"

# close the file
fileClose $0
# Show Success message.
messageBox MB_OK "Hello_world.txt has been created successfully at Desktop!"


# end the section
sectionEnd

我该如何着手进行此操作?

推荐答案

This is the plugin you are looking for, may be.

这篇关于如何更改默认NSIS按钮的宽度(下一步、取消等)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆