排序
判断程序是否运行并进行卸载
SetCompressor /SOLID lzma SetCompress force XPStyle on OutFile 'unkis.exe' Name '金山杀手' BrandingText 'WwW.yhxs3344.net' ;以下为检测运行文件方式,有一定局限性,不推荐。 Section '...
IfFileExists+Goto实现简单跳转
IfFileExists 要检测的文件 文件存在时跳转的标记 [文件不存在时跳转的标记] 检测 '要检测的文件' 是否存在(可以用通配符,或目录),并当文件存在时跳转到 '文件存在时跳转' ,否则跳转到'文件...
ExecPri为NSIS提供设置程序优先级功能
/* ExecPri为NSIS提供设置程序优先级功能 ExecPri可以让你执行程序并且选择设置他们的优先级. realtime:优级实时 high:优先级高 above normal:高于标准 normal:优先级普通 below normal:低于标...
AU3宏指令参考 – 完整宏指令列表
宏 指 令 描 述 @AppDataCommonDir 应用程序数据文件夹路径 (译注: WinXp 为 'Application Data' 文件夹路径; 对于 Win7/8, 为 'ProgramData' 文件夹路径) @AppDataDir 当前用户应用程序数据文...
EnumCDs为NSIS提供遍历所有光驱设备的功能
/* EnumCDs为NSIS提供遍历所有光驱设备的功能 如果找到了光驱,会依次弹出光盘的盘符,如果没有找到会结束输出done */ !AddPluginDir '.' Name 'Enumurate CD-ROMs' OutFile 'EnumCDs Example.exe...
时间差
#www.yhxs3344.net 原创教程 !include 'Time.nsh' !include 'Sections.nsh' !define /date PRODUCT_TIME '%Y-%m-%d %H:%M:%S' !define /date DATE '%d.%m.20%y 0:0:0' Var RADIOBUTTON Var NowT...
NSIS使用技巧集合
!include 'MUI.nsh' OutFile 'test.exe' !define MUI_PAGE_CUSTOMFUNCTION_Pre ComponentsPre !insertmacro MUI_PAGE_COMPONENTS !insertmacro MUI_PAGE_INSTFILES !insertmacro MUI_LANGUAGE '...
使用API创建工具提示条和超级链接
!include nsDialogs.nsh Name 'link_tooltips' OutFile 'link_tooltips.exe' XPStyle on Var Link Var tipS Page custom nsDialogsPage Function OnTimer ${Unless} $tips <> 0 System::C...
自定义结束页面范例
############################################# !include 'MUI2.nsh' var Label ############################################# Name 'Modern UI Test' OutFile 'WelcomeFinish.exe' RequestE...
ToggleInstFiles是NSIS在安装页面进度条旁添加一个按钮的插件
/* ToggleInstFiles是NSIS在安装页面进度条旁添加一个按钮的插件 ToggleInstFiles可以在添加一个按钮显示或隐藏安装信息框. */ !AddPluginDir '../../Plugins' !include MUI2.nsh ## General se...






用户20556061
3小时前0
dauz影视安装包官方(内置源)v1.6.63