what is the best way to execute only once & not every time when we launch the application sequence?
Microsoft Office 2010 Deployment Kit for App-V on the client
what is the best way to execute only once & not every time when we launch the application sequence?
Answers (2)
Use the following licensing flags:
PROPLUS=1 VISIOPRO=1 PROJECTPRO=1 SPD=1
Use as per your requirement. I just used PROPLUS=1 and it worked. If you are using KMS then you might need to add KMSSERVICENAME= KMSSERVICEPORT=
TRun the OffVirt.msi again to enable the virtual proxies. Use the following options:
ADDDEFAULT=Click2runOneNoteProxy,Click2runOutlookProxies,Click2runWDSProxy,Click2runOWSSuppProxies PACKAGEGUID={F453A898-EFDC-40E2-8C64-C2FD7AA4D4E9} PACKAGEVERSION=14.0.4763.1000 OUTLOOKNAME="Microsoft Outlook 2010" ONENOTENAME="Microsoft OneNote 2010" MAPISERVER="Microsoft Virtual Office Simple Mapi Proxy Server" VIRTUALSEARCHHOST="Search MAPI Protocol Handler Host" MLCFG32CPL="Virtual Mail Control Panel Applet" OWSSUPPServer="Microsoft SharePoint Client Support Manager"
Comments:
-
The variables you need to change are PACKAGEGUID, PACKAGEVERSION, and
the rest of for proxies used. - jagadeish 12 years ago