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