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