Skip to content

Commit 9eb1fb2

Browse files
committed
[FID-6213] fix more paths
update installation directory
1 parent e589616 commit 9eb1fb2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

extend-fiddler/extendwithdotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Sample Extension: Step by Step
5757

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

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

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

extend-fiddler/usedotnetinfiddlerscript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Add References
4141

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

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

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

knowledge-base/execaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Controlling Fiddler Classic with Test Automation
1111

1212
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.
1313

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

1616
**Usage:**
1717
ExecAction SCRIPTPARAMETER

knowledge-base/fiddlerhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ FiddlerHook also introduces a simple way to clear your Firefox cache (memory and
4242
![FiddlerHookMenu](../images/fhmenu.png)
4343

4444
Removal Instructions
45-
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.
45+
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.
4646

4747
[1]: ../images/FiddlerHook/Enable.png

0 commit comments

Comments
 (0)