This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
qiushang
/
xy-compress
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
62d632378b
Ramuri
Etichete
master
xy-compress
/
nsis
/
PinToTaskbar
qiushang
ac19ee7504
init
1 an în urmă
..
x64
ac19ee7504
init
1 an în urmă
x86
ac19ee7504
init
1 an în urmă
readme.txt
ac19ee7504
init
1 an în urmă
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"