diff --git a/msi/faforever/faforever/AppComponents.wxs b/msi/faforever/faforever/AppComponents.wxs
index 1c2dae8..88841cc 100644
--- a/msi/faforever/faforever/AppComponents.wxs
+++ b/msi/faforever/faforever/AppComponents.wxs
@@ -106,7 +106,7 @@
-
+
diff --git a/msi/faforever/faforever/Package.wxs b/msi/faforever/faforever/Package.wxs
index eecb6ad..6f5b252 100644
--- a/msi/faforever/faforever/Package.wxs
+++ b/msi/faforever/faforever/Package.wxs
@@ -1,5 +1,5 @@
-
+
diff --git a/windows/packaging/exe/inno_setup.iss b/windows/packaging/exe/inno_setup.iss
index 1c32f76..cb24fa8 100644
--- a/windows/packaging/exe/inno_setup.iss
+++ b/windows/packaging/exe/inno_setup.iss
@@ -26,7 +26,7 @@ PrivilegesRequired={{PRIVILEGES_REQUIRED}}
PrivilegesRequiredOverridesAllowed=dialog
ArchitecturesAllowed=x64
ArchitecturesInstallIn64BitMode=x64
-AppCopyright=Copyright (C) 2023-present INSCO LLC.
+AppCopyright=Copyright (C) 2023-present Insco LLC.
AppReadmeFile=https://raw.githubusercontent.com/cyf/faforever-flutter/main/README.md
LicenseFile={{SOURCE_DIR}}\LICENSE
diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc
index 9549458..00fad73 100644
--- a/windows/runner/Runner.rc
+++ b/windows/runner/Runner.rc
@@ -89,7 +89,7 @@ BEGIN
BEGIN
BLOCK "040904e4"
BEGIN
- VALUE "CompanyName", "com.chenyifaer.faforever" "\0"
+ VALUE "CompanyName", "Insco LLC" "\0"
VALUE "FileDescription", "FaForever" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "FaForever" "\0"