File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments