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