|
|
|
|
|
Text/HTML
|
 |
|

On March 21, the first day of MMS 2011, I announced the immediate availability of the Deployment Research blog and Deployment Research Facebook page. Sites filled with video-tutorials on how to deploy operating systems. Information about this new site, as well a bunch of other deployment related community sites was by the way also printed (thank you FedEx) and put in the attendee-bag (Thank you Microsoft) for every MMS 2011 attendee, about 4000 people.
This also means that the deployvista.com blog will not be much active anymore. It will still exist, but the content will gradually be migrated over to the new site, cleaned-up and converted into the new format…
Happy deployment, and I hope to see you online in the forums…
Regards / Johan Arwidmark
Microsoft MVP – Setup & Deployment
|
|
 |
|
|
Blog_Archive
|
 |
|
|
|
 |
|
|
Deploying Windows Server 2003 R2 using MDT 2008
|
 |
|
Location: Blogs Johan Arwidmark |
 |
| Posted by: johan |
4/27/2008 |
Deploying Windows Server 2003 R2 in MDT 2008
Credit goes to another Setup and Deployment MVP, Mikael Nyström (Who just happens to work at the same company I do : )
- Add the Windows Server 2003 R2 Operating System (CD1) to the deployment workbench, and create a Task Sequence for it.in my example is was added it into D:\Distribution\Operating Systems\Windows Server 2003 R2 Enterprise SP2 Eng x86
- In the above folder, create a subfolder structure starting with $OEM$. It should look like this:
D:\Distribution
-Operating System
--Windows Server 2003 R2 Enterprise SP2 Eng x86
---$OEM$
----$1
-----R2
- From Windows Server 2003 R2 CD2, copy the CMPNENTS folder to D:\Distribution\Operating Systems\Windows Server 2003 R2 Enterprise SP2 Eng x86\$OEM$\$1\R2
- In the $OEM$\$1\R2 folder, create a batchfile named InstallR2.cmd (using below content)
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Setup /v SourcePath /t REG_SZ /d C:\Windows\Source\i386 /f
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Setup /v ServicePackSourcePath /t REG_SZ /d C:\R2\CMPNENTS\R2 /f
C:\R2\CMPNENTS\R2\setup2.exe /q /a /sr
Note: There are only three lines, line 1 and 2 beginning with "reg", line 3 beginning with "C:\R2" these lines may have been wrapped.
- For the Windows Server 2003 R2 Task Sequence, update the [GUIRunOnce] section in Unattend.txt to look like below:
[GUIRunOnce]
"C:\R2\InstallR2.cmd"
"cscript.exe C:\MININT\Scripts\LiteTouch.wsf /start"
"cscript.exe D:\MININT\Scripts\LiteTouch.wsf /start"
"cscript.exe E:\MININT\Scripts\LiteTouch.wsf /start"
"cscript.exe F:\MININT\Scripts\LiteTouch.wsf /start"
Note: If you also want to disable the Windows Server Post-Setup Security Updates window, you have two options for doing that.
Option 1:
Set "HKLM\Software\Microsoft\Windows\CurrentVersion\ServerOOBE\SecurityOOBE\DontLaunchSecurityOOBE" to "0"
This will disable the Windows Server Post-Setup Security Updates window without turning off the firewall (Thanks Rob for the great tip)
Option 2:
Turn off the firewall in unattend.txt using the below settings (Warning, make sure you are building your reference images on an isolated segment before doing this)
[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall
[WindowsFirewall.TurnOffFirewall]
Mode = 0
|
|
| Permalink |
Trackback |
Comments (1)
|
Re: Deploying Windows Server 2003 R2 using MDT 2008 |
By johan on
5/20/2008 |
| Thanks for the tip Rob, I have updated the instructions |
|
|
|
|
|
Search_Blog
|
 |
|
|
|
 |
|
|
|
|
|
| DotNetNuke® is copyright 2002-2012 by DotNetNuke Corporation |
|