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