Perform Silent Installation
A silent installation allows you to install Wyn Enterprise on Windows without user interaction, making it ideal for repeated deployments or automated scripts. Silent mode is done using the /quiet or /q flag, and additional command-line arguments allow customization.
Request Installer
Download the latest Wyn Enterprise installer by requesting a 30-day trial.
Save the
.exeinstaller in a known folder.
Open Command Prompt
Open Command Prompt or Windows Terminal.
Navigate to the folder containing the installer.
Basic Silent Installation
Run any of the following commands:
WynEnterprise-x64-xxx.exe /quietor
WynEnterprise-x64-xxx.exe /qNotes:
The command to upgrade Wyn Enterprise is the same.
On Windows Server 2008/2012, a restart may be required.
Silent installation skips environment checks (unlike GUI installation).
After completion, Wyn Enterprise appears in Control Panel → Installed Programs. Access the portal at:
http://localhost:51980/Default login:
Username: admin
Password: adminCommand-Line Arguments for Custom Installation
Argument | Description |
|---|---|
-p | Optional: Change the default installation directory. By default, it installs under
|
-m | Optional: Specify which components to install. Possible values:
|
-d | Optional: Specify a custom database provider. Values: Use with the -c option to define the connection string. |
-c | Optional: Database connection string for the custom database. Example:
|
-i | Optional: Import sample files during silent installation. Default: not imported.
|
-f | Optional: Path to sample files ZIP when using
|
-b | Optional: IP address of the server (if not installing the Server component). Default: localhost. Example:
|
-n | Optional: Local IP address for worker components. Default: localhost. Example:
|
-k | Optional: Register license key for Server component. Example:
|
-z | Optional: Create desktop and menu shortcuts. By default, no shortcuts are created. Example:
|
-e | Optional: Encrypt the database connection string for security. Example:
|
Exit Codes
Exit Code | Description |
|---|---|
0 | Installation successful and WynService started |
1000 | Installation successful, WynService start unknown |
1001 | Installed without built-in database — WynService cannot start |
1002 | Installed, WynService failed to start |
1003 | Installed, WynService start error — restart manually |
1004 | Installed, system restart required before use |
1005 | Installed, database connection failed — WynService cannot start |
1006 | Installed, WynService started, license registration failed (invalid key) |
1007 | Installed, WynService started, license registration failed (online registration failure) |
1008 | Installed, WynService started, license registration failed (unknown reason) |
2001 | Unsuccessful: unsupported custom database |
2002 | Unsuccessful: invalid installation directory |
3001 | Unsuccessful: unsupported computer environment |
Other Code | Unsuccessful: unknown reason |
Silent Uninstallation
Basic uninstall:
WynEnterprise-x64-xxx.exe /quiet /uninstallor
WynEnterprise-x64-xxx.exe /q /uninstallUninstall and remove database:
WynEnterprise-x64-xxx.exe /quiet /uninstall -ror
WynEnterprise-x64-xxx.exe /q /uninstall -rNote: You can combine other arguments like
-logto track uninstallation.