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