mirror of
https://github.com/microsoft/PowerToys
synced 2025-08-29 13:37:43 +00:00
[Installer]Show proper messages on PT uninstaller (#32028)
* [installer] Show generic message on PT install/uninstall * Address PR comment
This commit is contained in:
parent
86afa4ade8
commit
befcd9ba9e
@ -68,7 +68,7 @@
|
|||||||
Vital="no">
|
Vital="no">
|
||||||
</ExePackage>
|
</ExePackage>
|
||||||
<ExePackage
|
<ExePackage
|
||||||
DisplayName="Installing Microsoft Edge WebView2"
|
DisplayName="Microsoft Edge WebView2"
|
||||||
Name="MicrosoftEdgeWebview2Setup.exe"
|
Name="MicrosoftEdgeWebview2Setup.exe"
|
||||||
Compressed="yes"
|
Compressed="yes"
|
||||||
Id="WebView2"
|
Id="WebView2"
|
||||||
@ -81,7 +81,7 @@
|
|||||||
UninstallCommand="/silent /uninstall">
|
UninstallCommand="/silent /uninstall">
|
||||||
</ExePackage>
|
</ExePackage>
|
||||||
<MsiPackage
|
<MsiPackage
|
||||||
DisplayName="Installing PowerToys"
|
DisplayName="PowerToys MSI"
|
||||||
SourceFile="$(var.PowerToysPlatform)\Release\$(var.MSIPath)\$(var.MSIName)"
|
SourceFile="$(var.PowerToysPlatform)\Release\$(var.MSIPath)\$(var.MSIName)"
|
||||||
Compressed="yes"
|
Compressed="yes"
|
||||||
DisplayInternalUI="no">
|
DisplayInternalUI="no">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user