Skip to content

Commit 2dd2ff0

Browse files
authored
Update BUILDING.md
1 parent 244c9e5 commit 2dd2ff0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

BUILDING.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,14 @@ You must run the PresentMon Capture Application from its directory, with the *Pr
109109
> PresentMon.exe
110110
```
111111

112-
Further, for the Release build, the application must be run from a secure location (e.g. "Program Files" or "System32") so it will need to be copied there first. The Release build also cannot be started from Visual Studio, irregardless of whether the debugger is attached, and even if VS is running with admin privilege.
112+
## Capture Application Release Build Notice
113+
114+
Further, for the Release build, the application must be run from a secure location (e.g. `"Program Files"` or `"System32"`) so it will need to be copied there first. The Release build also cannot be started from Visual Studio, irregardless of whether the debugger is attached, and even if VS is running with admin privilege.
115+
116+
# Running PresentMon on other systems
117+
118+
You will encounter an error message such as: `"A referral has returned from server"`. This usually means a certificate mismatch or not exist. The same certificate that was used to sign the application must be installed. Open command prompt as administrator and run the following:
119+
120+
```bat
121+
> certutil -addstore root testcert.cer
122+
```

0 commit comments

Comments
 (0)