Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
因此,在我的安装程序完成几乎所有我想做的事情之后,我现在需要更改您在运行时看到的安装程序的外观。我不知道该怎么做。我知道它与 MUI 有关,但与哪个部分无关。你们都好心帮忙吗。谢谢
您基本上需要包含MUI.nsh或最好MUI2.nsh重新定义 gui 布局,然后您可以通过定义一些宏来定制您需要的界面。
MUI.nsh
MUI2.nsh
现代用户界面文档解释了所有可能的设置,还提供了几个示例的链接,您应该尝试查看将哪些内容集成到您的设置中。
在您自己的 NSIS 发行版中,还Docs\Modern UI 2\为文档和Examples\Modern UI\示例脚本安装了这些文件。
Docs\Modern UI 2\
Examples\Modern UI\
您可以使用一些第三方插件,例如 Graphical Installer (www.graphical-installer.com),它允许您完全重新设置安装程序。