Skip to content

[FID-6213] fix more paths #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extend-fiddler/createextension.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add Reference to Fiddler

3. Right-click the project's **References** folder in the **Solution Explorer**.

4. Click the **Browse** tab and select **Fiddler.exe** in the **C:\Program Files\Fiddler2** folder.
4. Click the **Browse** tab and select **Fiddler.exe** in the **%localappdata%\Programs\Fiddler** folder.

5. Click **Ok** to add the reference.

Expand Down
2 changes: 1 addition & 1 deletion extend-fiddler/extendwithdotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Sample Extension: Step by Step

3. Right-click the project's **References** folder in the **Solution Explorer**.

4. Click the **Browse** tab and select **Fiddler.exe** in the **C:\Program Files\Fiddler2** folder.
4. Click the **Browse** tab and select **Fiddler.exe** in the **%localappdata%\Programs\Fiddler** folder.

5. Click **Ok** to add the reference.

Expand Down
2 changes: 1 addition & 1 deletion extend-fiddler/usedotnetinfiddlerscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Add References

4. Enter the command to create a DLL in the VS command prompt. For example:

csc /target:library /out:c:\UASim.dll UASimulator.cs /reference:"C:\program files\fiddler2\fiddler.exe"
csc /target:library /out:c:\UASim.dll UASimulator.cs /reference:"%localappdata%\Programs\Fiddler\fiddler.exe"

5. In Fiddler, click **Tools > Options**.

Expand Down
2 changes: 1 addition & 1 deletion knowledge-base/execaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Controlling Fiddler Classic with Test Automation

ExecAction.exe is a command line executable which is suitable for calling from batch files or unit tests. It passes its command line into FiddlerScript's **OnExecAction** function for processing, just like Fiddler's [QuickExec box][1]. The ExecAction commands can be handled by FiddlerScript or FiddlerExtensions.

ExecAction.exe is installed into the Fiddler Classic directory inside your Program Files folder.
ExecAction.exe is installed into the Fiddler Classic directory inside your AppData\Local\Programs folder.

**Usage:**
ExecAction SCRIPTPARAMETER
Expand Down
2 changes: 1 addition & 1 deletion knowledge-base/fiddlerhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ FiddlerHook also introduces a simple way to clear your Firefox cache (memory and
![FiddlerHookMenu](../images/fhmenu.png)

Removal Instructions
You can use Firefox's Add-on Manager (on the tools menu) to disable the FiddlerHook addon. If you would like to remove the FiddlerHook add-on altogether, you can simply delete the C:\Program Files\Fiddler2\FiddlerHook folder.
You can use Firefox's Add-on Manager (on the tools menu) to disable the FiddlerHook addon. If you would like to remove the FiddlerHook add-on altogether, you can simply delete the %localappdata%\Programs\Fiddler\FiddlerHook folder.

[1]: ../images/FiddlerHook/Enable.png
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy