You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -184,6 +184,16 @@ function PrepareToInstall(var NeedsRestart: Boolean): String;
184
184
var
185
185
I: Integer;
186
186
begin
187
+
188
+
Result := '';
189
+
190
+
if DirExists(ExpandConstant('{app}')) then
191
+
begin
192
+
if SuppressibleMsgBox('The installer will now delete the destination folder (' + ExpandConstant('{app}') + '). It is recommended to back up any files inside, as they will be replaced by the installer. Continue?', mbConfirmation, MB_YESNO, IDYES) = IDNO
0 commit comments