Installation Steps #
- Download
Claudius Corp-3.1.0.msi - Double-click the MSI file
- If Windows SmartScreen appears, click More Info → Run Anyway
The MSI is currently unsigned. This warning is expected. Code signing is on the roadmap.
- Accept the license agreement
- Choose install directory (default:
C:\Program Files\Claudius Corp\) - Click Install
- Click Finish
The installer creates:
– Start Menu shortcut: Claudius Corp
– Desktop shortcut: Claudius Corp
– Application files in the chosen install directory
– Uninstaller registered in Add or Remove Programs
Silent Installation #
For unattended deployment, use the standard MSI silent install flags:
msiexec /i "Claudius Corp-3.1.0.msi" /quiet /norestart
Optional response file properties:
msiexec /i "Claudius Corp-3.1.0.msi" /quiet INSTALLDIR="D:\Apps\ClaudiusCorp"
Post-Install #
On first launch:
– The Setup Wizard runs automatically
– Data is stored in %APPDATA%\Claudius Corp\
– Logs are written to %APPDATA%\Claudius Corp\logs\
