This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
qiushang
/
xy-watermark
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
3a34add092
Ramas
Etiquetas
master
xy-watermark
/
nsis
/
PinToTaskbar
qiushang
378e72b6c8
add
hace 1 año
..
x64
378e72b6c8
add
hace 1 año
x86
378e72b6c8
add
hace 1 año
readme.txt
378e72b6c8
add
hace 1 año
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"