This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
qiushang
/
xy-compress
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Gałąź:
master
Gałęzie
Tagi
master
xy-compress
/
nsis
/
PinToTaskbar
qiushang
ac19ee7504
init
1 rok temu
..
x64
ac19ee7504
init
1 rok temu
x86
ac19ee7504
init
1 rok temu
readme.txt
ac19ee7504
init
1 rok temu
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"