This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
qiushang
/
xy-toolbox
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
6054ffc542
Ramas
Etiquetas
master
xy-toolbox
/
nsis
/
PinToTaskbar
qiushang
1354b1eae5
add
hai 1 semana
..
x64
1354b1eae5
add
hai 1 semana
x86
1354b1eae5
add
hai 1 semana
readme.txt
1354b1eae5
add
hai 1 semana
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"