MSI Configuration
Download the YuChat installer from the official website: https://yuchat.ai/downloads
Silent Installation
Run the following command:
msiexec /i YuChat….msi /qn
Pre-Configuration for Deployment
Administrators can configure launch parameters by creating a settings.json file before the first launch.
File location:
- Windows:
%APPDATA%/YuChat - macOS:
~/Library/Application Support/YuChat - Linux:
~/.config/YuChat
info
Create settings.json immediately after installation, before the user launches the app.
Configuration Options
Example settings.json:
{
"lang": "ru",
"autoUpdate": "off",
"proxy": "protocol://username:password@proxy_host:proxy_port",
"changeURL": "off",
"server": "https://yuchat.yourcompany.com"
}
| Parameter | Description |
|---|---|
lang | Interface language (default: system language) |
autoUpdate | Automatic updates — on (default) or off |
proxy | Proxy server configuration |
changeURL | Allow users to connect to a different server — on or off |
server | Default server URL |