Ahmed Hussein Online

Windows 7 Migration Plan Guide Using Lite Touch Deployment :Part 17 ( Creating MDT Task to deploy OFFICE APP-V Kit )

 

Now we have completed the needed application we need only to customize APP-V Kit in MDT task to match our needs

We create a task for installing the office deployment kit

You will have you change the GUID to match your package

clip_image002

Also change the proxies name to match what you entered

Now we create application in the task Sequence

clip_image004

clip_image006

clip_image008

Don’t forget to change the proxy name

msiexec /i OffVirt.msi ADDDEFAULT=Click2runOneNoteProxy,Click2runOutlookProxies,Click2runWDSProxy,Click2runOWSSuppProxies PACKAGEGUID={C0D10E86-7648-40D0-924E-C1688FC85BB3} PACKAGEVERSION=14.0.4750.1000 OUTLOOKNAME="Microsoft Outlook 2010" ONENOTENAME="Microsoft OneNote 2010" MAPISERVER="Microsoft Virtual Office Simple Mapi Proxy Server" VIRTUALSEARCHHOST="Search MAPI Protocol Handler Host" MLCFG32CPL="Proxy Virtual Mail Cpl" OWSSUPPServer="Microsoft SharePoint Client Support Manager"

clip_image010

Next we create other application for the pack installation using the same method above but this time

We run

msiexec /i OffVirt.msi PIDKEYS="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx" USEROPERATIONS=1

OR (in case you are using VAMT )

msiexec /i OffVirt.msi USEROPERATIONS=1

note the reason I put the conf package at the end is that MDT don’t know when the tasks are done tasks like install the MSI so if the second one fire up without the first being completed the installation will fail

clip_image012

This is the line I used to copy the kit

xcopy /y "\\js-server\ds1$\Applications\Microsoft Microsoft Office 2010 Deploy Kit 1\Source\x86\*" C:\MININT\Office2010Virt\

Related Posts

Leave a Reply

*