最新发布第27页
排序
nsis使用URLDownloadToFile下载文件
在Urlmon.dll中有个函数叫URLDownloadToFile,顾名思义,是一个用来下载文件的东西,我们做在线安装或者其他很多时候,往往需要提前下载一些小的文件来配置当前将要安装的程序,遇到这种情况去...
使用自定义页面跳过MUI常规页面的例子
/* 这是一个使用自定义页面跳过MUI常规页面的例子 跳到上一页面: SendMessage $HWNDPARENT 0x408 -1 0 直接跳到相对当前页面的下n个页面: SendMessage $HWNDPARENT 0x408 n 0 */ !include 'MU...
页面上的图像 – 从文件
OutFile 'ICO_DLL-test.exe' !include nsDialogs.nsh Page custom CreatePage Function CreatePage nsDialogs::Create 1018 Pop $0 ; i* : ID的图标 - 从可执行文件(.exe),或DLL System::Cal...
Embarcadero RAD Studio 10.4.1 v27.0.38860.1461
Embarcadero RAD Studio是快速的应用程序开发解决方案,可使用开发人员喜欢的集成工具链在Delphi和现代C ++中快速构建高性能的本机跨平台应用程序!集编写、编译、打包和开发跨平台本机应用程序...
隐藏最大化和最小化范例
!define APPNAME 'Remove MinimizeMaximize' name '${APPNAME}' outfile '$%temp%\${APPNAME}.exe' showInstDetails show !include MUI.nsh installdir '$Temp\NSIS-Test' Function myGUIInit ;...
ResHacker NSIS获取控件ID
Function mulu ;禁用浏览按钮 FindWindow $0 '#32770' '' $HWNDPARENT GetDlgItem $0 $0 1001 EnableWindow $0 0 ;禁止编辑目录 FindWindow $0 '#32770' '' $HWNDPARENT GetDlgItem $0 $0 1019 ...
卸载页面收集信息表单演示
!include nsDialogs.nsh !include LogicLib.nsh OutFile 'Test.EXE' Name 'Test' !include 'MUI2.nsh' Page custom ReportPageShow ReportPageLeave !insertmacro MUI_LANGUAGE 'SimpChinese' V...
NSIS 窗体顶置
主要部分: !define HWND_TOPMOST -1 !define SWP_NOSIZE 1 !define SWP_NOMOVE 2 System::Call 'user32::SetWindowPos(i $HWNDPARENT, i ${HWND_TOPMOST}, i0, i0, i0, i0, i ${SWP_NOSIZE}|${...
如何用NSIS注册字体
!include WinMessages.nsh Section 'MainSection' SEC01 File /oname=$FONTS\tahoma.ttf tahoma.ttf Push '$FONTS\tahoma.ttf' System::Call 'Gdi32::AddFontResource(t s) i .s' Pop $0 IntCmp...
UltraEdit 绿色便携版DIY
########################## ; UltraEdit 绿色便携版DIY ########################## SetCompressor /SOLID lzma ;;请使用最新的NSIS2.09进行编译…… !include 'DirSetting.nsh' /*** DirSetti...














用户52488063
1小时前0
谢谢分享,,,,,