counter hit make
Creating an answer file with Image Configuration Editor (ICE) - Lars' System Center Blog

Lars' System Center Blog

Creating an answer file with Image Configuration Editor (ICE)

You can build an image by using Image Configuration Editor. If you chose the advanced path for image development, this process will get you started with building an image. Although it takes more time to build an image by using Image Configuration Editor than by using Image Builder Wizard, this tool is the most flexible and versatile way to define your image requirements, especially when you need the image size to remain small.

Start the “Image configuration Editor”, On the “File” menu, select “New Answer File”

clip_image002

The answer file opens, and in the “Answer File” pane, you see the Windows Embedded Core package is already included in the package

clip_image004

Since we want to use WES7 for digital signage we can use a predefined template (less work J)
Under “Templates” expand the “IBW folder” and right-click the “Digital Signage.xml” and click “Add to Answerfile”

clip_image006

The answer File section will be populated with all the feature packs included in the xml file:

clip_image008

You still need to add all or the preferred the Security updates to the answer file. If you want to add all updates select “Securityupdate” and “right-click”, click “Add to Answer File”.

clip_image010

If you just want to add a specific update, select the update and “right-click”, click “Add to Answer File”.

Now we need to make the file unattended. For this we need to make some changes:

Setting

Value

Configuration Pass

HideEvaluationWarning

HideEvaluationWarning = <1>

7oobeSystem

Product Key & Licensing

ProductKey = <productkey>

4 Specialize

     

In the “Answer File” pane of Image Configuration Editor, expand the “Product > Operating System > Foundation Core” nodes to display available settings.

clip_image012

Notice that all settings are grayed out. If you want to change setting you need to select the configuration pass in which the settings are configured during setup

clip_image014

The first setting is in pass “4 Specialize”, find the “Productkey” entry and add your key in the “Value” filed

clip_image016

Attention: There are 2 values for “ProductKey” one for 64bit and One For 32bit, complete the one you need

If you are using an evaluation version, in pass “7 OOBE System” you also need to change the “HideEvaluationWarning” value to “1”:

clip_image018

To accept the EULA, in the “1 Windows PE” pass change the “Accepteula” value to “True”

clip_image020

Adapt the regional settings in pass “1 WindowsPE” as in screenshot:

clip_image022

Specify create the disk to install in pass “1 WindowsPE”

clip_image024

On the “Validate” menu, select “Add Required and Optional Packages”

clip_image026

After this action you will have 1 error message:

clip_image028

To resolve this issue, double-click “Dependencies of the source package are not satisfied”

clip_image030

There is no language pack selected….I select the “English (US) Language Pack” and click “Ok”

On the “Validate” menu, select “Add Required” and no more errors J:

clip_image032

On the “File” menu click “save answer file”

clip_image034

I name it Digital signage and save it to the default location.

That’s it we have an answer file for an installation.

There are a lot of other settings that you can set, for more info read the ICE help.

Greetzzzz

Lars Verbist