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