I created a bat file with the following content:
<code>"VK WM Plugin.msi" /qn /l*v install.log ^
USE_SSO=True ^
[email protected]^
IMAP_HOST=imap.comail.com ^
IMAP_PORT=993 ^
IMAP_TRANSPORT_SECURITY=None ^
SMTP_HOST=smtp.comail.com ^
SMTP_PORT=465 ^
SMTP_TRANSPORT_SECURITY=None ^
CUSTOM_SMTP_CREDENTIALS=False ^
SMTP_USER="[email protected]" ^
SMTP_PASSWORD="1" ^
IMAP_PROXY_PORT=11993 ^
SMTP_PROXY_PORT=11465 ^
SSO_CLIENT_ID=clauth ^
SSO_AUTH_SERVER=https://auth.comail.com/api/v1/auth/token/sso ^
O_AUTH_SERVER=https://o2.comail.com/token ^
OUTLOOK_TIMEOUT=60 ^
EMAIL_TIMEOUT=60 ^
AUTH_TIMEOUT=30 ^
TOKEN_REQUEST_RETRY_COUNT=3 ^
CARD_DAV_ADDRESS="" ^
CAL_DAV_ADDRESS="" ^
CALENDAR_SYNC_RATE=60 ^
CONTACTS_SYNC_RATE=60 ^
PROXY_TYPE=System ^
PROXY_ADDRESS="" ^
PROXY_LOGIN="" ^
PROXY_PASSWORD="" ^
USE_SYNC_PERIOD=True ^
PERIOD_SYNC_IN_PAST=100 ^
PERIOD_SYNC_IN_FUTURE=100 ^
DISABLE_PLANER_ADVISOR=True ^
LOG_FILES_DIRECTORY=%Temp%VKWMlogs ^
LOG_PERIOD=30 ^
LOG_LEVEL=Info ^
</code>
<code>"VK WM Plugin.msi" /qn /l*v install.log ^
USE_SSO=True ^
[email protected]^
IMAP_HOST=imap.comail.com ^
IMAP_PORT=993 ^
IMAP_TRANSPORT_SECURITY=None ^
SMTP_HOST=smtp.comail.com ^
SMTP_PORT=465 ^
SMTP_TRANSPORT_SECURITY=None ^
CUSTOM_SMTP_CREDENTIALS=False ^
SMTP_USER="[email protected]" ^
SMTP_PASSWORD="1" ^
IMAP_PROXY_PORT=11993 ^
SMTP_PROXY_PORT=11465 ^
SSO_CLIENT_ID=clauth ^
SSO_AUTH_SERVER=https://auth.comail.com/api/v1/auth/token/sso ^
O_AUTH_SERVER=https://o2.comail.com/token ^
OUTLOOK_TIMEOUT=60 ^
EMAIL_TIMEOUT=60 ^
AUTH_TIMEOUT=30 ^
TOKEN_REQUEST_RETRY_COUNT=3 ^
CARD_DAV_ADDRESS="" ^
CAL_DAV_ADDRESS="" ^
CALENDAR_SYNC_RATE=60 ^
CONTACTS_SYNC_RATE=60 ^
PROXY_TYPE=System ^
PROXY_ADDRESS="" ^
PROXY_LOGIN="" ^
PROXY_PASSWORD="" ^
USE_SYNC_PERIOD=True ^
PERIOD_SYNC_IN_PAST=100 ^
PERIOD_SYNC_IN_FUTURE=100 ^
DISABLE_PLANER_ADVISOR=True ^
LOG_FILES_DIRECTORY=%Temp%VKWMlogs ^
LOG_PERIOD=30 ^
LOG_LEVEL=Info ^
</code>
"VK WM Plugin.msi" /qn /l*v install.log ^
USE_SSO=True ^
[email protected]^
IMAP_HOST=imap.comail.com ^
IMAP_PORT=993 ^
IMAP_TRANSPORT_SECURITY=None ^
SMTP_HOST=smtp.comail.com ^
SMTP_PORT=465 ^
SMTP_TRANSPORT_SECURITY=None ^
CUSTOM_SMTP_CREDENTIALS=False ^
SMTP_USER="[email protected]" ^
SMTP_PASSWORD="1" ^
IMAP_PROXY_PORT=11993 ^
SMTP_PROXY_PORT=11465 ^
SSO_CLIENT_ID=clauth ^
SSO_AUTH_SERVER=https://auth.comail.com/api/v1/auth/token/sso ^
O_AUTH_SERVER=https://o2.comail.com/token ^
OUTLOOK_TIMEOUT=60 ^
EMAIL_TIMEOUT=60 ^
AUTH_TIMEOUT=30 ^
TOKEN_REQUEST_RETRY_COUNT=3 ^
CARD_DAV_ADDRESS="" ^
CAL_DAV_ADDRESS="" ^
CALENDAR_SYNC_RATE=60 ^
CONTACTS_SYNC_RATE=60 ^
PROXY_TYPE=System ^
PROXY_ADDRESS="" ^
PROXY_LOGIN="" ^
PROXY_PASSWORD="" ^
USE_SYNC_PERIOD=True ^
PERIOD_SYNC_IN_PAST=100 ^
PERIOD_SYNC_IN_FUTURE=100 ^
DISABLE_PLANER_ADVISOR=True ^
LOG_FILES_DIRECTORY=%Temp%VKWMlogs ^
LOG_PERIOD=30 ^
LOG_LEVEL=Info ^
When I ran it on windows 7 a cmd window appeared but nothing happened. If I run it on later versions of windows, everything works
When I deleted everything, except this line of code “VK WM Plugin.msi” /qn /l*v install.log ^, then the file started and worked. I think the other lines are not compatible with Windows 7 and I added in the properties of the file to run the program in compatibility mode with windows XP, but this did not help either.