Activation Part 2

2.2.2 A product code in an answer file. Let’s say you have a WIM image of Windows 7 Enterprise and a Multiple Activation Key (MAK). How do you assign the MAK on all target computers? It would be very uncool to go around and manually enter the MAK on every computer. You can specify the MAK by using an answer file. The answer file will be used for the deployment.
The details of how answer files work are a lengthy and distinct story that may be told at another time. An answer file is an optional XML file that contains the settings that Windows 7 Setup applies during installation. The setup process is divided into phases, which are called configuration passes. An answer file contains sections that correspond with the passes. A setting in an answer file is applied during a configuration pass. It is located in the section where it is found. Sections should not be placed at random. Each supported setting must be placed in the correct place for an answer file to be valid.
There are two locations–actually they are XML elements -where a product key can actually be specified in an answer file:
Microsoft-Windows-Shell-Setup\ProductKey
Microsoft-Windows-Setup\UserData\ProductKey\Key
The first element should go in the Specialize section. The MAK in that element will be used to activate each target computer’s installation. Windows 7 will attempt to activate the installation within 72 hours after completion. If the computer’s end user activates the installation manually, Windows 7 will automatically activate the installation.
If the problem is solved, what’s the purpose of the second element? The WindowsPE section can specify the second element. Its purpose is to identify which image is to be installed. Multiple installation images can be stored in a WIM file for different editions of Windows 7. Retail product keys can only activate a specific edition. For example, a retail key for Windows 7 Home Premium will not activate Windows 7 Professional. You can provide a key for a specific edition to instruct Setup to install that edition. The key in the WindowsPE section cannot be used to activate the installation. MAKs, unlike retail product keys are much more selective when it comes editions. However, the same MAK can be used for any VL edition Windows 7. There are many ways to identify an installation picture. You can use the following element to identify the correct image:
Microsoft-Windows-Setup\ImageInstall\OSImage\InstallFrom\MetaData
This element can only be specified in the WindowsPE section, because Setup selects an Image to install during the WindowsPE configuration pass.

ExSim-Max practice tests will help you prepare for your Microsoft certification.
Part 1

Related Posts

Apache Kafka – What Is It?

The Kafka project, which was created by LinkedIn in 2012 and adopted to by Apache, is a public subscribe distributed message system. This post will provide an…

Apache Kafka Tutorial – A Quick Introduction

Kafka is a key technology that has gained widespread attention in recent years. The popularity of Apache Kafka tutorials is evident. We can see the extraordinary rise…

Apache Kafka Fundamentals Training Course launched

Data is the most important asset of all individuals and businesses in today’s world. The demand for different platforms, technologies, frameworks, and tools to use the vast…

Apache Hive – Faster and better Hadoop SQL

Hadoop is a popular technology that handles petabytes in data for enterprise applications. Enterprises often work in a tight time frame and require fast analysis of the…

Data Science Interview Questions and Responses 2022 (UPDATED).

Top Data Science Interview Questions & Answers Over the years, data science jobs have been in demand at an exponential rate. This blog will help you learn…

Data Science Guide 2022

A Comprehensive Guide to Data Science Since its inception, data science has been the talk at the town. To become a professional in Data science, there are…