Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
chrpai committed Sep 24, 2023
2 parents b46bd3c + 4b4ae51 commit d960c6e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
<BootstrapperApplication>
<bal:WixInternalUIBootstrapperApplication LogoFile="Resources\Icon.png" Theme="standard" ThemeFile="Resources\iuipreq.thm" LocalizationFile="Resources\iuipreq.wxl"/>
</BootstrapperApplication>
<Variable Name="InstallFolder" bal:Overridable="yes" Type="formatted" Value=""/>
<Chain>
<PackageGroupRef Id="NetFx48WebAsPrereq"/>
<MsiPackage Id="$globalsafeprojectname$" SourceFile="$(var.$globalsafeprojectname$Package.TargetPath)" />
<MsiPackage Id="$globalsafeprojectname$" SourceFile="$(var.$globalsafeprojectname$Package.TargetPath)">
<MsiProperty Name="INSTALLLOCATION" Value="[InstallFolder]"/>
</MsiPackage>
</Chain>
</Bundle>
</Wix>

0 comments on commit d960c6e

Please sign in to comment.