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