31
edits
Mcornmesser (talk | contribs) (Saving WIP) |
Mcornmesser (talk | contribs) (Saving WIP) |
||
| Line 12: | Line 12: | ||
The process is begun with Windows Server 2008 R2 SP1 iso (en_windows_server_2008_r2_with_sp1_vl_build_x64_dvd_617403.iso). The iso file is mounted, in our case, using Virtual CloneDrive. Once the iso file is mounted it is then imported into the Microsoft Deployment Workbench (MDT). | The process is begun with Windows Server 2008 R2 SP1 iso (en_windows_server_2008_r2_with_sp1_vl_build_x64_dvd_617403.iso). The iso file is mounted, in our case, using Virtual CloneDrive. Once the iso file is mounted it is then imported into the Microsoft Deployment Workbench (MDT). | ||
=== Base Configuration Capture (MDT Task Sequence ID SW2008_BASE_001)=== | === Base Configuration Capture (MDT Task Sequence ID SW2008_BASE_001)=== | ||
The modification here is found under tasks sequence steps -> State Restore -> Custom Tasks -> Mozilla Custom. | The modification here is found under tasks sequence steps -> State Restore -> Custom Tasks -> Mozilla Custom.<br /> | ||
===== Applications ===== | ===== Applications ===== | ||
Microsoft Visual Studio 2010<br /> | Microsoft Visual Studio 2010<br /> | ||
* This application install | * This application install varies away from the typical MDT install. The files needed to be extracted from the iso and have the F# portion removed. The extracted files are then copied over local, and the installation command is ran | ||
Microsoft Visual Studio 2013 Update 3<br /> | Microsoft Visual Studio 2013 Update 3<br /> | ||
* A reboot needs to occur between the installation of 2010 and 2013<br /> | |||
Microsoft Windows Windows 8 SDK<br /> | Microsoft Windows Windows 8 SDK<br /> | ||
| Line 27: | Line 29: | ||
=== Configuration === | === Configuration === | ||
WSUS Updates | WSUS Updates | ||
* Various registry settings are needed | |||
** Refrence: https://bugzilla.mozilla.org/show_bug.cgi?id=972575<br /> | |||
=== Data Center Deployment Configuration (MDT Task Sequence SW2008_DPLY_001)=== | === Data Center Deployment Configuration (MDT Task Sequence SW2008_DPLY_001)=== | ||
The modification here is found under tasks sequence steps -> State Restore -> Custom Tasks -> Mozilla Custom.<br /> | |||
===== Applications ===== | |||
Puppet<br /> | |||
* Package installation | |||
** This installs version 3.4.3 | |||
** Future updates will be managed through Puppet | |||
* | |||
=== Cloud Deploy Configuration Capture (MDT Task Sequence ID W2008_CLD_002)=== | === Cloud Deploy Configuration Capture (MDT Task Sequence ID W2008_CLD_002)=== | ||
== Windows 2008 Build Slave Configuration Managed by Puppet == | == Windows 2008 Build Slave Configuration Managed by Puppet == | ||
edits