单选题You create a Microsoft Windows Installer file for a Windows Presentation Foundation (WPF) application that requires Microsoft .NET Framework 4. You need to ensure that the installation starts only if .NET Framework 4 is already installed on the computer. What should you do?()AUse a custom action.BSet the MinVersion property to .NET Framework 4.CSet the Version property of Windows Installer to .NET Framework 4.DSet the Version property of the Launch Condition to .NET Framework 4.

单选题
You create a Microsoft Windows Installer file for a Windows Presentation Foundation (WPF) application that requires Microsoft .NET Framework 4. You need to ensure that the installation starts only if .NET Framework 4 is already installed on the computer. What should you do?()
A

 Use a custom action. 

B

 Set the MinVersion property to .NET Framework 4.

C

 Set the Version property of Windows Installer to .NET Framework 4.

D

 Set the Version property of the Launch Condition to .NET Framework 4.


参考解析

解析: 暂无解析

相关考题:

You are the administrator of Ezonexam's network. You want to deploy a Windows 2000 Professional service pack to 10 computers in the Development organizational unit.You create a Windows 2000 installer package file for the service pack. You use the package file to successfully install the service pack to other computers in the domain. You assign the package file to the Development organizational unit. After the installation, you notice that the service pack was not installed on any of the 10 computers.You want to ensure that the service pack is successfully installed on the computers in the Development organizational unit. What should you do?A.Use Computer Management to start the Windows installer service on all the computers in the Development organizational unitB.Use the local administrator account to log on to the computers in the Development organizational unit. Then redeploy the service pack to the computers in the Development organizational unit.C.Run Windows Installer to repair the package file. Then redeploy the service pack to the computers in the Development organizational unit.D.Add the user accounts from the Development organizational unit to a DACL. Grant the user accounts read permission to the service pack deployment directory.

You are the network administrator responsible for testing and deploying new service packs for Windows 2000. Your forest has two trees, with four domains in each tree, as shown in the exhibit.For the testing of each service pack, you plan to deploy the service pack to the support.IS.contoso.com domain and the support.IS.litware.com domain, but to no other domains. You plan to use a Group Policy to configure and administer the service pack package. You need to minimize the complexity and administration of the service pack package, and to minimize network traffic between the domains.You create a Microsoft Windows Installer package for the service pack. What should you do to configure the Group Policy?A.Configure the Windows Installer package in a Group Policy for the litware.com and contoso.com domainsB.Configure the Windows Installer package in a Group Policy for the support.IS.litware.com and support.IS.contoso.com domains.C.Configure two sites, with one tree in each site. Configure the Windows Installer package in a Group Policy for each site.D.Configure one site that contains both trees. Configure the Windows Installer package in a Group Policy for the site.

Windows Communication Foundation (WCF) service will be hosted in Microsoft Internet Information Services (IIS).You create a new application in IIS to host this service and copy the service DLL to the bin directory of the application.You need to complete the deployment of this service to IIS. What should you do next?()A. Create an asmx file and add a @ServiceHost directive to this file. Copy the file to the root of the application directory.B. Create an .asmx file and add a @Register directive to this file. Copy the file to the bin directoyy of the application.C. Create a svc file and add a @ServiceHost directive to this file. Copy the file to the root of the application directory.D. Create a .svc file and add a @Register directive to this file. Copy the file to the bin directory of the application.

You are the administrator of a network that consists of Windows 2000 Server Computers and Windows 2000 Professional computers.You want to configure the deployment of the most recent Windows 2000 Service pack so that users of the Windows 2000 Professional Computers receive the service pack automatically when they log on to the domain.What should you do?A.Create a Microsoft Windows installer package for the service pack. Configure RIS to use the package.B.Create a Microsoft Windows installer package for the service pack. Configure the package in a group policy.C.Create a Microsoft Windows installer package for the service pack. Configure the package in the local computer policy.D.Place the service pack in a distributed file system (Dfs).

Your company purchases a new application to deploy on 200 computers. The application requires that you modify the registry on each target computer before you install the application. The registry modifications are in a file that has an .adm extension. You need to prepare the target computers for the application. What should you do()A、Import the .adm file into a new Group Policy Object (GPO). Edit the GPO and link it to an organizational unit that contains the target computers.B、Create a Microsoft Windows PowerShell script to copy the .adm file to the startup folder of each target computer.C、Create a Microsoft Windows PowerShell script to copy the .adm file to each computer. Run the REDIRUsr CONTAINER-DN command on each target computer.D、Create a Microsoft Windows PowerShell script to copy the .adm file to each computer. Run the REDIRCmp CONTAINER-DN command on each target computer.

You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to create a Windows Installer package for a Windows Forms application. The package will be deployed on Windows Vista computers.You need to ensure that during deployment the installation does not elevate privileges of the user installing the application.What should you do?()A、Create a custom action and set the NoImpersonate property to trueB、Create a custom action and set the NoImpersonate property to falseC、Create a manifest and set the RequestedExecutionLevel level attribute to AsInvokerD、Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator

You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application named MyApp.exe. You use Microsoft Windows Installer to package the application. You create an icon file named Application.ico. You need to associate Application.ico with MyApp.exe when it is deployed. What should you do?()A、Use the File Types Editor tool.B、Rename the icon file to MyApp.exe .ico.C、Set the AddRemoveProgramsIcon property to Application.ico.D、Use the File System Editor tool to set the Icon property to Application.ico.

You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to create a Windows Installer package for a Windows Forms application.The package will be deployed on Windows Vista computers.You need to ensure that during deployment the installation does not elevate privileges of the user installing the application.What should you do?()A、Create a custom action and set the NoImpersonate property to trueB、Create a custom action and set the NoImpersonate property to falseC、Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.D、Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator.

You have a server that runs Windows Server 2008. You install the Windows Media Services server role on the server.  You plan to publish an audio file to the Internet by using Media Server. You need to create a license for the audio file. What should you do first?()A、Publish the audio file to a new Web site.B、Publish the audio file to the Windows Media Services server.C、Package the audio file as a Windows Installer application.D、Package the audio file by using Windows Media Rights Manager.

You create a Microsoft Windows Installer file for a Windows Presentation Foundation (WPF) application that requires Microsoft .NET Framework 4. You need to ensure that the installation starts only if .NET Framework 4 is already installed on the computer. What should you do?()A、Use a custom action.B、Set the MinVersion property to .NET Framework 4.C、Set the Version property of Windows Installer to .NET Framework 4.D、Set the Version property of the Launch Condition to .NET Framework 4.

You.create Windows.Forms.applications.by.using.the .NET Framework 3.5. You plan to use the Windows Installer to deploy a new application.   The application must meet the following requirements:  (1)Support deployment to 32bit and 64bit operating systems   (2)Use the 64bit Program Files folder when deployed to 64bit platforms    You need to ensure that the application is deployed appropriately.    What should you do?()A、Create a single MSI file.Add a launch condition that is set to Version NT64B、Create a single MSI file.Add a launch condition that is set to NOT Version NT64C、Create an MSI file that is targeted to 64bit platforms.Create an MSI file that is targeted to 32bit platformsD、Create a single MSI file.Create a merge module that contains the 32bit and 64bit code

You are the administrator of a Windows 2000 network that has 1,500 Windows 2000 Professional computers. Microsoft Office 2000 was assigned to all the computers on the network by using a Group Policy object (GPO).  You deploy the Office 2000 service release to all the Windows 2000 Professional computers on the network. The service release, in addition to other software that had been assigned, fails to install on only one of the computers.   What should you do? ()A、Redeploy the service release by using a .Zap file. B、Redeploy the service release by using a .mst file. C、Restart Windows installer on the domain controller. D、Restart Windows installer on the computer that failed to install the service release.

You are the administrator of a Windows 2000 Professional network that has 1500 Windows 2000 Professional computers. Microsoft Office 2000 was installed to all the computers over the network by using Group Policy Object. You deploy an Office 2000 service release to all the Windows 2000 Professional computers on the network. The service release in addition to other software that had been assigned fails to install on only one of the computer. What should you do?()A、Re-deploy the service release by using a .ZAP file. B、Re-deploy the service release by using a .MST file. C、Restart windows installer on the domain controller. D、Restart windows installer on the computer that failed to install the service release. E、Restart Windows installer and use an .MSP file.

Your company runs Remote Desktop Services. You have a Remote Desktop Session Host (RD Session Host) se rver. You enable Microsoft Word as a RemoteApp application on the RD Session Host server. You need to ensure that the RemoteApp application opens when a user double - clicks a Word (.docx) file on a client computer. Which two actions should you perform?()A、Create a Windows Installer (.msi) file.B、Create a Remote Desktop Protocol (.rdp) file.C、In the properties of the RemoteApp application, enable the Allow any command - line arguments setting.D、Enable the Associate client extensions for this program with the RemoteApp program setting for the file.

You use Microsoft Application Virtualization for Desktops to virtualize applications for client computers.A virtual application that was installed by using a Windows Installer Package (.msi) file has become corrupted. You need to restore access to the virtual application. Which two actions should you perform?()A、Reload the virtual application package.B、Reinstall the virtual application package.C、Use the Repair function in the Windows Installer Package. Use the Microsoft Application Virtualization (App-V) to re-sequence the application.D、Use the Microsoft Application Virtualization (App-V) Sequencer to edit the virtual application package.

You have a computer that runs Windows Vista. You install Windows 7 on a new partition on the computer.You need to ensure that the computer always starts Windows Vista by default.  What should you do?()A、Run Bcdedit.exe and specify the /default parameter.B、Run Bcdedit.exe and specify the /bootems parameter.C、Create a boot.ini file in the root of the Windows 7 partition.D、Create a boot.ini file in the root of the Windows Vista partition.

Your company purchases a new application to deploy on 200 computers. The application requires  that you modify the registry on each target computer before you install the application.     The registry modifications are in a file that has an .adm extension.     You need to prepare the target computers for the application.     What should you do()A、Import the .adm file into a new Group Policy Object (GPO). Edit the GPO and link it to an organizational unit that computer.B、Create a Microsoft Windows PowerShell script to copy the .adm file to the startup folder of each target computer.C、Create a Microsoft Windows PowerShell script to copy the .adm file to each computer. Run the REDIRUsr CONTAID、Create a Microsoft Windows PowerShell script to copy the .adm file to each computer. Run the REDIRCmp CONTA

You need to design a method to ensure that only scripts that are approved by the IT department can run on company computers. Your solution must meet business requirements. What should you do?()A、Create a new software restriction policy in the Default Domain Policy GPO that removes the Microsoft Visual Basic Scripting Edition and the Windows Script Component file types from the File Types listB、Create a new software restriction policy in the Default Domain Policy GPO that disables the use of Wscript.exe and Cscript.exeC、Configure Windows Script Host to not execute Windows Script Component file typesD、Configure Windows Script Host to execute only scripts that are signed by a certificate issued by an approved certification authority (CA)

A co-worker is unable to invite you to a Microsoft Windows Meeting Space meeting. You need to receive an invite to the meeting.  What should you do?()A、Sign in to the People Near Me feature.B、Start the Distributed Transaction Coordinator service.C、Create a custom Microsoft Windows Firewall exception to allow invitations from Windows Meeting Space.D、In the Microsoft Windows Mobility Center window, configure the presentation settings.

Cer-tech.com has a Terminal Server running Windows Server 2008.Through Terminal Services Remote App(TS Remote App),you create a Windows Installer package for the Microsoft Office Word 2007.After installing the package on a client machine, you double-click on a Word document and receive theerror,"Windows cannot open this file". You have to make sure that you can open the Word Document bydouble clicking on the file. What should you do to solve this problem?()A、use msiexec.exe to install the windows installer packageB、Delete the windows installer package and re-create a new oneC、Change the file association on the TSERVERemoteApp serverD、Create the Windows installer package again by using TSERVERemoteApp

You work as the IT professional in an international company which is named Wiikigo. You are experiencedin implementing and administering a network operating system. You are specialized in deploying servers,configuring Windows Server 2008 Terminal services and network application services, and configuring aweb services infrastructure. You have a Terminal Server that runs Windows Server 2008. You use Terminal Services RemoteApp (TS RemoteApp) to create a Windows Installer package for Microsoft OfficeWord 2007. You have the package installed on a client computer. You double-click on a Word documentand receive the following error. Windows cannot open this file. You have to make sure that you can openthe Word document by double-clicking on the file. So what action should you perform to make sure of this?()A、In order to make sure of this, use msiexec.exe to install the Windows Installer package.B、In order to make sure of this, the Microsoft Windows Installer package should be recreated.C、In order to make sure of this, the file association on the client computer should be modified.D、In order to make sure of this, the file association on the TS RemoteApp server should be modified.

You have a customized image of Windows 7 Professional. You need to create a new unattended file toautomate the deployment of the image. You must achieve this goal by using the minimum amount ofadministrative effort.  What should you do first?()A、Run Imagex.exe and specify the /mount parameter.B、Run Dism.exe and specify the /mount-WIM parameter.C、From Microsoft Deployment Toolkit (MDT), add the custom Windows image (WIM).D、From Windows System Image Manager (Windows SIM), open the custom Windows image (WIM).

单选题You have a Terminal Server that runs Windows Server 2008.   You create a Windows Installer package for Microsoft Office Word 2007 by using Terminal Services RemoteApp (TS RemoteApp). You install the package on a client computer.  You double-click on a Word document and receive the following error. Windows cannot open this file. You need to ensure that you can open the Word document by double-clicking on the file.  What should you do?()ARecreate the Windows Installer package.BModify the file association on the client computer.CModify the file association on the TS RemoteApp server.DInstall the Windows Installer package by using msiexec.exe.

单选题You work as the IT professional in an international company which is named Wiikigo. You are experiencedin implementing and administering a network operating system. You are specialized in deploying servers,configuring Windows Server 2008 Terminal services and network application services, and configuring aweb services infrastructure. You have a Terminal Server that runs Windows Server 2008. You use Terminal Services RemoteApp (TS RemoteApp) to create a Windows Installer package for Microsoft OfficeWord 2007. You have the package installed on a client computer. You double-click on a Word documentand receive the following error. Windows cannot open this file. You have to make sure that you can openthe Word document by double-clicking on the file. So what action should you perform to make sure of this?()AIn order to make sure of this, use msiexec.exe to install the Windows Installer package.BIn order to make sure of this, the Microsoft Windows Installer package should be recreated.CIn order to make sure of this, the file association on the client computer should be modified.DIn order to make sure of this, the file association on the TS RemoteApp server should be modified.

单选题You are the administrator of a Windows 2000 network.  The network has 100 Windows 2000 Professional computers. A graphics application was assigned to all the computers on the network by using a Group Policy object (GPO).  You deploy a service release for the graphics application to all of the Windows 2000 Professional computers on the network. The service release, in addition to other software that had been assigned, fails to install on only one of the computers.   What should you do?()ARestart Windows Installer on the domain controller.BRestart Windows Installer on the computer that failed to install the service release.CRedeploy the service release by using an .mst file.DRedeploy the service release by using a .zap file.

单选题You are the administrator of your company’s network. Using Windows Installer packages, you want to install customized versions of Microsoft Excel on different departments in the company. Which type of file should you apply to the installation database?()AmsiBmstCzapDzip

单选题You are the administrator of your company's network. You want to deploy a Windows 2000 Professional service pack to 10 computers in the Development organizational unit (OU). You create a Windows Installer package file for the service pack. You then use the package file to successfully install the service pack to other computers in the domain. You assign the package file to the Development OU.    After the installation, you notice that the service pack was not installed on any of the 10 computers. You want to ensure that the service pack is successfully installed on the Computers in the Development OU. What should you do? ()AUse Computer Management to start the Windows Installer service on all of the computers in  the Development OUBUse the local Administrator account to log on to the Computers in the Development OU. Then  redeploys the service pack to the computers in the Development OUCRun WinINSTALL LE to repair the package file. Then redeploys the service pack to the  computers in the Development OUDAdd the user accounts from the Development OU to the DACL. Grant the user accounts  Read permission to the service pack deployment directory.

单选题Cer-tech.com has a Terminal Server running Windows Server 2008.Through Terminal Services Remote App(TS Remote App),you create a Windows Installer package for the Microsoft Office Word 2007.After installing the package on a client machine, you double-click on a Word document and receive theerror,"Windows cannot open this file". You have to make sure that you can open the Word Document bydouble clicking on the file. What should you do to solve this problem?()Ause msiexec.exe to install the windows installer packageBDelete the windows installer package and re-create a new oneCChange the file association on the TSERVERemoteApp serverDCreate the Windows installer package again by using TSERVERemoteApp