This website works better with JavaScript
Home
Explore
Help
Register
Sign In
qiushang
/
xy-capture-video
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
dc6036dfc9
Branches
Tags
master
xy-capture-vide...
/
nsis
/
PinToTaskbar
qiushang
08b9ea2b8c
add
5 months ago
..
x64
08b9ea2b8c
add
5 months ago
x86
08b9ea2b8c
add
5 months ago
readme.txt
08b9ea2b8c
add
5 months ago
readme.txt
SetOutPath "$TEMP"
File "PinToTaskbar.exe"
File "PinToTaskbarHelper.dll"
ExecWait '"$TEMP\PinToTaskbar.exe" /pin "$INSTDIR\xxx.exe"'
Delete "$TEMP\PinToTaskbar.exe"
Delete "$TEMP\PinToTaskbarHelper.dll"