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