djh Posted February 11, 2010 Posted February 11, 2010 Hi All, Just looking into setting up a test network of windows 7, we've managed to setup a few images and deploy a few images. We've got an issue setting WDS setup to regosinise any locale settings- en-GB/en-uk etc etc. The thing i'm wondering is what's the difference between MDT and WDS... Obviously we will have a base image and a few other images for staff with SIMS & Adobe etc already installed with a capture image. But whats the advantages/differences of both? Cheers, Dan
GoldenWonder Posted February 11, 2010 Posted February 11, 2010 I was just about to post a very similar question! I'm using WDS for XP images and would like to use it to deploy Windows 7 images. MS mention a lot about MDT 2010 and WAIK etc but I'm not sure how to tie them together with WDS
jsnetman Posted February 11, 2010 Posted February 11, 2010 (edited) Waik is basically a way for you to make edit and check imageunateend.xml files. These files set system local, adding driver paths and almost anything else concerned with the image. WDS is basically your capture and deployment tool. Never used MDT so cannot comment on it, but it looks good. The xml files do your head in if you try and do them yourself or download examples from the net. Its much better to use WAIK to create and check them for you. Edited February 11, 2010 by jsnetman
Tricky_Dicky Posted February 11, 2010 Posted February 11, 2010 As jsnetman said, Windows Deployment Toolkit is purely a way of setting everything up, such as image properties and unattend.xml files so you can do unattended installs. The Windows Deployment Service is the service which allows you to then deploy said images onto various machines. From what I can figure out the two work together and if you can realise the full potential offer a very impressive way of mass deploying Windows 7 exactly the way you want on to lots of different machines. Rich
djh Posted February 11, 2010 Author Posted February 11, 2010 I have used WAIK to create the unattend files (unsuccessfuly for the language) but Apparently this new BDT 2010 will deploy the images from a network share... Meanign WDS in redundant. Also it states you can put driver files into the wim image.... Also making WDS redundant.....
jsnetman Posted February 11, 2010 Posted February 11, 2010 (edited) I think MDT just has WDS built into it when you install. As with most MS solutions there is always more than one way to do things. I looked at MDT and it looked very difficult to setup and learn about. I already had WDS I just installed WAIK and off I went installing WIN 7 machines. Edited February 11, 2010 by jsnetman
djh Posted February 11, 2010 Author Posted February 11, 2010 If you look on windowsnetworking.com. In deploying Vista he gives a really good guide on WDS. But then at the end/with the deploying Windows 7 Series he mentions BDT.... Why can't Microsoft jsut give ONE deployment method and stick to it. Theres no 'right' way to deploy windows 7!!!
jsnetman Posted February 11, 2010 Posted February 11, 2010 (edited) There is also a very good tutorial on WAIK at windowsnetworking.com also. I also remeber reading somewhere that MDT is designed for very big organisations (thousands of machines), I think a school would be classed as small to medium and WAIK and WDS is targeted toward those Edited February 11, 2010 by jsnetman
jsnetman Posted February 11, 2010 Posted February 11, 2010 WAIK at first seems very complicated but in a nutshell all you are doing is loading an image into it, it then indexes the image automatically, you then start creating an answer file, or you can load one in that you have copied from the net. You then save the answer file and unload the image. I don't think or I have never reloaded the image back to WDS. You then copy the answer file into WDS where the image is located and in WDS you right click the image and assign the answer file.
GoldenWonder Posted February 11, 2010 Posted February 11, 2010 WDS doesn't seem to work with any Windows 7 image I try - I always get the error: "Windows could not apply unattend settings during pass (null)" This is whether I use a blank Windows 7 image from the DVD, or a prepared and sysprep'd version. I've tried creating a unattend.xml file using the System Image Manager and attaching it to the image in WDS but it makes no difference.
djh Posted February 11, 2010 Author Posted February 11, 2010 I've got all the bits working for WDS and followed to WindowsNetworking guide for AIK but I can't get the keyboard language to come as en-gb. I was just wondering what was better to use in the long run. we've got roughly 1200 machines...
jsnetman Posted February 11, 2010 Posted February 11, 2010 I can't get the keyboard language to come as en-gb Are you talking about the imageunattend answer file or the WDS pre environment awnserfile?
djh Posted February 11, 2010 Author Posted February 11, 2010 The WDS answer file asks for language and 'keyboard locale'. I've tried so many options. I'm ignoring the imageunattend.xml for now because if I sort the first i'll most likely sort the second....
jsnetman Posted February 11, 2010 Posted February 11, 2010 (edited) Ok yes, if you don't specify an account name, domain and password it will always prompt for language input, I think that is by design but not sure on that and as you are only deploying one or 2 images it doesnt really matter. When we do mass deployment its normally after school or in holiday periods, we input the acount details into the answer file as mentioned and it does not ask for language settings and goes straight to deploying the image. You must remember to remove the account password after you have mass deployed or you will end up with the pupils pressing F12 and deploying images automatically Edited February 11, 2010 by jsnetman
Dave84 Posted February 11, 2010 Posted February 11, 2010 I ran into the same problems making a WDS answer file with the Languages . I found that WDS doesnt work fully with en-GB so you have to keep some bits as en-US. I managed to get it working using the following: en-US en-GB en-GB en-US en-GB Hope that helps Dave 2
ranj Posted February 11, 2010 Posted February 11, 2010 (edited) Have a look at the webcast below from the guys at ITidiots. It talks through setting up a lite touch installation with Windows 7 and they talk about the locale settings and how to configure this as it all defaults to US settings. Very good video, it really helped me out when trying to set this up as well. ITidiots71: Lite Touch Deployment of Windows7 - Home - ITidiots.com Edited February 12, 2010 by ranj 1
mackers8923 Posted March 12, 2010 Posted March 12, 2010 I ran into the same problems making a WDS answer file with the Languages . I found that WDS doesnt work fully with en-GB so you have to keep some bits as en-US. I managed to get it working using the following: en-US en-GB en-GB en-US en-GB Hope that helps Dave Dave After setting your answer file to en-GB what did you use to change your keyboard and locale settings? I have followed your answer file settings but I'm still faced with US settings right through the OS despite it all being set to en-GB Rob
jsnetman Posted March 13, 2010 Posted March 13, 2010 In the answer file that you use to start the image process it does not matter what language settings you set, because if you don't specify a domain name username and password for the deployment it will always ask for language settings. If you set the language settings to GB and specify domain name username and password it will start win pe with the gb settings. I have read somewher that this is by design. For the actual image deployment setting the language settings in the imageunattend.xml file works. 1
mrbios Posted March 15, 2010 Posted March 15, 2010 (edited) Dave After setting your answer file to en-GB what did you use to change your keyboard and locale settings? I have followed your answer file settings but I'm still faced with US settings right through the OS despite it all being set to en-GB Rob Heres my unattend.xml which i have applied to my images: 1 1 net user administrator /active:yes true true false GMT Standard Time en-GB en-GB en-GB 2057:00000809 PASSWORD HERE false true 2 administrator true Work 1 PASSWORD HERE false PASSWORD HEREValue> false Local Administrator Administrator Administrators Administrator Archway School Archway School That sets the language, keyboard locale, enables local administrator account, and asks you for nothing more than the computer name before automatically logging you in as administrator When i image a machine with the above applied i set the name when it asks, wait for logon, add it to the domain and log in once to the domain after moving the computer account into the correct OU so that the GP printer settings and prelogon settings are applied, Also have a boot unattend.xml to do all the pre install stuff too, all i do is select which image to intall and from there everything is automated up until it asks me the PC name and then logs in Edited March 15, 2010 by mrbios
mackers8923 Posted March 15, 2010 Posted March 15, 2010 Heres my unattend.xml which i have applied to my images: 1 1 net user administrator /active:yes true true false GMT Standard Time en-GB en-GB en-GB 2057:00000809 PASSWORD HERE false true 2 administrator true Work 1 PASSWORD HERE false PASSWORD HEREValue> false Local Administrator Administrator Administrators Administrator Archway School Archway School That sets the language, keyboard locale, enables local administrator account, and asks you for nothing more than the computer name before automatically logging you in as administrator When i image a machine with the above applied i set the name when it asks, wait for logon, add it to the domain and log in once to the domain after moving the computer account into the correct OU so that the GP printer settings and prelogon settings are applied, Also have a boot unattend.xml to do all the pre install stuff too, all i do is select which image to intall and from there everything is automated up until it asks me the PC name and then logs in Fantastic VMT
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now