|
@@ -582,6 +582,17 @@ begin
|
|
|
end;
|
|
|
end;
|
|
|
|
|
|
+ if browser = 'iexplore.exe' then
|
|
|
+ begin
|
|
|
+ if FileExists (pfPath+'/Microsoft/Edge/Application/msedge.exe') then
|
|
|
+ begin
|
|
|
+ if MsgBox(CustomMessage('MicrosoftEdgeDetected'),mbConfirmation,MB_YESNO) = IDYES then
|
|
|
+ begin
|
|
|
+ browser := pfPath+'/Microsoft/Edge/Application/msedge.exe';
|
|
|
+ end;
|
|
|
+ end;
|
|
|
+ end;
|
|
|
+
|
|
|
if browser = 'iexplore.exe' then
|
|
|
begin
|
|
|
if FileExists (pfPath+'/Internet Explorer/iexplore.exe') then
|