w10install/scripts/install-antivir.cmd
Michael H.G. Schmidt df8e1ad8a4 ..
2021-02-03 07:51:05 +01:00

15 lines
287 B
Batchfile

@echo off
set EXE=..\software\F-SecureNetworkInstaller-AV_AVTR20F930_.exe
echo ####### %0 #######
echo installing F-Secure Anti-Virus ...
%EXE% --silent
echo removing F-Secure desktop link ...
del /F "%PUBLIC%\Desktop\F-Secure Anti-Virus.lnk"
echo ####### %0 #######