So I'm trying to cook Opera Mini as the default browser, and I've found the right keys in the registry to add them. But when I cook them the don't get added in a way that works.
This is what I have in my app.reg:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Rai\:DEFBROWSER]
"0"="Opera Mobile 10"
"1"="\\Program Files\\Opera Mobile 10\\Opera10-armv4i.exe"
When I cook it, the registry key shows without the quotes. Without quotes in the registry makes the manila links not work.
Code:
\Program Files\Opera Mobile 10\Opera10-armv4i.exe
If I try
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Rai\:DEFBROWSER]
"0"="Opera Mobile 10"
"1"=""\\Program Files\\Opera Mobile 10\\Opera10-armv4i.exe""
the kitchen shows an error and the registry key is blank.
How do I go about cooking this?
EDIT: For anyone interested I figured it out. It shoud look like this:
Code:
REGEDIT4
[HKEY_CLASSES_ROOT\http\Shell\Open\Command]
"Default"="\"\\Program Files\\Opera Mobile 10\\Opera10-armv4i.exe\" %1"
[HKEY_CLASSES_ROOT\https\Shell\Open\Command]
"Default"="\"\\Program Files\\Opera Mobile 10\\Opera10-armv4i.exe\" %1"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Rai\:DEFBROWSER]
"0"="Opera Mini 5.1"
"1"="\"\\Program Files\\Opera Mobile 10\\Opera10-armv4i.exe\""