diff --git a/Installer/Installer.wixproj b/Installer/Installer.wixproj
index 127f53e..3b8eeeb 100644
--- a/Installer/Installer.wixproj
+++ b/Installer/Installer.wixproj
@@ -6,7 +6,7 @@
3.10
853790e9-5caa-4ebc-b4c3-c563c3242f1d
2.0
- OpenSky.AgentMSFS
+ OpenSky.Agent
Package
@@ -58,7 +58,7 @@
To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Wix.targets.-->
-
+
@@ -84,7 +84,7 @@
- "..\..\StellarHeat\DevToolkit.StellarHeat.exe" -dr:INSTALLFOLDER -cg:OpenSky.AgentMSFS.Libraries -dir:"..\..\..\OpenSky.AgentMSFS\bin\$(Configuration)" -out:"..\..\Libraries.wxs"
+ "..\..\StellarHeat\DevToolkit.StellarHeat.exe" -dr:INSTALLFOLDER -cg:OpenSky.Agent.Libraries -dir:"..\..\..\OpenSky.Agent\bin\$(Configuration)" -out:"..\..\Libraries.wxs"
"C:\Program Files (x86)\WiX Toolset v3.11\bin\heat.exe" dir "..\..\..\SoundPacks" -o "..\..\SoundPacks.wxs" -cg OpenSky.SoundPacks -sfrag -gg -suid -dr INSTALLFOLDER -var var.SoundPackSourceFolder -v -t ..\..\win64.xslt
\ No newline at end of file
diff --git a/Installer/Product.wxs b/Installer/Product.wxs
index 2e40533..63f0983 100644
--- a/Installer/Product.wxs
+++ b/Installer/Product.wxs
@@ -55,7 +55,7 @@
-
+
diff --git a/changelog.txt b/changelog.txt
index a313e98..851b94e 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -6,6 +6,7 @@ OpenSky Agent for MSFS Changelog
Version 0.4.0 (ALPHA4)
--------------------------------------------------------------------------------------
- Common simulator interface code extracted and separated from SimConnect code
+- Minor bug fixes and improvements
--------------------------------------------------------------------------------------
Version 0.3.7 (ALPHA3)