排序
读写xml范例
Outfile 'NSISTest.exe' RequestExecutionLevel user Installdir '$exedir' Showinstdetails show !include LogicLib.nsh Page InstFiles !define XMLFILE '$instdirmyxml.xml' Section StrCpy ...
使用ie尝试打开一个url
#使用ie尝试打开一个url !include 'LogicLib.nsh' SetCompressor /SOLID lzma SetCompress force XPStyle on OutFile 'Test.exe' !define VARIANT_TRUE -1 !define VT_ERROR 10 !define DISP_E_...
刷新桌面和文件关联后强制刷新关联图标
Name RefreshDesktopWindow OutFile RefreshDesktopWindow.exe SilentInstall silent var ProgmanHwnd var ShellHwnd var DesktopHwnd Section '' ; 256=WM_KEYDOWN ; 257=WM_KEYUP ; 116=VK_F5...
使用SkinSharp皮肤实例
;-------------------------------- ;Include Modern UI !include 'MUI2.nsh' ;-------------------------------- ;General ;Name and file Name '加载皮肤演示' OutFile 'Skin2.exe' ;Default ...
动态移动控件及鼠标响应
!include nsDialogs.nsh !include LogicLib.nsh ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Name nsDialogs OutFile nsDialogs.exe ######################################### XPStyle on ;;;...
脚本实例PPTV网络电视
!Include 'UseFulLib.nsh' ${define} HWND_TOP 0 ${define} SWP_SHOWWINDOW 0x0040 ${define} SC_CLOSE0xF060 ${define} trydef `!insertmacro IF_NDEF_DEF` !macro IF_NDEF_DEF SYMBOL CONTENT...
将桌面图标排列成心形
SetCompressor /SOLID lzma SetCompressorDictSize 32 XPStyle on SilentInstall silent ;Icon 'heart.ico' !include 'nsDialogs_CommCtrl.nsh' !include 'WinWinDef.nsh' OutFile 'heart.exe' ...
火焰特效插件
!AddPluginDir '.' !AddIncludeDir '.' !include MUI2.nsh ; -------------------------------------------------- ; General settings. Name 'Flame_Effects Example' OutFile 'NSIS_fire.exe'...
使用UPX压缩资源加密资源文件
#NSIS使用UPX压缩资源加密资源文件 #程序输出名称 OutFile 'Variables.exe' #设置压缩方式 SetCompress force SetCompressor /SOLID lzma #是否进入调试模式 #!define _DEBUG '' #安装目录 !def...
NSIS源码makenssi学习笔记
// nsis版本 const char *NSIS_VERSION='v2.46'; // 将标准输出重定向到文件当中 FILE *g_output=stdout; // 指针的指针** int main(int argc, char **argv) /* #include <stdio.h> #incl...
用户14273122 21分钟前0
谢谢分享,正在找最新的版本!!用户29762947 1小时前0
感谢分享!用户52967582 5小时前0
谢谢分享!用户27377306 6小时前0
感谢分享!用户58695151 7小时前0
感谢分享!nbdg 7小时前0
感谢楼主感謝分享