Docs

Windows installer return codes

Silent installation

The installer supports unattended installation with the /S switch (capital S):

Anna-Setup-<version>.exe /S

An optional install directory may be given with /D=, which must be the last argument and must not be quoted:

Anna-Setup-<version>.exe /S /D=C:\Anna

Without /S the installer runs interactively and lets the user choose the install location.

Return codes

CodeMeaning
0Success. Installation completed.
1Cancelled by the user. The installation was aborted before completing. Nothing is left installed.
2Installation rejected. A previously installed version could not be removed, so the new version was not installed. The existing installation is left in place.
6710886
(0x666666)
Administrator rights were required and not granted. Anna installs per user and normally never requests elevation; this appears only where device policy forces an elevated install and the prompt was declined or blocked.

Conditions the installer does not report distinctly

The following conditions do not produce their own return code. They are listed here so that an automated system does not attribute them to an unrelated code:

Uninstallation

Anna registers with Windows in the normal way and can be removed from Settings → Apps & features. The uninstaller written to the install directory also accepts /S for unattended removal and returns 0 on success.

Questions

For questions about deployment or installer behaviour, contact admin@imanna.ai.