From 244da46ac26f95aec21a580c687e8bc85b127e7c Mon Sep 17 00:00:00 2001 From: doudou0720 <98651603+doudou0720@users.noreply.github.com> Date: Tue, 24 Feb 2026 18:04:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(iss):=E4=BF=AE=E5=A4=8DInno=20Setup?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=A0=BC=E5=BC=8F=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: doudou0720 <98651603+doudou0720@users.noreply.github.com> --- build/InkCanvasForClass CE.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/InkCanvasForClass CE.iss b/build/InkCanvasForClass CE.iss index ab308f3d..d2c54381 100644 --- a/build/InkCanvasForClass CE.iss +++ b/build/InkCanvasForClass CE.iss @@ -64,7 +64,7 @@ function InitializeSetup: Boolean; begin Result := True; // Always allow setup to continue if not IsDotNetInstalled(net472, 0) then // Check if .NET Framework version 4.7.2 or compatible is installed - SuppressibleMsgBox('警告:未检测到 .NET Framework 4.7.2 或更高版本。应用程序可能无法正常运行。', mbWarning, MB_OK, IDOK); + SuppressibleMsgBox('警告:未检测到 .NET Framework 4.7.2 或更高版本。应用程序可能无法正常运行。', mbInformation, MB_OK, IDOK); end; [Run]