简体   繁体   English

如何在安装程序中更改欢迎页面图像?

[英]How can i change welcome page image in my installer?

I want to change nsis welcome page default image in welcome screen so i am trying to use following code .But these are showing blank. 我想在欢迎屏幕中更改nsis欢迎页面默认图像,所以我尝试使用以下代码。但这些显示为空白。

CODE: 码:

!define MUI_HEADERIMAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Header\NXP.bmp"
!define MUI_WELCOMEFINISHPAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Wizard\NXP.bmp"

How did you create NXP.bmp? 你是如何创建NXP.bmp的?

NSIS doesn't accept all BMP variants. NSIS不接受所有BMP变体。 I sometimes need to open and save bmp files with Paint in order to be sure it will be a valid BMP file. 我有时需要使用Paint打开并保存bmp文件,以确保它是一个有效的BMP文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何更改 NSIS 中欢迎页面和完成页面中图像的宽度,使其看起来像背景? - How can I change the width of the image in the welcome and finish pages in NSIS so that it will look like a background? 如何获得NSIS欢迎页面出现 - How can I get NSIS welcome page to appear Nullsoft 安装程序 NSIS 未在欢迎页面上显示图像。 甚至不是默认的 - Nullsoft Installer NSIS not showing an image on the welcome page. Not even the default one 当我在 NSIS 安装程序欢迎屏幕中自定义位图图像时,更新的位图图像没有反映 - When I customize the bitmap image in NSIS installer Welcome screen the updated bitmap image is not reflecting 如何使我的安装程序检查无效的文件夹安装? - how can i make my installer to check for invalid folder installation? 将 MUI2 用于 NSIS 时,如何修改 MUI_WELCOME_PAGE 中的文本? - How can I modify the text in the MUI_WELCOME_PAGE when using MUI2 for NSIS? 如何在欢迎/完成页面NSIS中将标题放在图像顶部 - How to put Title on Top of Image in welcome/Finish Page NSIS 欢迎/完成页面上有一堆警告,没有图像 - A heap of warnings and no image on the welcome/finish page 卸载 NSIS 安装程序时如何更改位图图像 - How to change the bitmap image when uninstalling the NSIS installer 如何完成我的NSIS静默安装程序阻止? - How can I make my NSIS silent installer block until complete?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM