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