[Installer]Show proper messages on PT uninstaller (#32028)

* [installer] Show generic message on PT install/uninstall

* Address PR comment
This commit is contained in:
Stefan Markovic 2024-03-22 16:58:54 +01:00 committed by GitHub
parent 86afa4ade8
commit befcd9ba9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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">