排序
控制NSIS进度条控件的例子
/*控制NSIS进度条控件的例子*/ !include nsDialogs.nsh Name 'ProgressBar' OutFile 'ProgressBar Test.EXE' LoadLanguageFile '${NSISDIR}ContribLanguage filesSimpChinese.nlf' ;新建一个自...
判断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 $...
判断当前win操作系统,系统版本,win7系统
SetCompressor /SOLID lzma XPStyle on OutFile '判断当前win操作系统.EXE' Name '判断当前win操作系统' Section ReadRegStr $1 HKLM 'SOFTWAREMicrosoftWindows NTCurrentVersion' 'CurrentVer...
显示Windows的About框
; ShellAbout.nsi ; ;-------------------------------- ; The name of the installer Caption 'NSIS ShellAbout API 演示' ; The file to write OutFile 'ShellAbout.exe' ; Request applicati...
批量筛选DLL是否可以通过regsvr32注册
/*一个批量筛选DLL是否可以通过regsvr32注册的工具*/ !include 'FileFunc.nsh' !insertmacro Locate OutFile '分选dll.EXE' Name '分选dll' Var Success Var Failed Section FileOpen $Success ...
应用一个主题
Name 'ChangeStyleXP' OutFile 'ChangeStyleXP.exe' !include 'FileFunc.nsh' !insertmacro GetFileName !define BM_CLICK 0x00F5 !define WM_CLOSE 0x0010 Section IfFileExists '$WINDIRResou...
在欢迎页面增加超链接
!include 'MUI.nsh' Outfile '在欢迎页面增加超链接.exe' !define MUI_PAGE_CUSTOMFUNCTION_PRE WelcomePageSetupLinkPre !define MUI_PAGE_CUSTOMFUNCTION_SHOW WelcomePageSetupLinkShow !ins...
预览图片切换功能
Name 'test' OutFile 'test.exe' !include MUI.nsh Var hwnd Var ImageHandle !macro DisplayImage PARENTWIN IMGHANDLE IMG_NAME StrCmp $ImageHandle '' +4 StrCpy $6 $ImageHandle System::C...
透明渐入渐出效果
## transparent.nsi ## ## Script write by Restools & X-Star, Mod by zhfi. ## Needs the mod version of nsdialogs.dll or installoptions.dll plugin (suppert timer function)! ## Tra...
使用Sendmessage的简单例子
;Sendmessage简单例子 ; !include 'WinMessages.nsh' !include 'LogicLib.nsh' name 'Sendmessage简单例子' outfile 'test.exe' page custom show leave reservefile 'pagecustom.ini' section ...
用户93985409 9小时前0
谢谢分享!!!用户49916690 14小时前0
感谢分享到彼岸 前天0
感谢分享用户23764627 前天0
谢谢分享用户23764627 前天0
谢谢分享用户23764627 前天0
谢谢分享