http://bugs.winehq.org/show_bug.cgi?id=19089
--- Comment #2 from Austin English austinenglish@gmail.com 2009-07-14 12:49:47 --- (In reply to comment #1)
Created an attachment (id=22378)
--> (http://bugs.winehq.org/attachment.cgi?id=22378) [details]
incremet iexplore version
the only thing i found in the ff-source is a test for ie7. it checks for a registry-key, the path-variable and the file version(which can be changed with this patch) you can see it in: nsIEProfileMigrator.cpp in browser/components/migration/src (e.g.: http://www.google.de/codesearch/p?hl=de&sa=N&cd=1&ct=rc#e_ObwTAV...)
but even if i do all the dependencies i cant get the import question after installing. did i missed something?
Perhaps it needs the other registry keys. Or you may want to look where that code gets called from. Likely there is some initial test to detect IE _at all_, then from there, it detects IE version/home page/etc.