windows: Minor change to uninstallation message

Refs #1026
This commit is contained in:
Alex Pyrgiotis 2025-04-08 12:31:38 +03:00
parent 6b3433347f
commit dba66056ed
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -214,7 +214,7 @@ def main():
package_el, package_el,
"Launch", "Launch",
Condition="NOT OLDDANGERZONEFOUND AND NOT DANGERZONE08FOUND", 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 # Add the ProgramMenuFolder StandardDirectory