Fix MSI installer not setting houses read-only

This commit is contained in:
elasota
2020-05-11 05:35:29 -04:00
parent 931d7e0f30
commit 35308e41f3
3 changed files with 37 additions and 5 deletions

View File

@@ -188,6 +188,7 @@ PackagedDataDir=$(SolutionDir)\Packaged;
<ComponentGroupName>DefaultHousesComponentGroup</ComponentGroupName>
<AutogenerateGuids>true</AutogenerateGuids>
<PreprocessorVariable>var.HousesDataDir</PreprocessorVariable>
<Transforms>AddReadOnlyFlag.xslt</Transforms>
</HarvestDirectory>
<HarvestDirectory Include="$(SolutionDir)\InstallerPackages\HousePack1">
<DirectoryRefId>AEROFOILHOUSESDIR</DirectoryRefId>
@@ -197,6 +198,7 @@ PackagedDataDir=$(SolutionDir)\Packaged;
<ComponentGroupName>HousePack1ComponentGroup</ComponentGroupName>
<AutogenerateGuids>true</AutogenerateGuids>
<PreprocessorVariable>var.HousesDataDir</PreprocessorVariable>
<Transforms>AddReadOnlyFlag.xslt</Transforms>
</HarvestDirectory>
<HarvestDirectory Include="$(SolutionDir)\InstallerPackages\LooseDocumentation">
<DirectoryRefId>AEROFOILDOCUMENTATIONDIR</DirectoryRefId>