Windows 8 build 8229
Build of Windows 8 | |
Release name | Developer Preview 5 |
---|---|
OS family | Windows NT |
Version number | 6.2 |
Build number | 8229 |
Build revision | 0 |
Architecture | x86, x64, ARM32 |
Build lab | winmain_win8beta |
Compiled on | 2012-02-09 |
Windows 8 build 8229 is the official Developer Preview 5 build of Windows 8. Its Software Development Kit was uploaded onto the BetaArchive FTP on 10 July 2015.
The WinJS dependency package for this build is also included as part of build 8250.
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 )