This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
qiushang
/
xy-file
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
4c1b0f0188
Branches
Tags
master
xy-file
/
nsis
/
PinToTaskbar
qiushang
33a30ac126
add
11 meses atrás
..
x64
33a30ac126
add
11 meses atrás
x86
33a30ac126
add
11 meses atrás
readme.txt
33a30ac126
add
11 meses 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"