汉口网站制作公司,wordpress下载类主题系统主题,建网站公司哪个比较好,电子外贸网站在制作安装程序的时候#xff0c;我们会经常遇到根据用户的不同选择而随后显示不同的安装信息采集页面。 其实很简单#xff0c;在使用NSIS的时候发现了这么个方法#xff0c;记下来防止自己忘记哈#xff1a;Code; MUI 2 compatible ------!include MUI2.nsh!…在制作安装程序的时候我们会经常遇到根据用户的不同选择而随后显示不同的安装信息采集页面。 其实很简单在使用NSIS的时候发现了这么个方法记下来防止自己忘记哈Code; MUI 2 compatible ------!include MUI2.nsh!include Registry.nsh!include LogicLib.nsh!include nsDialogs.nshPage custom ShowAdminInfo LeaveAdminInfoFunction ShowAdminInfo #test for display custom page in different condition ${If} $RadioButton_State_CustomPage ${BST_CHECKED} ${Endif}FunctionEnd 转载于:https://www.cnblogs.com/jim-chb/archive/2009/06/16/1504185.html