Skip to content

Commit 3c6f8b2

Browse files
committed
Fix Steam HasRunKey example
1 parent 20d2903 commit 3c6f8b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/setup/platforms/steam.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,20 +154,20 @@ You should omit the `Easy Anti-Cheat` entry from `Run Process` and `Run Process
154154
{
155155
"Unreal Engine Prerequisites"
156156
{
157-
"HasRunKey" "HKEY_LOCAL_MACHINE\\Software\\Valve\\Steam\\Apps\\REPLACE_WITH_YOUR_APP_ID"
157+
"HasRunKey" "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Valve\\Steam\\Apps\\REPLACE_WITH_YOUR_APP_ID"
158158
"process 1" "%INSTALLDIR%\\Engine\\Extras\\Redist\\en-us\\vc_redist.x64.exe"
159159
"command 1" "/quiet /norestart"
160160
"NoCleanUp" "1"
161161
}
162162
"Epic Online Services"
163163
{
164-
"HasRunKey" "HKEY_LOCAL_MACHINE\\Software\\Valve\\Steam\\Apps\\REPLACE_WITH_YOUR_APP_ID"
164+
"HasRunKey" "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Valve\\Steam\\Apps\\REPLACE_WITH_YOUR_APP_ID"
165165
"process 1" "%INSTALLDIR%\\EpicOnlineServicesInstaller.exe"
166166
"command 1" "/install productId=REPLACE_WITH_YOUR_EOS_PRODUCT_ID /quiet"
167167
}
168168
"Easy Anti-Cheat"
169169
{
170-
"HasRunKey" "HKEY_LOCAL_MACHINE\\Software\\Valve\\Steam\\Apps\\REPLACE_WITH_YOUR_APP_ID"
170+
"HasRunKey" "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Valve\\Steam\\Apps\\REPLACE_WITH_YOUR_APP_ID"
171171
"process 1" "%INSTALLDIR%\\EasyAntiCheat\\EasyAntiCheat_EOS_Setup.exe"
172172
"command 1" "install REPLACE_WITH_YOUR_EOS_PRODUCT_ID"
173173
}

0 commit comments

Comments
 (0)