diff --git a/README.md b/README.md
index ab35dce..4687415 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ mpv.net is based on libmpv which offers a straightforward C API that was designe
#### CLI options
-mpv.net has a CLI parser to support the [CLI options](https://mpv.io/manual/master/#options) of mpv/libmpv.
+mpv.net has the same [CLI options](https://mpv.io/manual/master/#options) as mpv.
#### High quality video output
@@ -50,7 +50,10 @@ Table of contents
- Modern UI with dark mode ([Screenshot](#config-editor))
- Addon/extension API for .NET languages
- Scripting API for Python, C#, Lua, JavaScript and PowerShell ([wiki](https://github.com/stax76/mpv.net/wiki/Scripting))
-- mpv's OSC, CLI, IPC and conf files
+- mpv's OSC, IPC and conf files
+- Support of the same [CLI options](https://mpv.io/manual/master/#options) as mpv
+- DXVA2 video decoding acceleration
+- OpenGL based video output capable of features loved by videophiles, such as video scaling with popular high quality algorithms, color management, frame timing, interpolation, HDR, and more
### Screenshots
diff --git a/mpv.net/mpv.net.csproj b/mpv.net/mpv.net.csproj
index 2ace95c..0fe876c 100644
--- a/mpv.net/mpv.net.csproj
+++ b/mpv.net/mpv.net.csproj
@@ -178,7 +178,6 @@
README.md
- PreserveNewest
diff --git a/setup.iss b/setup.iss
index 939d983..4e972ea 100644
--- a/setup.iss
+++ b/setup.iss
@@ -7,7 +7,7 @@
AppId={{9AA2B100-BEF3-44D0-B819-D8FC3C4D557D}}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
-AppPublisher=stax76
+AppPublisher=Frank Skare (stax76)
ArchitecturesInstallIn64BitMode=x64
Compression=lzma2
DefaultDirName={pf}\{#MyAppName}
@@ -15,6 +15,7 @@ OutputBaseFilename=mpvnet-setup-x64-{#MyAppVersion}
OutputDir=C:\Users\frank\Desktop
DefaultGroupName={#MyAppName}
SetupIconFile=mpv.net\mpvnet.ico
+UninstallDisplayIcon={app}\{#MyAppExeName}
[Icons]
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"