mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-27 14:59:16 +08:00
Add VC142 CRT MergeModules to installer (#2862)
This commit is contained in:
parent
50d91670ec
commit
5f42866cea
6
.gitignore
vendored
6
.gitignore
vendored
@ -336,4 +336,8 @@ src/settings/settings-html/200.html
|
||||
src/settings/settings-html/404.html
|
||||
|
||||
# Temp telemetry files.
|
||||
src/common/Telemetry/*.etl
|
||||
src/common/Telemetry/*.etl
|
||||
|
||||
# Don't ignore MergeModules
|
||||
!**/MergeModules/Release/
|
||||
!**/MergeModules/Debug/
|
BIN
installer/MergeModules/Debug/Microsoft_VC142_CRT_x64.msm
Normal file
BIN
installer/MergeModules/Debug/Microsoft_VC142_CRT_x64.msm
Normal file
Binary file not shown.
BIN
installer/MergeModules/Release/Microsoft_VC142_CRT_x64.msm
Normal file
BIN
installer/MergeModules/Release/Microsoft_VC142_CRT_x64.msm
Normal file
Binary file not shown.
@ -185,6 +185,14 @@
|
||||
BinaryKey="PTCustomActions"
|
||||
DllEntry="DetectPrevInstallPathCA"
|
||||
/>
|
||||
<!-- Redist merge modules -->
|
||||
<DirectoryRef Id="TARGETDIR">
|
||||
<Merge Id="VCRedist" SourceFile="$(var.RepoDir)installer\MergeModules\$(var.Configuration)\Microsoft_VC142_CRT_x64.msm" DiskId="1" Language="0"/>
|
||||
</DirectoryRef>
|
||||
|
||||
<Feature Id="VCRedist" Title="Visual C++ 14.0 Runtime" AllowAdvertise="no" Display="hidden" Level="1">
|
||||
<MergeRef Id="VCRedist"/>
|
||||
</Feature>
|
||||
|
||||
<!-- Close 'PowerToys.exe' before uninstall-->
|
||||
<Property Id="MSIRESTARTMANAGERCONTROL" Value="Disable" />
|
||||
|
Loading…
Reference in New Issue
Block a user