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