Thanks!
Chris
To get the FiddlerHook extension working in Firefox, you must write a
registry key pointing at the FiddlerHook folder...
WriteRegStr HKLM "Software\Mozilla\Firefox\Extensions"
"fiddl...@fiddler2.com" "$INSTDIR\FiddlerHook"
Thanks,
Chris
On Mar 10, 8:19 pm, EricLaw <bay...@gmail.com> wrote:
> For IE, you don't really need to check in any registry keys-- you
> won't get the "launch" button in IE, but that's about it.
>
> To get the FiddlerHook extension working in Firefox, you must write a
> registry key pointing at the FiddlerHook folder...
>
> WriteRegStr HKLM "Software\Mozilla\Firefox\Extensions"
> "fiddlerh...@fiddler2.com" "$INSTDIR\FiddlerHook"
> > > Chris- Hide quoted text -
>
> - Show quoted text -
Thanks,
Chris
FiddlerObject.UI.ActivateRequestInspector("RAW");
FiddlerObject.UI.ActivateResponseInspector("RAW");
> > > - Show quoted text -- Hide quoted text -
Thanks,
Chris
FiddlerApplication.Prefs.SetStringPref("fiddler.ui.lastview",
"Inspectors")
But that's going to override the behavior where Fiddler remember's the
user's last tab.
Thanks,
Chris
Fiddler respects the "UserPath" registry key to load its files from a
different folder, but there's nothing in Fiddler today that allows you
to tell Fiddler to get its registry settings (and, by extension, that
UserPath registry key) from some other path in the registry.
Can you elaborate a little bit on what settings you'd want isolated in
your "Build Version"? Or, stated another way, why is it a problem
that the "Build Version" and the default install share settings? Your
answer may shape the solution. :-)
thanks!