-
-
Save syntax-tm/bb293a229933667b96e5654e29b2245f to your computer and use it in GitHub Desktop.
Resident Evil 5 Steam Install Script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"InstallScript" | |
{ | |
"Registry" | |
{ | |
"HKEY_LOCAL_MACHINE\\Software\\CAPCOM\\RESIDENT EVIL 5" | |
{ | |
"string" | |
{ | |
"GUID" "%CDKEY%" | |
"installdir" "%INSTALLDIR%" | |
"language" "English" | |
} | |
"dword" | |
{ | |
"launch" "1" | |
} | |
} | |
} | |
"Registry if not present" | |
{ | |
"HKEY_CURRENT_USER\\Software\\CAPCOM\\RESIDENT EVIL 5" | |
{ | |
"string" | |
{ | |
"language" "1033" | |
} | |
} | |
} | |
"Run Process" | |
{ | |
"GFWL" | |
{ | |
"process 1" "%INSTALLDIR%\\redist\\gfwlivesetup.exe" | |
"command 1" "/q" | |
"HasRunKey" "HKEY_LOCAL_MACHINE\\Software\\CAPCOM\\RESIDENT EVIL 5\\GFWL" | |
} | |
} | |
"Firewall" | |
{ | |
"Resident Evil 5" "%INSTALLDIR%\\Launcher.exe" | |
} | |
} | |
"kvsignatures" | |
{ | |
"InstallScript" "4105edafd7feda83a000239d7bbe700c62dfdeb7442fb407d0963b599d1bd644f7bb81980f5b0de40e4e00453bcb2a71059fa77a3e524af616172ad583cdb440b32fc2d4228228653a37949ec4cc7c43d1da426ec3276adda0dc2dfde69283d257104cd11fd823142ba5be232fd62cc5d5564f2b88140c2137a91c1332a98390" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------- | |
Logging Started: 10/31/2021 12:46:41 | |
Source Folder: C:\Users\USERNAME\AppData\Local\Microsoft\GFWLive\Downloads | |
OS v6.2 (build 9200) 64 bit | |
OS Product Type: 0x00000004 | |
User Default LCID: 0x0409 | |
Command Line: "C:\Users\USERNAME\AppData\Local\Microsoft\GFWLive\Downloads\gfwlivesetup.exe" -skipupdate | |
------------------------------- | |
(12:46:41) Direct DL: 0 | |
(12:46:41) Exit code: 0x00000000 | |
(12:46:41) DL Recent: 0 | |
(12:46:41) Offer ID: | |
(12:46:41) Initialized | |
(12:46:42) Download folder C:\Users\USERNAME\AppData\Local\Microsoft\GFWLive\Downloads | |
(12:46:42) Resources initialized | |
(12:46:43) Install Started | |
(12:46:43) Downloading redists only | |
(12:46:43) Microsoft Games for Windows - LIVE (Found) | |
(12:46:43) Games for Windows Marketplace Client (Found) | |
(12:46:43) Microsoft .NET Framework (Found) | |
(12:46:43) Windows Live ID Sign-in Assistant (Waiting) | |
(12:46:43) Download Start Notification: 3 | |
(12:46:43) Windows Live ID Sign-in Assistant (Downloading...) | |
(12:46:43) Download Error: 0x800c0008 | |
(12:46:43) A network error occurred while attempting to get information from the server. Check your network connection and retry. | |
(12:46:43) A network error occurred while attempting to get information from the server. Check your network connection and retry. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------- | |
Logging Started: 10/31/2021 12:46:43 | |
EXE: C:\Users\USERNAME\AppData\Local\Microsoft\GFWLive\Downloads\gfwlivesetup.exe (3.5.89.0) | |
DLL: C:\Users\USERNAME\AppData\Local\Microsoft\GFWLive\Downloads\gfwlivesetup.exe (3.5.89.0) | |
Source Folder: C:\Users\USERNAME\AppData\Local\Microsoft\GFWLive\Downloads | |
OS v6.2 (build 9200) 64 bit | |
OS Product Type: 0x00000004 | |
User Default LCID: 0x0409 | |
------------------------------- | |
(12:46:43) Download folder: C:\Users\USERNAME\AppData\Local\Microsoft\GFWLive\Downloads | |
(12:46:43) Already installed: xliveredist.msi | |
(12:46:43) Already installed: gfwlclient.msi | |
(12:46:43) Already installed: dotNetFx40_Client_x86_x64.exe | |
(12:46:43) Downloading http://go.microsoft.com/fwlink/?LinkId=201788 to C:\Users\USERNAME\AppData\Local\Microsoft\GFWLive\Downloads\wllogin_64.msi | |
(12:46:43) Download Status: go.microsoft.com | |
(12:46:43) Download Status: 23.10.117.99 | |
(12:46:43) Launching C:\Users\USERNAME\AppData\Local\Microsoft\GFWLive\Downloads\gfwlivesetup.exe elevated | |
(12:46:43) Download Status: 302 | |
(12:46:43) Download Status: http://download.microsoft.com/download/7/4/0/740357D6-EFA8-43C1-A7DF-A8EEDD104638/wllogin_64.msi | |
(12:46:43) Download Status: download.microsoft.com | |
(12:46:43) Download Status: 23.193.120.113 | |
(12:46:43) HTTP Status Code: 404 | |
(12:46:43) Error downloading. [Code:0x800c0006] | |
(12:46:43) Download http://go.microsoft.com/fwlink/?LinkId=201788 failed [Code:0x800c0008] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment