w10install/scripts/install-antivir.cmd

15 lines
287 B
Batchfile
Raw Normal View History

2021-01-10 18:45:55 +01:00
@echo off
set EXE=..\software\F-SecureNetworkInstaller-AV_AVTR20F930_.exe
echo ####### %0 #######
2021-01-12 19:11:44 +01:00
echo installing F-Secure Anti-Virus ...
2021-01-10 18:45:55 +01:00
%EXE% --silent
2021-01-12 19:11:44 +01:00
echo removing F-Secure desktop link ...
2021-02-03 07:51:05 +01:00
del /F "%PUBLIC%\Desktop\F-Secure Anti-Virus.lnk"
2021-01-12 19:11:44 +01:00
2021-01-10 18:45:55 +01:00
echo ####### %0 #######