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