Skip to content

Commit

Permalink
Update Product.wxs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrpai committed Nov 29, 2024
1 parent 665256e commit 7f3f70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer/IsWiX/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ComponentGroupRef Id="IsWiXLib"/>
<?if $(var.Platform)=x64?>
<Component Directory="INSTALLLOCATION">
<File Source="..\Deploy\D3DCompiler_47_cor3.dll" KeyPath="yes" />
<File Source="..\Deploy\IsWiX\D3DCompiler_47_cor3.dll" KeyPath="yes" />
</Component>
<?endif ?>
<Feature Id="ISWIXADDIN" Title="Visual Studio Extension" Description="Visual Studio 2022 Integration" Level="1" AllowAdvertise="no" ConfigurableDirectory="INSTALLLOCATION">
Expand Down

0 comments on commit 7f3f70a

Please sign in to comment.