This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
qiushang
/
xy-pinyin
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
93115c2f92
Ramos
Etiquetas
master
xy-pinyin
/
nsis
/
PinToTaskbar
qiushang
5abcf6f513
add
há 1 ano atrás
..
x64
5abcf6f513
add
há 1 ano atrás
x86
5abcf6f513
add
há 1 ano atrás
readme.txt
5abcf6f513
add
há 1 ano atrás
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"