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