mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-12 04:33:10 +08:00
Add VC142 CRT MergeModules to installer (#2862)
This commit is contained in:
parent
50d91670ec
commit
5f42866cea
4
.gitignore
vendored
4
.gitignore
vendored
@ -337,3 +337,7 @@ src/settings/settings-html/404.html
|
|||||||
|
|
||||||
# Temp telemetry files.
|
# 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"
|
BinaryKey="PTCustomActions"
|
||||||
DllEntry="DetectPrevInstallPathCA"
|
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-->
|
<!-- Close 'PowerToys.exe' before uninstall-->
|
||||||
<Property Id="MSIRESTARTMANAGERCONTROL" Value="Disable" />
|
<Property Id="MSIRESTARTMANAGERCONTROL" Value="Disable" />
|
||||||
|
Loading…
Reference in New Issue
Block a user