integrated android tools
This commit is contained in:
parent
bbfed20478
commit
b3356cebb3
36
optional/install-seafile.cmd
Normal file
36
optional/install-seafile.cmd
Normal file
@ -0,0 +1,36 @@
|
||||
@echo off
|
||||
|
||||
set OPT=..\optional
|
||||
set SOFTWARE=..\software
|
||||
set MSI=seafile-setup.msi
|
||||
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
|
||||
|
||||
if NOT EXIST %SOFTWARE%\%MSI% (
|
||||
echo ERROR: %SOFTWARE%\%MSI% not found!
|
||||
exit /b
|
||||
)
|
||||
|
||||
echo ####### %0 #######
|
||||
|
||||
echo installing SeaFile ...
|
||||
cd %SOFTWARE%
|
||||
@echo on
|
||||
msiexec /i %MSI% /qn
|
||||
@echo off
|
||||
cd %OPT%
|
||||
|
||||
echo removing SeaFile Desktop icon ...
|
||||
del /F "%Public%\Desktop\SeaFile.lnk" 2>nul
|
||||
|
||||
echo moving SeaFile startmenu shortcut ...
|
||||
move /Y %STARTMENU%\"Seafile\Start Seafile.lnk" %STARTMENU%\SeaFile.lnk
|
||||
|
||||
echo removing SeaFile startmenu folder ...
|
||||
rd /S /Q %STARTMENU%\"Seafile" 2>nul
|
||||
|
||||
echo refreshing desktop (W10 style) ...
|
||||
ie4uinit.exe -show
|
||||
|
||||
echo ####### %0 #######
|
||||
pause
|
||||
|
Loading…
Reference in New Issue
Block a user