Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Change wording in new popup
Browse files Browse the repository at this point in the history
  • Loading branch information
KurzedMetal committed Jul 4, 2019
1 parent c594bb8 commit 717610a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launcher.iss
Expand Up @@ -146,8 +146,8 @@ begin
if UnInstallOldVersion() <> 0 then
begin
iMsgBoxAnswer := MsgBox('Failed to uninstall existing installation!' + #13#10
+ 'Try to install anyways?' + #13#10
+ '(This may work, specially if you manually delete installed files)',
+ 'Try to reinstall anyways?' + #13#10
+ '(This has a good chance to fix it.)',
mbInformation, MB_YESNO);
if iMsgBoxAnswer = IDNO then
Result := 'Failed to uninstall existing installation of {#SetupSetting("AppName")}!';
Expand Down

0 comments on commit 717610a

Please sign in to comment.