Your network consists of an Active Directory domain and 100 computers that run Windows 7. The domaincontains a logon script named logon.cmd. You plan to deploy a new application named app1.msi by usingthe logon script. App1.msi is stored in \\server1\share1. You need to modify the logon script to deploy theapplication.
What should you include in the logon script?()
A.Msiexec.exe /i \\server1\share1\app1.msi /quiet
B.Msinfo32.exe \\server1\share1\app1.msi
C.Pkgmgr.exe /ip /m:\\server1\share1\app1.msi
D.Sbdinst.exe -u \\server1\share1\app1.msi -q