This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
qiushang
/
xy-pinyin
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
93115c2f92
Branches
Tags
master
xy-pinyin
/
nsis
/
PinToTaskbar
qiushang
5abcf6f513
add
il y a 1 an
..
x64
5abcf6f513
add
il y a 1 an
x86
5abcf6f513
add
il y a 1 an
readme.txt
5abcf6f513
add
il y a 1 an
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"