Skip to content

Commit

Permalink
Fix torch.exe crash with VS2022
Browse files Browse the repository at this point in the history
  • Loading branch information
Boddlnagg committed Oct 7, 2023
1 parent 4e8dd18 commit dc3a4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer/Installer.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<Target Name="BeforeBuild">
</Target>-->
<Target Name="AfterBuild">
<Torch Condition="%(CultureGroup.Identity) != 'en-US'" ToolPath="$(WixToolPath)" BaselineFile="$(TargetDir)en-US\$(TargetFileName)" UpdateFile="$(TargetDir)%(CultureGroup.OutputFolder)$(TargetFileName)" OutputFile="$(TargetDir)%(CultureGroup.Identity).mst" AdditionalOptions="-p -t Language" />
<Torch Condition="%(CultureGroup.Identity) != 'en-US'" ToolPath="$(WixToolPath)" BaselineFile="$(TargetDir)en-US\$(TargetFileName)" UpdateFile="$(TargetDir)%(CultureGroup.OutputFolder)$(TargetFileName)" OutputFile="$(TargetDir)%(CultureGroup.Identity).mst" AdditionalOptions="-p -t Language" RunAsSeparateProcess="$(RunWixToolsOutOfProc)" />
<Copy SourceFiles="$(TargetDir)en-US\$(TargetFileName)" DestinationFolder="$(TargetDir)" />
<Exec Command="cscript &quot;WiSubStg.vbs&quot; &quot;$(TargetDir)$(TargetFileName)&quot; &quot;$(TargetDir)de-DE.mst&quot; 1031" />
<Exec Command="cscript &quot;WiLangId.vbs&quot; &quot;$(TargetDir)$(TargetFileName)&quot; Package 1033,1031" />
Expand Down

0 comments on commit dc3a4dc

Please sign in to comment.