📄 source.nsi
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -