Skip to content

Commit

Permalink
Work around WiX caching issue
Browse files Browse the repository at this point in the history
  • Loading branch information
J5lx authored and chchwy committed Apr 29, 2024
1 parent 8c3b530 commit d796ce3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/installer/pencil2d.bundle.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@
<Variable Name="NightlyBuildTimestamp" Type="string" Value="$(NightlyBuildTimestamp)" />
<?endif?>
<Chain>
<!-- Set Cache to remove to work around WiX issue #8063 -->
<!-- Set InstallSize to 0 to ensure the size in the ARP entry is correct (since the redist entry is separate) -->
<BundlePackage SourceFile="vc_redist.$(sys.BUILDARCH).exe" Permanent="yes" InstallSize="0" />
<BundlePackage SourceFile="vc_redist.$(sys.BUILDARCH).exe" Cache="remove" Permanent="yes" InstallSize="0" />
<MsiPackage SourceFile="$(MsiName).msi">
<MsiProperty Name="INSTALLDIR" Value="[InstallFolder]" />
<!-- Need an explicit condition here - Windows Installer and the options page cancel button
Expand Down

0 comments on commit d796ce3

Please sign in to comment.