NSIS自动删除

!define APP_NAME SelfDel

Name "${APP_NAME}"
OutFile "${APP_NAME}.exe"
SilentInstall silent

;!include "MUI.nsh"
;!insertmacro MUI_PAGE_INSTFILES
;!insertmacro MUI_LANGUAGE "English"

Section "Dummy Section" SecDummy
SectionEnd

Function .onInstSuccess

SelfDel::del

FunctionEnd
© 版权声明
THE END
喜欢就支持一下吧
点赞5 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容