fix(iss):修复Inno Setup文件格式错误
Signed-off-by: doudou0720 <98651603+doudou0720@users.noreply.github.com>
This commit is contained in:
@@ -64,7 +64,7 @@ function InitializeSetup: Boolean;
|
|||||||
begin
|
begin
|
||||||
Result := True; // Always allow setup to continue
|
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
|
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;
|
end;
|
||||||
|
|
||||||
[Run]
|
[Run]
|
||||||
|
|||||||
Reference in New Issue
Block a user