This commit is contained in:
Michael H.G. Schmidt 2022-12-13 17:17:07 +01:00
parent 7aaaf56f12
commit aa16f35422

View File

@ -129,15 +129,24 @@ echo.
if %emclient_license% == 0 (
echo no em Client license found!
) else (
echo
echo.
if EXIST "%ProgramFiles(x86)%\eM Client\MailClient.exe" (
echo adding em Client license ...
"%ProgramFiles(x86)%\eM Client\MailClient.exe" /activate %emclient_license%
echo.
)
rem create a statusfile (this block must be executed only once) ...
echo 1 >%EMLICENSE_DONE%
) else (
echo em Client is NOT installed!
)
echo.
)
rem ###
rem ### USERCONFIG (this part must be excuted only ONCE PER USER)
rem ###
:USERCONFIG