Skip to content

Commit

Permalink
Updated installer to work with new project name
Browse files Browse the repository at this point in the history
  • Loading branch information
sushiat committed Feb 2, 2022
1 parent 41d840a commit 117b9cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Installer/Installer.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProductVersion>3.10</ProductVersion>
<ProjectGuid>853790e9-5caa-4ebc-b4c3-c563c3242f1d</ProjectGuid>
<SchemaVersion>2.0</SchemaVersion>
<OutputName>OpenSky.AgentMSFS</OutputName>
<OutputName>OpenSky.Agent</OutputName>
<OutputType>Package</OutputType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
Expand Down Expand Up @@ -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.-->
<Target Name="BeforeBuild">
<GetFileVersionTask AssemblyPath="$(OutDir)..\..\..\OpenSky.AgentMSFS\bin\$(Configuration)\OpenSky.AgentMSFS.exe">
<GetFileVersionTask AssemblyPath="$(OutDir)..\..\..\OpenSky.Agent\bin\$(Configuration)\OpenSky.Agent.exe">
<Output TaskParameter="VersionNumber" PropertyName="VersionNumber" />
</GetFileVersionTask>
<CreateProperty Value="$(OutputName).$(VersionNumber)">
Expand All @@ -84,7 +84,7 @@
</Task>
</UsingTask>
<PropertyGroup>
<PreBuildEvent>"..\..\StellarHeat\DevToolkit.StellarHeat.exe" -dr:INSTALLFOLDER -cg:OpenSky.AgentMSFS.Libraries -dir:"..\..\..\OpenSky.AgentMSFS\bin\$(Configuration)" -out:"..\..\Libraries.wxs"
<PreBuildEvent>"..\..\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</PreBuildEvent>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion Installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<RemoveFolder Id="RemoveProgramMenuDir" Directory="ApplicationProgramsFolder" On="uninstall" />
</Component>
<Component Guid="{F58EF8AF-5D4E-4005-8D90-5A83F0D26CFF}" Win64="yes">
<File Source="..\OpenSky.AgentMSFS\bin\$(var.Configuration)\OpenSky.Agent.exe.config" KeyPath="yes" />
<File Source="..\OpenSky.Agent\bin\$(var.Configuration)\OpenSky.Agent.exe.config" KeyPath="yes" />
</Component>
<Component Guid="{388E5BC7-6F40-4E0A-A64F-32B80F1E14E5}" Win64="yes">
<File Source="..\changelog.txt" KeyPath="yes" />
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 117b9cd

Please sign in to comment.