简体   繁体   English

NSIS:当MUI_PAGE_INSTFILES完成时,如何自动按“下一步”按钮

[英]NSIS: How to press “Next” button automatically when MUI_PAGE_INSTFILES is complete

I'm making an installer with NSIS and have the following pages: 我正在使用NSIS安装程序并具有以下页面:

!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH

On each page must press the "Next" button. 在每个页面上必须按“下一步”按钮。

How to press "Next" button automatically when installation is complete in MUI_PAGE_INSTFILES? 如何在MUI_PAGE_INSTFILES中完成安装后自动按“下一步”按钮?

Have you defined MUI_FINISHPAGE_NOAUTOCLOSE in your script? 你在脚本中定义了MUI_FINISHPAGE_NOAUTOCLOSE吗?

From the manual : 手册

MUI_FINISHPAGE_NOAUTOCLOSE

Do not automatically jump to the finish page, to allow the user to check the install log. 不要自动跳转到完成页面,以允许用户检查安装日志。

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

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