Windows 8 build 8229
Build of Windows 8 | |
![]() | |
Architecture | x86, x64, ARM32 |
---|---|
Compiled | 2012-02-09 |
Windows 8 build 8229 is a build of Windows 8. Only the SDK of this build was uploaded to BetaArchive FTP on 10 July 2015. As of 2023, the full build itself has yet to be shared. Windows SDK and WinJS 0.6 packages from this version are available (Microsoft.WinJS.0.6_neutral_8wekyb3d8bbwe.appx
and Microsoft.WinJS.0.6.Debug.appx
).
Other Information[edit | edit source]
- From Windows 8 build 8437
tools\content\get_apps.cmd
@echo off setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION set BUILDPATH=%1% REM \\winbuilds\release\fbl_dev_dp4\8175.5.120111-2201 echo Copying from %BUILDPATH% sd edit tools\... xcopy /y %BUILDPATH%\woafre\bin\idw\WinStore\. tools\ sd add tools\... REM \\winbuilds\release\winmain_win8beta\8229.0.120209-1545\woafre\bin\IPA\appx_pkgs\VCLibs for %%i in (VCLibs) do ( sd edit Libs\%%i\*.appx robocopy %BUILDPATH%\woafre\bin\IPA\appx_pkgs\%%i Libs\%%i *.appx sd add Libs\%%i\*.appx ) for %%i in (Developer.Microsoft.WinJS.1.0.RC) do ( sd edit Libs\%%i\*.appx robocopy %BUILDPATH%\x86fre\bin\corsica\%%i Libs\%%i *.appx sd add Libs\%%i\*.appx ) for %%i in (Labyrinth Socialite Stocks MoCam WordHunt) do ( sd edit Apps\%%i\*.appx robocopy %BUILDPATH%\woafre\bin\FPA\%%i Apps\%%i *.appx sd add Apps\%%i\*.appx )