Windows 8 build 8229

6.2.8229.0.winmain_win8beta.120209-1545
Build of Windows 8
OS familyWindows NT
Version number6.2
Build number8229
Build revision0
Architecturex86, x64, ARM32
Build labwinmain_win8beta
Compiled on2012-02-09

Windows 8 build 8229 is a build of Windows 8. Only the Software Development Kit for this build was uploaded to the BetaArchive FTP on 10 July 2015. As of 2024, 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]

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
)