This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
qiushang
/
xy-file
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
4c1b0f0188
Ramas
Etiquetas
master
xy-file
/
nsis
/
PinToTaskbar
qiushang
33a30ac126
add
hace 11 meses
..
x64
33a30ac126
add
hace 11 meses
x86
33a30ac126
add
hace 11 meses
readme.txt
33a30ac126
add
hace 11 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"