Installer documentation
Return codes
Cursed uses an NSIS installer for Windows. These return values tell Microsoft Store, deployment tools, and support teams whether installation completed or why it stopped.
Silent installation
Use /S to run the installer without interactive windows. The switch is case-sensitive and must use an uppercase S.
Cursed-Setup.exe /S
Return-code reference
| Code | Meaning | Recommended action |
|---|---|---|
0 | Installation completed successfully. | No action is required. |
1 | The user cancelled an interactive installation. | Run the installer again when ready. This outcome is not expected during a normal silent installation. |
2 | The installer or its script aborted because installation could not continue. Cursed uses this result when Windows is older than Windows 10 version 1803, build 17134. | Confirm the PC runs a supported Windows version. Then check available disk space, close running copies of Cursed, and retry the installer. |
Other results
Cursed does not currently define any additional custom installer return codes. If a deployment tool reports another value, record the complete value and the Windows version, then report it through the Cursed issue tracker.
Installation requirements
Cursed installs for the current Windows user and does not require administrator permission. It supports Windows 10 version 1803 or newer and Windows 11. The Microsoft Edge WebView2 Runtime must be available for the app interface.