.
This commit is contained in:
parent
fb3f22b3dc
commit
ff00e59fa6
@ -1,6 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
set EXE=..\software\sonospc-setup.exe
|
set EXE=..\software\sonospc-setup.exe
|
||||||
|
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
|
||||||
|
|
||||||
if NOT EXIST %EXE% (
|
if NOT EXIST %EXE% (
|
||||||
echo ERROR: %EXE% not found!
|
echo ERROR: %EXE% not found!
|
||||||
@ -12,8 +13,11 @@ echo ####### %0 #######
|
|||||||
echo installing SONOS PC client ...
|
echo installing SONOS PC client ...
|
||||||
start /wait %EXE% /L1031 /S /v/qn
|
start /wait %EXE% /L1031 /S /v/qn
|
||||||
|
|
||||||
rem echo removing F-Secure desktop link ...
|
echo moving SONOS startmenu shortcut ...
|
||||||
rem del /F "%PUBLIC%\Desktop\F-Secure Anti-Virus.lnk" 2>nul
|
move /Y %STARTMENU%\"Sonos\Sonos.lnk" %STARTMENU%\Inkscape.lnk
|
||||||
|
|
||||||
|
echo removing SONOS startmenu folder ...
|
||||||
|
rd /S /Q %STARTMENU%\"Sonos" 2>nul
|
||||||
|
|
||||||
rem refresh desktop (W10 style)
|
rem refresh desktop (W10 style)
|
||||||
ie4uinit.exe -show
|
ie4uinit.exe -show
|
||||||
|
Loading…
Reference in New Issue
Block a user