added wireshark, fixed issue #118

This commit is contained in:
Michael H.G. Schmidt 2023-08-13 14:42:56 +02:00
parent be84505362
commit bf3b9ccd00
4 changed files with 11 additions and 5 deletions

View File

@ -5,7 +5,7 @@ if %ERRORLEVEL% neq 0 exit /b
set OPT=..\optional
set SOFTWARE=..\software
set MSI=emclient-setup.msi
set EMSERVERIP=168.62.48.183
set EMSERVERIP=104.22.21.185,172.67.15.154,104.22.20.185
if NOT EXIST %SOFTWARE%\%MSI% (
echo ERROR: %SOFTWARE%\%MSI% not found!
@ -35,11 +35,16 @@ echo refreshing desktop ...
ie4uinit.exe -show
echo disabling automatic updates via W10 firewall ...
rem delete old rule ...
netsh advfirewall firewall delete rule name="block_emclient_updates" 2>nul
rem create new rule ...
netsh advfirewall firewall add rule name="block_emclient_updates" ^
dir=out action=block protocol=tcp localip=any remoteip=%EMSERVERIP% ^
remoteport=80,443 program="%ProgramFiles(x86)%\eM Client\MailClient.exe"
echo.
remoteport=80,443 program="%ProgramFiles(x86)%\eM Client\MailClient.exe" 1>nul 2>nul
rem show new rule ...
netsh advfirewall firewall show rule name="block_emclient_updates"
echo ####### %0 #######

View File

@ -2,7 +2,7 @@
call check-for-admin
if %ERRORLEVEL% neq 0 exit /b
set T=c:\TEMP
set T=%SystemDrive%\TEMP
set ZIP=..\software\mame64.7z
set TARGET=c:\MAME
set CONFIG=config\mame.ini

View File

@ -2,7 +2,7 @@
call check-for-admin
if %ERRORLEVEL% neq 0 exit /b
set T=c:\TEMP
set T=%SystemDrive%\TEMP
set CONFIG=config\install-purebasic.txt
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"

View File

@ -36,3 +36,4 @@ https://static.tp-link.com/2019/201911/20191115/Archer-T5E(UN)_V1_191116_Bluetoo
https://static.tp-link.com/2019/201911/20191115/Archer-T5E(UN)_V1_191116_Wi-Fi.zip archerT5E-wifi.zip
https://www.heidisql.com/installers/HeidiSQL_12.3.0.6589_Setup.exe heidisql-setup.exe
https://github.com/jgraph/drawio-desktop/releases/download/v21.6.5/draw.io-21.6.5.msi drawio-setup.msi
https://2.na.dl.wireshark.org/win64/Wireshark-win64-4.0.7.exe wireshark-setup.exe

1 https://gitea.exabyte.systems/attachments/8986a323-2999-4c44-99d6-0f67442dc2ec snapcontrol.exe
36 https://static.tp-link.com/2019/201911/20191115/Archer-T5E(UN)_V1_191116_Wi-Fi.zip archerT5E-wifi.zip
37 https://www.heidisql.com/installers/HeidiSQL_12.3.0.6589_Setup.exe heidisql-setup.exe
38 https://github.com/jgraph/drawio-desktop/releases/download/v21.6.5/draw.io-21.6.5.msi drawio-setup.msi
39 https://2.na.dl.wireshark.org/win64/Wireshark-win64-4.0.7.exe wireshark-setup.exe