Skip to content

Commit

Permalink
Add the new required parameter to the installer build
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonleenaylor committed Feb 29, 2024
1 parent 2d10d3a commit 65ab069
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/WixPatchableInstaller.targets
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<PropertyGroup>
<CopyrightYear>2021</CopyrightYear>
<Manufacturer>SIL International</Manufacturer>
<SafeManufacturer>SIL</SafeManufacturer>
<SafeApplicationName>$(ApplicationName.Replace(" ", ""))</SafeApplicationName>
<!-- Setting the variables CertPath and CertPass is the responsibility of the client -->
</PropertyGroup>
Expand Down Expand Up @@ -187,7 +188,7 @@
<PropertyGroup>
<MsiFile>$(SafeApplicationName)_$(BuildVersion).msi</MsiFile>
<BaseBuildDir>$(RootDir)/src/WiXInstaller/BaseInstallerBuild</BaseBuildDir>
<BaseBuildArgs>"$(ApplicationName)" $(SafeApplicationName) $(BuildVersion) $(ProductIdGuid) $(UpgradeCodeGuid) "$(AppBuildDir)/$(BinDirSuffix)" "$(AppBuildDir)/$(DataDirSuffix)" $(CopyrightYear) "$(Manufacturer)"</BaseBuildArgs>
<BaseBuildArgs>"$(ApplicationName)" $(SafeApplicationName) $(BuildVersion) $(ProductIdGuid) $(UpgradeCodeGuid) "$(AppBuildDir)/$(BinDirSuffix)" "$(AppBuildDir)/$(DataDirSuffix)" $(CopyrightYear) "$(Manufacturer)" $(SafeManufacturer)</BaseBuildArgs>
</PropertyGroup>
<Exec WorkingDirectory="$(BaseBuildDir)" Command="buildBaseInstaller.bat $(BaseBuildArgs)" />

Expand Down

0 comments on commit 65ab069

Please sign in to comment.