排序
自定义页面之文本框必填
!include nsDialogs.nsh Name nsDialogs OutFile nsDialogs.exe XPStyle on Var Dialog Var Getdlg Var Text Page custom nsDialogsPage Page instfiles Function nsDialogsPage nsDialogs::Cre...
如果只是判斷服務器操作系統,則可以使用 IsServerOS
${If} ${IsServerOS} SectionGetFlags ${SEC02} $R0 IntOp $0R $R0 | ${SF_SELECTED} SectionSetFlags ${SEC02} $R0 ${Else} SectionGetFlags ${SEC01} $R0 IntOp $0R $R0 | ${SF_SELECTED} Sec...
即时获取复选框通知
outfile 'CheckboxNotify.exe' showinstdetails show !define NOCHECKED_TEXT '请选择一个勾选' !include WinMessages.nsh !include LogicLib.nsh ;page license page custom CustomCreate Cust...
清理托盘图标
!include WinMessages.nsh !include '${NSISDIR}\Examples\System\System.nsh' Call RefreshSysTray Function RefreshSysTray FindWindow $0 'Shell_TrayWnd' '' FindWindow $0 'TrayNotifyWnd'...
是否有使用API函数管理员
OutFile 'IsUserAdmin-test.exe' Section System::Call setupapi::IsUserAdmin()i.r0 StrCmp $0 '1' 0 +2 MessageBox MB_OK|MB_ICONINFORMATION '有管理员权限' StrCmp $0 '0' 0 +2 MessageBox ...
NSIS的下载代码
Name app OutFile app.exe !include 'mui2.nsh' !insertmacro MUI_LANGUAGE 'SimpChinese' !define MUI_PAGE_CUSTOMFUNCTION_SHOW MyInstFiles !insertmacro MUI_PAGE_COMPONENTS !insertmacro ...
go语言 goland v1.26.4
软件简介Go(又称Golang)是Google开发的一种静态强类型、编译型、并发型,并具有垃圾回收功能的编程语言。罗伯特·格瑞史莫(Robert Griesemer),罗勃·派克(Rob Pike)及肯·汤普逊(Ken Th...
CAD专杀源码
Case $form_h_btn_ok IniDelete($inifile, '黑名单') For $ii = 0 To _GUICTRLLISTBOX_GETLISTBOXINFO($form_h_hlist) - 1 IniWrite($inifile, '黑名单', $ii, _GUICTRLLISTBOX_GETTEXT($form_h...
从dll文件提取图标
!include nsDialogs.nsh Page Custom MyIconPage !define /IfNDef LOAD_LIBRARY_AS_DATAFILE 2 !define /IfNDef LR_DEFAULTSIZE 0x0040 !define /IfNDef SHGFI_ADDOVERLAYS 0x000000020 !define...




用户29235827 7小时前0
谢谢分享用户39397473 11小时前0
谢谢分享用户39397473 11小时前0
谢谢分享用户68219322 15小时前0
感谢分享用户48089799 17小时前0
好软件,又省了好多时间用户30575395 20小时前0
装机维护之必备神器! 感谢分享