Upgrade Instructions

When updating SRS to the latest version, follow these instructions on both the SRS and StoreFront servers.

SRS server

  1. Backup Web.config.
  2. Backup Application Pool.
  3. Execute %windir%\system32\inetsrv\appcmd list apppool /config /xml > AppPoolsBackup.xml or other commands that can record the app pool configuration.
  4. Run SessionRemoteStartSetup.exe to perform an in-place upgrade.
  5. Recover Application Pool.
  6. Double-check the Web.config file to ensure the configuration is properly merged.

StoreFront

  1. Replace the StoreFront Plugin: StoreCustomization_Enumeration.dll.

1.0.7 to 1.0.8

SRS Server

  1. Backup Web.config.
  2. Backup Application Pool. Execute %windir%\system32\inetsrv\appcmd list apppool /config /xml > AppPoolsBackup.xml or other commands that can record the app pool configuration.
  3. Run SessionRemoteStartSetup.exe to perform an in-place upgrade.
  4. Double-check the Web.config file to ensure the configuration is properly merged.
  5. Double-check the Application Pool to ensure the configuration is not changed.

1.0.8 to 1.0.9

SRS Server

  1. Backup Web.config.
  2. Backup Application Pool. Execute %windir%\system32\inetsrv\appcmd list apppool /config /xml > AppPoolsBackup.xml or other commands that can record the app pool configuration.
  3. Run SessionRemoteStartSetup.exe to perform an in-place upgrade.
  4. Double-check the Web.config file to ensure the configuration is properly merged.
  5. Double-check the Application Pool to ensure the configuration is not changed.

1.0.9 to 1.0.10

SRS Server

  1. Backup Web.config.
  2. Backup Application Pool. Execute %windir%\system32\inetsrv\appcmd list apppool /config /xml > AppPoolsBackup.xml or other commands that can record the app pool configuration.
  3. Run SessionRemoteStartSetup.exe to perform an in-place upgrade.
  4. Double-check the Web.config file to ensure the configuration is properly merged.
  5. Double-check the Application Pool to ensure the configuration is not changed.
  6. Disable HTTP/2. Open PowerShell as administrator, execute:

    reg add "HKLM\SYSTEM\CurrentControlSet\Services\HTTP\Parameters" /v EnableHttp2Tls /t REG_DWORD /d 0 /f
    reg add "HKLM\SYSTEM\CurrentControlSet\Services\HTTP\Parameters" /v EnableHttp2Cleartext /t REG_DWORD /d 0 /f
    <!--NeedCopy-->
    
  7. Restart Machine.
Upgrade Instructions