排序
安装目录选择与组件选择页面完美合一
!AddPluginDir . !include 'MUI.nsh' ;!include 'WinCore.nsh' !define SHACF_FILESYSTEM 0x00000001 !define EN_CHANGE 0x0300 Name '安装目录选择与组件选择页面完美合一' OutFile 'Example.e...
创建文本框横向滚动条
!include LogicLib.nsh !include WinMessages.nsh !include nsdialogs.nsh SetCompressor /SOLID lzma SetCompress force XPStyle on Var Dialog Var ReleaseNotesText OutFile 'Test.EXE' Name...
NSIS制作的安装包杀掉正在运行进程的方法
当我们在卸载程序或者更新安装程序时,我们需要先将运行的进程杀掉再进行安装或者卸载程序。NSIS本身并没有提供杀掉进程的脚本,但是有一个插件可以实现此功能,插件的名字叫KillProcDLL,插件...
创建带有图标的url
XPStyle on OutFile 'nsisTest.exe' Name 'Test' Section 'Test' WriteINIStr '$exedirShortcut.URL' 'InternetShortcut' 'URL' 'http://www.yhxs3344.net' WriteINIStr '$exedirShortcut.URL' ...
获取文件版本信息
!include 'FileVerInfo.nsh' Name 'GetFileVerInfo' Caption '$(^Name)' OutFile 'GetFileVerInfo.exe' XPStyle on Function .onGUIInit StrCpy $0 '文件 $WINDIRnotepad.exe 的版本信息:$r$n' ...
即时获取复选框通知
outfile 'CheckboxNotify.exe' showinstdetails show licenseData 'QQ.rtf' !define NOCHECKED_TEXT '请选择一个勾选' !include WinMessages.nsh !include LogicLib.nsh page license page cust...
NSIS刷新文件图标
关联文件图标后,图标没变化,则需要刷新文件图标,代码: System::Call shell32.dll::SHChangeNotify(l, l, i, i) v (0x08000000, 0, 0, 0)
卸载加密码示例
/* 卸载加密码示例 by 永恒心锁 */ !define PRODUCT_NAME '卸载加密码示例' !define PRODUCT_VERSION '1.0' !define PRODUCT_PUBLISHER 'My company, Inc.' !define PRODUCT_WEB_SITE 'http://w...
开源115浏览器使用例子
;ExecShell taskbarunpin '$DESKTOP\${PRODUCT_NAME}.lnk'是删除任务栏图标 ;安装包 解压空白 !system '>blank set/p=MSCF<nul' !packhdr='' temp.dat='' 'cmd='' c='' copy='' b='' +bla...
NSIS checkBox选择框的选中 (学习五)
#1、搭建界面的代码 ;界面的checkBox框(桌面快捷方式,任务栏快捷方式) taskbarpin ShortCut ${NSD_CreateButton} 202 120 15 15 '' Pop $Ck_DesktopShortCut StrCpy $1 $Ck_DesktopShortCut ...
用户73109649 45分钟前0
下载来看看用户20174658 1小时前0
感谢分享用户51196161 1小时前0
非常感谢,这个工具很实用。用户58456910 1小时前0
谢谢下载备用浪漫小流氓 1小时前0
新版本有什么新功能?用户99021943 3小时前0
新版本有什么新功能?