mirror of
https://github.com/alireza0/s-ui.git
synced 2026-06-28 03:30:51 +00:00
| .. | ||
| build-windows.bat | ||
| build-windows.ps1 | ||
| install-windows.bat | ||
| README.md | ||
| s-ui-windows.bat | ||
| s-ui-windows.xml | ||
| uninstall-windows.bat | ||
Windows Files
This directory contains all Windows-specific files for S-UI.
Available Files:
- s-ui-windows.xml: Windows Service configuration
- install-windows.bat: Installation script
- s-ui-windows.bat: Control panel
- uninstall-windows.bat: Uninstallation script
- build-windows.bat: Simple build script for CMD
- build-windows.ps1: Advanced build script for PowerShell
Usage:
To install S-UI on Windows:
- Run
install-windows.batas Administrator - Follow the installation wizard
- Use
s-ui-windows.batfor management
To build from source:
- With CMD:
build-windows.bat - With PowerShell:
.\build-windows.ps1