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