> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Upgrade to SuperOffice 11

> Upgrade to 11

You can upgrade to SuperOffice 11 from SuperOffice 8.0 or newer. The recommended installation scenarios and setup requirements are the same as from SuperOffice 8.1.

<Danger>
  The SuperOffice Windows client is not available for SuperOffice 9 and later.
</Danger>

## Upgrade from SuperOffice 8.0

If you are running SuperOffice 8.0, you need to make sure the full stack of SuperOffice applications (SuperOffice Server, SuperOffice Web, and SuperOffice Service) is installed. You also need to [move all products under one domain][1], as seen from the browser. It might be beneficial to [upgrade to SuperOffice 8.1][1] first and follow the corresponding guides for different installation scenarios.

## Upgrade from SuperOffice 8.1 or newer

A SuperOffice 8.1 or newer installation already has the full stack of SuperOffice applications installed, and it is running under one domain, which makes it easier to upgrade.

### 1. Upgrade SuperOffice Server

From SuperOffice 11, the SuperOffice server and database are upgraded with [CrmSetup][2] utility.

Run CrmSetup.exe with `upgrade-existing` option and supply the corresponding argument file, see an example below. This will upgrade the database to the current version.

```dos theme={null}
D:\SO Onsite 11.6\CrmSetup>CrmSetup.exe upgrade-existing --arg-file CRMSetupUpgrade.txt
2025-11-18 12:40:44 [Info] Found a SuperOfficeCdd database
2025-11-18 12:40:44 [Info] Validating license for Super 85 with serial number 1010000006
2025-11-18 12:40:45 [Info] No pending upgrades
2025-11-18 12:40:45 [Info] Copying embedded document template resources
2025-11-18 12:40:45 [Info] Starting NetServer
2025-11-18 12:40:48 [Info] Perform tasks after upgrade
Upgrade completed successfully
```

Example argument file for upgrade:

```dos theme={null}
# crmsetup --arg-file CRMSetupUpgrade.txt
# replace the values
upgrade-existing
--database-server SQL-server
--database-name SO85
--db-user crm7
--db-password xxx
--table-prefix crm7
--so-arc C:\soserver\SO_ARC
--email-client Outlook2007
--company-name Super 85
--serial-number 161xxxxxxx
--license-url https://license.superoffice.com/LicenseSvc/LicenseService.svc
--system-user crm8
--system-password xxx
--language NO
--country NO
```

### 2. Upgrade SuperOffice Web

To upgrade SuperOffice Web, run *Setup.exe* from *SnMWeb* installation file. The setup can upgrade both NetServer and SuperOffice Web files.

<Danger>
  Since SuperOffice 10.1.2 we do no longer support SuperOffice Web installation with remote NetServer. SuperOffice Web client must be now installed as a standalone web application with inprocess NetServer.

  However you can still install standalone NetServer and use its web services for SuperOffice Service or integration purposes.
</Danger>

### 3. Upgrade SuperOffice Service

To upgrade SuperOffice Service, run the *SuperOffice.CustomerService.exe* file from the *CS* installation folder. After the Service program files are upgraded you need to run *upgrade.exe* to upgrade Service's database values.

<Note>
  SuperOffice Service v11 has a new dependency: Microsoft WebView2. It is not included in the Service installer. You must [download][1] it from the Microsoft website and install it before installing or upgrading SuperOffice Service.
</Note>

[1]: https://developer.microsoft.com/en-us/microsoft-edge/webview2/?form=MA13LH

### 4. Uninstall SuperOffice 8 Win clients

The SuperOffice Win app has been discontinued since SuperOffice 9. If you used the SuperOffice 8 Win app, it needs to be uninstalled from all clients.

[1]: ../to-81/index

[2]: ../../install/database/crmsetup-and-crmtask


## Related topics

- [What's new in version 11.11.589.0](/release-notes/database/changes-11.11.589.md)
- [What's new in version 11.13.921.0](/release-notes/database/changes-11.13.921.md)
- [What's new in version 11.12.675.0](/release-notes/database/changes-11.12.675.md)
- [What's new in version 11.8.788.0](/release-notes/database/changes-11.8.788.md)
- [What's new in version 11.9.1204.0](/release-notes/database/changes-11.9.1204.md)
- [What's new in version 11.10.705.0](/release-notes/database/changes-11.10.705.md)
