updated link and command

This commit is contained in:
el-termikael 2022-11-30 13:04:24 +03:00
parent 6f153807b3
commit 0ab099d0b0
2 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ The only supported policy is `LicenseKey`. If this policy is set, AdGuard will p
## 3. Make sure that AdGuard servers are available ## 3. Make sure that AdGuard servers are available
AdGuard connects to two hosts: `api.adguard.com` and `filters.adtidy.org`. Make sure that both servers are available. AdGuard connects to two hosts: `api.adguard.org` and `filters.adtidy.org`. Make sure that both servers are available.
<a name="msi-push"></a> <a name="msi-push"></a>
@ -43,9 +43,9 @@ Otherwise, you can run the MSI on the target machine directly (and silently) wit
`Msiexec /q /i AdGuard.msi` `Msiexec /q /i AdGuard.msi`
If you need to roll out an update, use this command: If you need to roll out an update, use this command:
`Msiexec AdGuard.msi /q /i AdGuard.msi REINSTALL=ALL REINSTALLMODE=vomus` `Msiexec /q /i AdGuard.msi REINSTALL=ALL REINSTALLMODE=vomus`
**Please note, that you must run these commands with admin privileges.** **Please note that you must run these commands with admin privileges.**
> If you want to install AdGuard on a Windows 7 computer, make sure that it has .NET 4 Client Profile installed: https://www.microsoft.com/en-us/download/details.aspx?id=24872 > If you want to install AdGuard on a Windows 7 computer, make sure that it has .NET 4 Client Profile installed: https://www.microsoft.com/en-us/download/details.aspx?id=24872

View File

@ -32,7 +32,7 @@ visible: true
## 3. Убедитесь, что серверы AdGuard доступны ## 3. Убедитесь, что серверы AdGuard доступны
AdGuard подключается к двум хостам: `api.adguard.com` и `filters.adtidy.org`. Убедитесь, что оба сервера доступны. AdGuard подключается к двум хостам: `api.adguard.org` и `filters.adtidy.org`. Убедитесь, что оба сервера доступны.
<a name="msi-push"></a> <a name="msi-push"></a>
@ -44,7 +44,7 @@ AdGuard подключается к двум хостам: `api.adguard.com` и
`Msiexec /q /i AdGuard.msi` `Msiexec /q /i AdGuard.msi`
Если вам нужно накатить обновление, используйте эту команду: Если вам нужно накатить обновление, используйте эту команду:
`Msiexec AdGuard.msi /q /i AdGuard.msi REINSTALL=ALL REINSTALLMODE=vomus` `Msiexec /q /i AdGuard.msi REINSTALL=ALL REINSTALLMODE=vomus`
**Пожалуйста, обратите внимание, что вы должны запускать эти команды с правами администратора.** **Пожалуйста, обратите внимание, что вы должны запускать эти команды с правами администратора.**