最新发布第50页
排序
AU3安装目录结构
AutoIt 安装器创建的目录结构(通常在\Program Files\AutoIt3,汉化版本在d:\Autoit3) 下表是主要的目录结构说明. 安装器同样也会在开始菜单中创建项目, 不会在其他位置创建或者修改文件.汉化版本...
CPUFeatures为NSIS提供获取cpu信息的插件
!define /date BUILD_DATE '%Y-%m-%d' Caption 'CPUFeatures Test-Suite' BrandingText 'Built on ${BUILD_DATE}' !addincludedir '....Include' !ifdef NSIS_UNICODE !addplugindir '....Plugi...
操作系统环境变量
!include 'StrFunc.nsh' ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME 'Setup_Wintech' !define PRODUCT_VERSION '2.0' !define PRODUCT_PUBLISHER 'Wintech Digital Systems Tec...
判断X86,X64,IA64操作系统
SetCompressor /SOLID lzma XPStyle on !include WinVer.nsh OutFile '判断X86,X64,IA64操作系统.EXE' Name '判断X86,X64,IA64操作系统' Section ${If} ${AtLeastWinXP} System::Alloc 36 pop $...
NSIS 检测.NET Framework版本(学习九)
Section -.NET Framework ;检测是否是需要的.NET Framework版本 Call GetNetFrameworkVersion Pop $R1 ;${If} $R1 < '2.0.50727' ;${If} $R1 < '3.5.30729.4926' ${If} $R1 < '4.0.303...
NSIS源码AdvSplash学习笔记
// 系统版本 // http://msdn.microsoft.com/en-us/library/windows/desktop/aa383745(v=vs.85).aspx // Windows Server 2003 with SP1, Windows XP with SP2_WIN32_WINNT_WS03 (0x0502) #define...
使用WinVer.nsh头文件判断操作系统版本
AtLeastWin<version> 检测是否高于指定版本 IsWin<version> 检测指定版本(唯一限定版本) AtMostWin<version> 检测是否低于指定版本 <version> 允许的值: 95、98、ME...
nsDialogs在ListBoxes之间移动数据
/*nsDialogs在ListBoxes之间移动数据*/ OutFile listboxes.exe ;Includes !include nsDialogs.nsh !include LogicLib.nsh ;Definitions !define MOVE_BUTTONS !define COPY_BUTTONS ;Variables ...
NSIS 简易教程(二)
; 头文件 !include 'MUI.nsh' !include 'Sections.nsh' !include 'LogicLib.nsh' #========================================================================================= #============...
CodeLobster IDE Pro v2.6.0代码编辑器特别版
CodeLobster IDE设计为跨平台源代码编辑器和编译器,支持多个框架,可帮助程序员在用户友好的界面中处理代码。 它的功能可以通过插件来增强,例如AngularJS,Symfony,Joomla或Drupal。 CodeLob...















用户25917528
2小时前0
更新了,下来试试