Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Win32/Win64 API (native code) (https://www.delphipraxis.net/17-win32-win64-api-native-code/)
-   -   Delphi Standardbrowser - finde ihn einfach nicht (https://www.delphipraxis.net/139551-standardbrowser-finde-ihn-einfach-nicht.html)

schwa226 31. Aug 2009 15:55


Standardbrowser - finde ihn einfach nicht
 
Hi,

nach einiger suche im Internet und hier im Board stehe ich nun vor einem Rätsel.

in HKEY_CLASSES_ROOT

\.html:
FirefoxHTML

\.htm:
FirefoxHTML

1. \FirefoxHTML\shell\open\command
steht: "C:\Program Files\Mozilla Firefox\firefox.exe" -requestPending -osint -url "%1"

2. \htmlfile\shell\open\command
steht: "C:\Program Files\Internet Explorer\iexplore.exe" -nohome

3. \http\shell\open\command
steht: "C:\Program Files\Mozilla Firefox\firefox.exe" -requestPending -osint -url "%1"

Der Internet Explorer ist Standard!?

Wenn ich dann FireFox starte und als Standard festlege ändern sich die Einträge oben nicht!
Auch nicht wenn ich danach wieder den Internet Explorer starte und ihn als Standard definiere.

Wo finde ich den Eintrag welcher nun wirklich der Standard Browser ist?
Internet Explorer & FireFox erkennen es zumindest das sie nicht Standard sind.
Also muss irgendwo noch ein Eintrag sein!

EDIT:
Habe einmal die Registry exportiert. Einmal mit IE und einmal FireFox als Standard.
Unterschiede bei Vista:

Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.html\UserChoice]
"Progid"="FirefoxHTML"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.htm\UserChoice]
"Progid"="FirefoxHTML"
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.htm\UserChoice]
"Progid"="IE.AssocFile.HTM"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.html\UserChoice]
"Progid"="IE.AssocFile.HTM"
Diese Werte kann ich aber per Regedit nicht verändern!?

dann noch:
Code:
[HKEY_CURRENT_USER\Software\Clients\StartmenuInternet]
@="IEXPLORE.EXE"
Code:
[HKEY_CURRENT_USER\Software\Clients\StartmenuInternet]
@="FIREFOX.EXE"
das ist es auch nicht!

Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.htm\UserChoice]
"Progid"="IE.AssocFile.HTM"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.html\UserChoice]
"Progid"="IE.AssocFile.HTM"
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.htm\UserChoice]
"Progid"="FirefoxHTML"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.html\UserChoice]
"Progid"="FirefoxHTML"
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\ftp]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\ftp\UserChoice]
"Progid"="IE.FTP"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice]
"Progid"="IE.HTTP"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice]
"Progid"="IE.HTTPS"
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\ftp]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\ftp\UserChoice]
"Progid"="FirefoxURL"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice]
"Progid"="FirefoxURL"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice]
"Progid"="FirefoxURL"
ist es auch nicht.

Oder habe ich etwas vergessen?


Alle Zeitangaben in WEZ +1. Es ist jetzt 06:23 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz