Skip to content

Commit

Permalink
Use the newer VC142 merge module
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Jul 9, 2020
1 parent 24c65ed commit f7bcd12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Wix Windows
run: |
cd $GITHUB_WORKSPACE/deployment/wix
cp /c/Program\ Files\ \(x86\)/Common\ Files/Merge\ Modules/Microsoft_VC140_CRT_x64.msm .
cp /c/Program\ Files\ \(x86\)/Common\ Files/Merge\ Modules/Microsoft_VC142_CRT_x64.msm .
"${WIX}\bin\heat.exe" dir ../../deploy -gg -dr APPLICATIONFOLDER -srd -sreg -cg YUViewComponents -out harvestedDirectory.wxs
"${WIX}\bin\candle.exe" -dConfiguration=Release -dOutDir=bin/Release/ -dTargetExt=.msi -dTargetFileName=YUViewSetup.msi -dTargetName=YUViewSetup -out obj/Release/ -arch x64 -ext "${WIX}\bin\WixUIExtension.dll" YUView.wxs
"${WIX}\bin\candle.exe" -dConfiguration=Release -dOutDir=bin/Release/ -dTargetExt=.msi -dTargetFileName=YUViewSetup.msi -dTargetName=YUViewSetup -out obj/Release/ -arch x64 harvestedDirectory.wxs
Expand Down
2 changes: 1 addition & 1 deletion deployment/wix/YUView.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</Component>
</DirectoryRef>
<DirectoryRef Id="TARGETDIR">
<Merge Id="VCRedist" SourceFile="Microsoft_VC140_CRT_x64.msm" DiskId="1" Language="0"/>
<Merge Id="VCRedist" SourceFile="Microsoft_VC142_CRT_x64.msm" DiskId="1" Language="0"/>
</DirectoryRef>

<Feature Id='ProductFeature' Title='YUView' Level='1'>
Expand Down

0 comments on commit f7bcd12

Please sign in to comment.