diff --git a/launcher.iss b/launcher.iss index 6527e7fe..362326e5 100644 --- a/launcher.iss +++ b/launcher.iss @@ -140,7 +140,9 @@ begin if IsInstalled() then begin - iMsgBoxAnswer := MsgBox('{#SetupSetting("AppName")} is already installed. Uninstall it before proceeding?', mbInformation, MB_YESNO); + iMsgBoxAnswer := MsgBox('{#SetupSetting("AppName")} is already installed.' + #13#10 + + 'Uninstall it before proceeding?', + mbInformation, MB_YESNO); if iMsgBoxAnswer = IDYES then begin if UnInstallOldVersion() <> 0 then