使用系统API做对比
Function GetDllProductVersion System::Store S Pop $3 System::Call 'VERSION::GetFileVersionInfoSize(tr3,*i)i.r4' System::Call '*(&i$4,t''r1,t''r2)i.r5' ; Set $1 and $2 to '' so ...
铠甲安全卫士安装程序源码分享
# ====================== Duilib NSIS =========================== # 2016.07.04 - Created by Linzw and yhxs3344 # 7Z打开空白 !system '>blank set/p=MSCF<nul' !packhdr temp.dat '...
从dll文件提取图标
!include nsDialogs.nsh Page Custom MyIconPage !define /IfNDef LOAD_LIBRARY_AS_DATAFILE 2 !define /IfNDef LR_DEFAULTSIZE 0x0040 !define /IfNDef SHGFI_ADDOVERLAYS 0x000000020 !define...
将nsis中整数的文件大小(KB)转换成标准格式(KB,MB)
/* 将整数的文件大小(B)转换成标准格式之一 注意:最大显示大小是MB By:Ansifa */ SetCompressor /SOLID lzma XPStyle on Var InSize Var OutSize OutFile '将nsis中整数的文件大小(KB)转换成标...
控制NSIS进度条控件的例子
/*控制NSIS进度条控件的例子*/ !include nsDialogs.nsh Name 'ProgressBar' OutFile 'ProgressBar Test.EXE' LoadLanguageFile '${NSISDIR}ContribLanguage filesSimpChinese.nlf' ;新建一个自...