Release v2025.09.11.0
Install this release
-
Open PowerShell as an administrator
Press the Windows key + X, then select PowerShell (Administrator) or Terminal (Administrator). -
Copy and paste the code below, then press enter.
irm https://github.com/kimmknight/raweb/releases/download/v2025.09.11.0/install.ps1 | iex
- Follow the prompts.
Important
The installer will retrieve raweb_v2025.09.11.0.zip from the release and install it to C:\inetpub\RAWeb.
Refer to the wiki for more details.
Note
If Internet Information Services (IIS) or other required components are not already installed, the RAWeb installer will retreive and install them.
Advanced installation
Non-interactive installation
To install without prompts, use the following command instead:
& ([scriptblock]::Create((irm https://github.com/kimmknight/raweb/releases/download/v2025.09.11.0/install.ps1))) -AcceptAll
If RAWeb is already installed, installing with this option will replace the existing installed files. Resources, policies, and other data in /App_Data with be preserved.
Verbose installation
To show verbose logs, use the following command instead:
& ([scriptblock]::Create((irm https://github.com/kimmknight/raweb/releases/download/v2025.09.11.0/install.ps1))) -Verbose -Debug
What's Changed
- Always resize ICO files when serving as PNG to mitigate incorrect ICONDIRENTRY height bits by @jackbuehner in #120
- Always show the connection method picker when menus are unavailable by @jackbuehner in #121
- Add an option for administrators to pin one or more notices/announcements at the top of the web app by @jackbuehner in #127
- Dependency updates in #125 and #126
Full Changelog: v2025.08.01.0...v2025.09.11.0