From 6cd706af1031d4348da096c5b28cc0c605dc4b0c Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Tue, 8 Apr 2025 12:31:38 +0300 Subject: [PATCH] windows: Minor change to uninstallation message Refs #1026 --- install/windows/build-wxs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/windows/build-wxs.py b/install/windows/build-wxs.py index e0b37d5..840450d 100644 --- a/install/windows/build-wxs.py +++ b/install/windows/build-wxs.py @@ -214,7 +214,7 @@ def main(): package_el, "Launch", Condition="NOT OLDDANGERZONEFOUND AND NOT DANGERZONE08FOUND", - Message="A previous version of [ProductName] is already installed. Please uninstall it from Programs and Features before proceeding with the installation.", + Message='A previous version of [ProductName] is already installed. Please uninstall it from "Apps & Features" before proceeding with the installation.', ) # Add the ProgramMenuFolder StandardDirectory