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