当前位置:网站首页>NSIS search folder
NSIS search folder
2022-07-05 07:34:00 【sukhoi27smk】
!include "FileFunc.nsh"
Function .onInit
!insertmacro MUI_LANGDLL_DISPLAY
${Locate} "C:\" "/L=D" "FolderPro"
FunctionEnd
Function FolderPro
${If} $R7 == "Program Files"
MessageBox MB_OK '$R7'
MessageBox MB_OK '$R8'
${Else}
push $0
${EndIf}
FunctionEnd
Need to install locate plug-in unit , And includes FileFunc.nsh The header file
$R7 Return the name of each folder ,$R8 Return its path
边栏推荐
- 纯碱是做什么的?
- [idea] common shortcut keys
- Play with grpc - go deep into concepts and principles
- The mutual realization of C L stack and queue in I
- Daily Practice:Codeforces Round #794 (Div. 2)(A~D)
- Deepin get file (folder) list
- Graduation thesis project local deployment practice
- Rough notes of C language (2) -- constants
- C learning notes
- What is sodium hydroxide?
猜你喜欢
大学生活的自我总结-大一
Pagoda create multiple sites with one server
Rough notes of C language (2) -- constants
Matrix and TMB package version issues in R
Detailed explanation of miracast Technology (I): Wi Fi display
Ue5 hot update - remote server automatic download and version detection (simplehotupdate)
UE5热更新-远端服务器自动下载和版本检测(SimpleHotUpdate)
Light up the running light, rough notes for beginners (1)
Solve tensorfow GPU modulenotfounderror: no module named 'tensorflow_ core. estimator‘
Deepin get file (folder) list
随机推荐
Ue5 hot update - remote server automatic download and version detection (simplehotupdate)
Rough notes of C language (1)
What is soda?
ModuleNotFoundError: No module named ‘picamera‘
What is sodium hydroxide?
Jenkins reported an error. Illegal character: '\ufeff'. Class, interface or enum are required
Import CV2, prompt importerror: libcblas so. 3: cannot open shared object file: No such file or directory
Detour of Tkinter picture scaling
Batch convert txt to excel format
HDU1231 最大连续子序列(分治or动规or双指针)
Word import literature -mendeley
Eclipse project recompile, clear cache
[vscode] search using regular expressions
Unconventional ending disconnected from the target VM, address: '127.0.0.1:62635', transport: 'socket‘
[solved] there is something wrong with the image
Daily Practice:Codeforces Round #794 (Div. 2)(A~D)
ORACLE CREATE SEQUENCE,ALTER SEQUENCE,DROP SEQUENCE
Rough notes of C language (2) -- constants
Play with grpc - go deep into concepts and principles
NPM and package common commands