Jump to content

Recommended Posts

Posted

Hi all, this is my first post in your forums.

I am a UNIX guy who has been asked to set up Windows 2008 WDS to install XP, 2003, 20008 and Windows 7 clients, and I have to say, I have never seen anything so confusing and badly documented in my life.

I have managed to get a basic unattended installation of Windows 7 64bit and am at the stage of now 'personalising' the installation. I thought I would start with what I thought would be an easy one:

I would like to copy a bunch of files and packages from the WDS server to each Windows 7 client hard disk. No need to install them - simply copy them to the system and I'll install them later (they are bespoke applications).

I believe there are multiple options for this - you can create a data .wim file and use this at some point to copy the packages across. However, as our packages are updated every 2 months or so, I thought it easier to use the 'older' method of a distribution share. This uses the $OEM$ folder structure, right?

So, assuming my $OEM$ folder structure is correct (seems quite straightforward) and assuming I have chosen "Select Distribution Share" in Windows SIM, then how should I update my answer file to point to the share? How does the installation know that it should grab all these files and pace them in the appropriate location?

Or, would you recommend I use a different option? (remember - this WDS server will continue to be used to roll out older Win2003 and XP clients - another reason to use the $OEM$ method?)

Thanks so far folks,

Bob


Posted

To be perfectly honest with you, you are right... The Windows AIK tools are just the plumbing pieces, and how fun it ever is to play around with unattend.xml files, dism, command lines tools, batch files and create your own scripts... that's not the proposed or recommended way by Microsoft... Thing is, Microsoft realized this was bad, and created a deployment solution to work as a layer on top of Windows AIK. The deployment solutions is free to download from Microsoft, it's named Microsoft Deployment Toolkit (MDT) 2010... the link is www.microsoft.com/deployment

You can even initiate the deployment from unix box :)

Posted

Thanks for your response Johan. I'll take a look at MDT 2010 and see if this relieves my insanity somewhat :-)

Posted

Also, stay away from DataImage if your Server is 2008. It does not work (properly if at all) unless you are up to R2. If you figure out how to use DataImage (without MDT2010) on regular Server 2008, let me know.

Posted (edited)

Hi guys,

Still no luck. I can install Windows 7 unattended, using WDS. All fine (eventually!). Now, I want to simply copy 2 directories containing files and folders during the unattended installation, from the WDS server to the client. No installation of these applications required, just copy.

I have created a distribution share, and under $OEM$ Folders I have created sub folder c (meaning copy to C: drive), followed by opt and so on - so I want my files to be copied to c:\opt\... on the client.

But now that this is created, how do I tell the unattend.xml to 'go and copy those files'? Unlike Out-of-Box Drivers, there is no right click context where you can specify "Insert to pass....".

Anyone managed this?

Cheers

post-297698-127927546952_thumb.png

Edited by bobsapp
Posted

$OEM$

$1 <<- Drive Root

Not sure wds does same but on a dvd you just add $1 folder which is drive root. drop whatever folders there

Thanks maxXPsoft, but surely this must be referenced in the unattended.xml somewhere, or?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...