Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU

APPV : On SCCM R2

Publié le par damcuvelier

 

PART-1


I wanted to share with you my experience with one of my clients.
Basically the challenge was to deploy Office 2010 with appv has so accustom users to the new desktop version.
Quick reminder about appv:
Microsoft Application Virtualization (App-V) is an enterprise-level application virtualization solution and is part of the Microsoft Desktop Optimization Pack (MDOP). App-V enables applications to run on a single instance of the operating system, turning applications into centrally managed services that are never installed, that never conflict, and that are streamed on-demand to end-users. App-V supports legacy applications and their extension points, whereas virtualized applications will not conflict with one another, do not affect the system, can be completely removed, and easily repaired or upgraded.
App-V is best used for applications that run on the current or target operating system, but have conflict issues either with other applications or some installed files. By decoupling the physical desktop from the software or hardware, you can create an isolated environment unseen by the end-user, and then run an application by using a desktop computer or server that has Remote Desktop Services (formerly known as Terminal Services) enabled without ever installing the application on the client operating system.
clip_image001
Cool news the complete documentation for deploy Office 2010 is available HERE:

http://download.microsoft.com/download/3/2/8/3280AABE-1017-4C00-960A-9EEEF1E20944/ORKDeployment.doc

I soon began by recalling the various prerequisites :
   1. A domain controller server configured
   2. A SCCM/ConfigMgr Server Configured with acces to Appv (DP)
   3. A client Windows 7 or Windows XP SP3
   4. Sequencer and client Appv 4.6 (MDOP 2010 = software assurance)

http://www.microsoft.com/windows/enterprise/products/mdop/default.aspx

   5. Office 2010 Beta source

http://technet.microsoft.com/en-us/library/ff602185.aspx

   6. Office 2010 Deployment toolkit for App-V

http://www.microsoft.com/downloads/details.aspx?FamilyID=479f12f2-5678-493e-bce1-682b3ece5431&displaylang=en

 

In first step i explain how to prepare and sequence capture Microsoft Office 2010:
1-Install the Office 2010 Deployment toolkit for APPV with command line in cmd in admin mode
( msiexec.exe /i Offvirt.msi PROPLUS=1 )
clip_image003
2-Verify that the product Office 2010 Deployment toolkit for App-V is installed..
clip_image005
3-Launch the Microsoft Application Virtualization Sequencer
clip_image006
4-Clic on create a package
clip_image008
5-Insert the name of package and clic Next
clip_image010
6-Select the install folders ( exemple Q:\name.8.3 = Off2010.V01), clic ok and next
clip_image012
7-The capture is ready and start
clip_image014
8-Launch the office installation
clip_image016
9-Insert the code poduct and clic on next
clip_image018



PART-2


10-Clic on stop monitoring and clic next
clip_image020
11-Change parameter etc … or clic next
clip_image022
12-All checking is start in lanching all application one by one, after validate, clic on next
clip_image024
13-Clic on next
clip_image026
14-Clic on Finish
clip_image028
15-Configure all parameter (example = os type compatibility for package)
Configure >> Protocol, name, port and path
After select generate MSI and clic on the save icon (diskette)
clip_image030

 

In second step i explain how to Insert the package in SCCM/ConfigMgr 2007 R2:


16-Right clic on the package node,select new appv and  select the xml files and validate by next
clip_image032
17-Clic on next
clip_image034
18-Specify the config mgr data source for the package (UNC) and clic next
clip_image036
19-Clic on next
clip_image038

Whenever death may surprise us, let it be welcome if our battle cry has reached even one receptive ear and another hand reaches out to take up our arms.
I know you are here to kill me. Shoot, coward, you are only going to kill a man.


PART-3


20-Clic on next
clip_image040
21-Clic on Close
clip_image042
23-After, you can test your deployment on a windows 7 client.
Two choices can then deployment:
Mode Streaming and mode download and execution
It is important to understand how these two modes.

1 – The streaming mode will make available packages optimized manner, ie that all sources of a package are not fully deployed position, but only the elements used for the first time.
By cons, for example, if you use Excel, that present in the sccm client cache is ok offline, for if I selected Word and I am offline, I can get my application and so the use
The copy screen under, show that if my client don ‘t network access, the application don’t launch and you have a little message ( An application distribution pointis not available ). snif…
clip_image044
2 – The download and execution mode is my favorite because all sources are made available in the client cache sccm and so even offline I can use these applications.
Then you have to choose according to your needs
In my example, i select the download and execution mode, i verify that all content of office 2010 package is present >> OK
clip_image046
24-For test i clic on Microsoft Word 2010, on the tab i can view that the application is charged in the cache client for the firt time
clip_image048
25-And after, i can use Microsoft Office 2010 Beta product Excel, Word, Powerpoint Etcc…
clip_image050
Precision >>> Do not forget the part of Office 2010 activation product detail HERE:

http://technet.microsoft.com/en-us/library/dd188670.aspx

Commenter cet article