Skip to content

Commit c0d9a50

Browse files
authored
update inno setup message
related to microsoft#55840
1 parent 1a6fabd commit c0d9a50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/win32/code.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ begin
975975
RegKey := 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\' + copy('{#IncompatibleTargetAppId}', 2, 38) + '_is1';
976976
977977
if RegKeyExists({#IncompatibleArchRootKey}, RegKey) then begin
978-
if MsgBox('{#NameShort} is already installed on this system for all users. Note that both versions will be installed simultaneously; you might want to first uninstall the system-wide installation. Are you sure you want to continue?', mbConfirmation, MB_YESNO) = IDNO then begin
978+
if MsgBox('{#NameShort} is already installed on this system for all users. We recommend first uninstalling that version before installing this one. Are you sure you want to continue the installation?', mbConfirmation, MB_YESNO) = IDNO then begin
979979
Result := false;
980980
end;
981981
end;
@@ -1139,4 +1139,4 @@ end;
11391139
11401140
#ifdef Debug
11411141
#expr SaveToFile(AddBackslash(SourcePath) + "code-processed.iss")
1142-
#endif
1142+
#endif

0 commit comments

Comments
 (0)