source.nsi

来自「matlab实现可执行文件的必备软件。使用说明在包里有」· NSI 代码 · 共 14 行

NSI
14
字号
SilentInstall silent

; The name of the NSIS install program you're creating
Name "NotSeen"

; The file that NSIS writes
OutFile "suppress.exe"

Section "Ignore"
  ; Change this exe file to the name of the exe you created
  ReadINIStr $1 "$EXEDIR\suppress.ini" "LoadProgram" "Name"
  nsExec::Exec "cmd /C $1"
SectionEnd

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?