A technician is preparing an unattended automated script to deploy a software application across several Windows client workstations without user interaction. Which of the following requirements or parameters must the technician include or verify to ensure the installation completes successfully and silently? (Select TWO.)
- Execute the installation script within an elevated command context or with local administrator privileges.Cevap
- Include the vendor-supported silent command-line switch (such as /quiet or /qn) in the execution command.Cevap
- CPerform an in-place upgrade converting 32-bit Windows to 64-bit Windows via Windows Update before launching the installer.
- DLaunch the installer package from within the Event Viewer administrative snap-in to suppress User Account Control prompts.
Cevap
Successful unattended application deployments require running the installer with elevated administrative permissions and appending the correct command-line silent switch (such as /quiet or /qn) to suppress user interaction prompts.
For an application deployment to occur silently and without user interaction, the script must pass vendor-specific silent switches (such as /quiet or /qn) to suppress GUI prompts and must run under an elevated administrative context so the installer can write files to protected system directories.
Adım Adım Çözüm
Anahtar Kavram
Unattended Application Installation and Command-Line Switches
Tahmini Süre:1m 0s