Exit Codes
| Code | Scenario | Description |
|---|---|---|
0 | Installation successful | MeetWave was installed successfully and is ready to launch. |
1 | Installation cancelled by user | The user closed the installer or clicked Cancel before the installation completed. No changes were made to the system. |
2 | Installation failed | The installation was aborted due to an error, such as insufficient disk space, missing write permissions, or a locked application directory. Free up disk space, close any running MeetWave instance, and run the installer again. |
Silent Installation
The installer supports silent installation via the standard NSIS /S switch. In silent mode no UI is shown and the result is reported exclusively through the exit code listed above.
Notes
- Installing over an existing copy of MeetWave performs an in-place update and returns code 0 on success. No separate return code is used for this scenario.
- The installer does not require a system restart and never returns a reboot-required code.
- The installation is fully offline, so network failures cannot occur during install.
Contact
If you encounter an installation issue that this page does not cover, contact us at admin@meetwave.io.