Skip to content

Commit

Permalink
Fix bootstrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Misieq01 committed Oct 18, 2024
1 parent a346575 commit 576bb9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tari-win-bundler/Bundle.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- <Log Disable="no" Extension=".txt" PathVariable=".\logs\log.txt" /> -->

<BootstrapperApplication>
<bal:WixInternalUIBootstrapperApplication LogoFile="tari-win-bundler\resources\icon.png" Theme="hyperlinkLicense" />
<bal:WixStandardBootstrapperApplication LicenseUrl="https://www.example.com/license" Theme="hyperlinkLicense" LogoFile="tari-win-bundler/resources/icon.png" />
</BootstrapperApplication>


Expand All @@ -17,7 +17,7 @@

<!-- Visual C++ 2015-2022 Redistributable (x64) runtime minimum msi package version -->
<util:ProductSearch Id="VCRUNTIME_X64" Result="version" Variable="VCRUNTIME_X64_VER" UpgradeCode="36F68A90-239C-34DF-B58C-64B30153CE35" Condition="VersionNT64 AND (ARCH_NAME = &quot;AMD64&quot;)" After="REG_ARCH" />

<!-- Visual C++ 2015-2022 Redistributable (Arm64) runtime msi package version -->
<util:ProductSearch Id="VCRUNTIME_ARM64" Result="version" Variable="VCRUNTIME_ARM64_VER" UpgradeCode="DC9BAE42-810B-423A-9E25-E4073F1C7B00" Condition="(ARCH_NAME = &quot;ARM64&quot;)" After="REG_ARCH" />

Expand Down

0 comments on commit 576bb9c

Please sign in to comment.