当前位置:网站首页>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}
FunctionEndNeed to install locate plug-in unit , And includes FileFunc.nsh The header file
$R7 Return the name of each folder ,$R8 Return its path
边栏推荐
- 611. Number of effective triangles
- Pagoda create multiple sites with one server
- [solved] there is something wrong with the image
- I 用c l 栈与队列的相互实现
- 纯碱是做什么的?
- Ugnx12.0 initialization crash, initialization error (-15)
- Oracle-触发器和程序包
- Rough notes of C language (1)
- ModuleNotFoundError: No module named ‘picamera‘
- Database SQL practice 3. Find the current salary details of the current leaders of each department and their corresponding department number Dept_ no
猜你喜欢

Pytorch has been installed in anaconda, and pycharm normally runs code, but vs code displays no module named 'torch‘

And let's play dynamic proxy (extreme depth version)

I 用c l 栈与队列的相互实现

Solve tensorfow GPU modulenotfounderror: no module named 'tensorflow_ core. estimator‘

大学生活的自我总结-大一

2022 PMP project management examination agile knowledge points (7)

DataGrid offline installation of database driver

Today, share the wonderful and beautiful theme of idea + website address

Delayqueue usage and scenarios of delay queue

611. Number of effective triangles
随机推荐
Basic series of SHEL script (III) for while loop
[vscode] recommended plug-ins
Apple system shortcut key usage
selenium 元素定位
Solve tensorfow GPU modulenotfounderror: no module named 'tensorflow_ core. estimator‘
The mutual realization of C L stack and queue in I
[idea] efficient plug-in save actions to improve your work efficiency
Hdu1232 unimpeded project (and collection)
第 2 章:小试牛刀,实现一个简单的Bean容器
Idea common settings
使用go语言读取txt文件写入excel中
The folder directly enters CMD mode, with the same folder location
Idea shortcut key
[idea] common shortcut keys
String alignment method, self use, synthesis, newrlcjust
Brief description of inux camera (Mipi interface)
I 用c l 栈与队列的相互实现
CADD course learning (5) -- Construction of chemosynthesis structure with known target (ChemDraw)
Detailed explanation of miracast Technology (I): Wi Fi display
HDU1231 最大连续子序列(分治or动规or双指针)