1Y0-203 · Question #128
Scenario: A Citrix Administrator is installing Office 365 Pro Plus. The administrator needs to use a silent installation method that does NOT perform activation. Which type of file is required for a…
The correct answer is C. XML. See the full explanation below for the reasoning.
Question
Scenario: A Citrix Administrator is installing Office 365 Pro Plus. The administrator needs to use a silent installation method that does NOT perform activation. Which type of file is required for a silent installation method?
Options
- AMSP
- BMSI
- CXML
- DINI
How the community answered
(56 responses)- A4% (2)
- B9% (5)
- C70% (39)
- D18% (10)
Community Discussion
8The correct answer is C, XML. Office 365 ProPlus uses the Office Deployment Tool, and the ODT requires a configuration.xml file to control installation behavior, including setting the property that suppresses activation. That XML file is where you set AUTOACTIVATE to 0 and toggle the display mode to control whether the install runs silently. The ODT documentation from Microsoft confirms this, the MSP and INI formats are not used by the ODT, and MSI does not apply here because Office 365 ProPlus ships as Click-to-Run, not as a traditional MSI package.
XML config file tells ODT to stay quiet and skip activation.
Okay so this one tripped me up at first too, but once I connected it to the Office Deployment Tool it clicked, because the ODT is what Microsoft uses to customize and deploy Office 365 Pro Plus silently, and it reads a configuration file to know exactly what to do, including whether to activate or not. The file type that the ODT actually reads for those instructions is the one that uses tags and attributes to define things like the product ID, the display level set to None for silent installs, and an AUTOACTIVATE value you can set to suppress activation. That rules out the options that are more associated with traditional Windows Installer packages or older patching methods. Can I ask though, does the ODT require you to generate that configuration file manually every time, or is there a tool Microsoft provides that builds it for you with a GUI, because I want to make sure I understand the full workflow and not just the file type in isolation?
Microsoft actually built the Office Customization Tool at config.office.com specifically to generate that XML for you through a GUI, so you never have to hand-edit it unless you need something the OCT does not expose.
Think of an INI file like a recipe card you hand to a chef, it tells the installer exactly what ingredients to use and what steps to skip, including skipping the activation step, and that quiet behind-the-scenes instruction sheet is exactly what a silent Office 365 Pro Plus deployment needs, which is why I landed on D without hesitation.
Hey Mateus, I see where you were going with that, but the answer is actually C because a silent Office 365 Pro Plus deployment uses an XML configuration file with the Office Deployment Tool, not an INI file. The ODT reads that XML to control exactly what gets installed and sets the display level to None for the silent behavior.
MSI packages pass silent switches directly, no activation prompt fires, B.
Thekla, I thought the same thing at first, but the answer is C because even with silent switches, the deployment method still requires the software to be activated or licensed through the management tool, which is what triggers that step. The silent flag just suppresses the UI prompts during install, it does not bypass the activation requirement itself.