I just did my first deploy using MDT 2013 and it went well for the most part..however there are some things I would like some clarification/assistance.
I was prompted to provide credentials to connect to the deployment share. Can I automate this by just editing the bootstrap.ini file with the following entries?
UserID=administrator
UserDomain=mydomain
UserPassword=domainadminpassword
On the computer details, it told me the join credentials were missing despite having it specified on my rules tab:
JoinDomain=ourdomain.local
DomainAdmin=Administrator
DomainAdminDomain=ourdomain.local
DomainAdminPassword:domainadminpassword
Am I missing something?
Finally, I specified 2 applications to install, Quicktime and an Outlook plug-in, both .msi files. They both failed to install. During the Lite-Touch installation, the Windows Installer Package came up like so:
If it Hit Ok, the installation proceeds but the applications don't install. On the MDT server, the error says Application Apple Quicktime returned an unexpected return code: 1639, Application Zix Secure Email returned an unexpected return code: 1639. The command line I used for both applications are msiexec.exe NameOfApplication.msi /quiet /norestart /qn