This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
qiushang
/
xy-pinyin
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
092f741d21
Ramuri
Etichete
master
xy-pinyin
/
nsis
/
PinToTaskbar
qiushang
5abcf6f513
add
1 an în urmă
..
x64
5abcf6f513
add
1 an în urmă
x86
5abcf6f513
add
1 an în urmă
readme.txt
5abcf6f513
add
1 an în urmă
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"