What should you do?

Your network contains an Active Directory domain named contoso.com.
You have an organizational unit (OU) named OU1 that contains the computer accounts of two servers and the user account of a user named User1. A Group Policy object (GPO) named GPO1 is linked to OU1.
You have an application named App1 that installs by using an application installer named App1.exe.
You need to publish App1 to OU1 by using Group Policy.
What should you do?
A. Create a Config.zap file and add a file to the File System node to the Computer Configuration node of GPO1.
B. Create a Config.xml file and add a software installation package to the User Configuration node of GPO1.
C. Create a Config.zap file and add a software installation package to the User Configuration node of GPO1.
D. Create a Config.xml file and add a software installation package to the Computer Configuration node of GPO1.

microsoft-exams

One thought on “What should you do?

  1. 135 given answer C is correct.

    https://msdn.microsoft.com/en-us/library/bb742421.aspx
    Software Installation and Maintenance supports Windows Installer packages (.msi files), repackaged files, and .zap files.
    A Windows Installer package (.msi file) contains all the information necessary to describe to the Windows Installer how to set up an application. It covers every conceivable situation: various platforms, different sets of previously installed products, earlier versions of a product, and numerous default installation locations.
    Some applications such as Office 2000 provide their own .msi files. These are referred to as natively-authored Windows Installer packages.
    You can create Windows Installer packages for your applications by using package-authoring tools provided by various vendors such as InstallShield Software Corporation and WISE Solutions, Inc. See the section on Windows Installer Applications for more information.
    You can also repackage an existing application for use with the Windows Installer. To create a package for the application, you use a repackaging tool such as the VERITAS WinInstall LE.
    Non-Windows Installer-based applications must use a .zap file to describe their existing setup program.
    A .zap file is a text file (similar to .ini files) that provides information about how to install a program, the application properties, and the entry points that the application should install.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.