This website works better with JavaScript
Home
Explore
Help
Register
Sign In
qiushang
/
xy-links
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
xy-links
/
nsis
/
PinToTaskbar
qiushang
91a9081d22
init
1 month ago
..
x64
91a9081d22
init
1 month ago
x86
91a9081d22
init
1 month ago
readme.txt
91a9081d22
init
1 month 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"