排序
ExecPri为NSIS提供设置程序优先级功能
/* ExecPri为NSIS提供设置程序优先级功能 ExecPri可以让你执行程序并且选择设置他们的优先级. realtime:优级实时 high:优先级高 above normal:高于标准 normal:优先级普通 below normal:低于标...
NSIS——for循环的使用方法
!include 'LogicLib.nsh' OutFile 'Test_Loop.exe' Section Main 01 ${ForEach} $R0 0 100 + 5 MessageBox MB_OK $R0 ${Next} ${For} $R1 0 10 MessageBox MB_OK $R1 ${Next} SectionEnd
NSIS循环遍历INI文件内容
INI文件格式如: [Logon] 0CmdLine=hello.exe 0Parameters=123 1CmdLine=hello.exe 1Parameters=123 NSIS代码: !include 'LogicLib.nsh' Function UpdateScriptIni strcpy $Var_IniFile '$INST...
水波纹特效首页
Function Page0 nsDialogs::Create 1044 Pop $0 ${If} $0 == error Abort ${EndIf} GetDlgItem $0 $HWNDPARENT 1028 ShowWindow $0 ${SW_HIDE} GetDlgItem $0 $HWNDPARENT 1035 ShowWindow $0 $...
静默安装结束时启动程序
因为是静默安装,没有界面,所以我们不能用.onGUIEnd回调,那么,可以用.onInstSuccess回调么?答案是肯定的 Name app OutFile app.exe SilentInstall silent Section SectionEnd Function .onI...
单选框组
${NSD_CreateRadioButton} 106u 12u 82u 14u '选项1' Pop $1 ${NSD_AddStyle} $1 ${WS_GROUP} ${NSD_CreateRadioButton} 106u 27u 82u 14u '选项2' Pop $1 ${NSD_CreateRadioButton} 106u 42u 8...
即时获取复选框通知
outfile 'CheckboxNotify.exe' showinstdetails show !define NOCHECKED_TEXT '请选择一个勾选' !include WinMessages.nsh !include LogicLib.nsh ;page license page custom CustomCreate Cust...
安装窗口大小及居中设置
Name 'Test' OutFile 'Test.exe' Section SectionEnd Function .onGUIInit System::Call 'user32::GetSystemMetrics(i0)i.r1' System::Call 'user32::GetSystemMetrics(i1)i.r2' IntOp $1 $1 - ...
二进制在NSIS中的应用
!include nsDialogs.nsh !define BIT_CHECK_PROGRAMS 0x00000001 !define BIT_CHECK_DESKTOP 0x00000002 !define BIT_CHECK_TASKBAR 0x00000004 Var Flags Name Example OutFile Example.exe XP...
nsis的WmiInspector插件
Windows 支持的所有 WMI 类网址:https://msdn.microsoft.com/en-us/library/aa389273.aspx !addplugindir . Name TestWmiInspector OutFile TestWmiInspector.exe RequestExecutionLevel user ...
宝娜果 5小时前0
谢谢分享,这软件更新的挺快的驾灬小文 6小时前0
感谢分享,画布总是自动变成百分之1这个bug修复了没。用户63117395 17小时前0
太好了,又有新版本了用户92372834 19小时前0
希望能正常下载使用用户74299252 23小时前0
解压密码用户16206511 昨天0
试一下看看