This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
qiushang
/
xy-compress
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Branch:
master
Branches
Tags
master
xy-compress
/
nsis
/
PinToTaskbar
qiushang
ac19ee7504
init
1 năm trước cách đây
..
x64
ac19ee7504
init
1 năm trước cách đây
x86
ac19ee7504
init
1 năm trước cách đây
readme.txt
ac19ee7504
init
1 năm trước cách đây
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"