Answered by:
Sequencing Office 2010 x32 on App-V 4.6 x64

Question
-
Greetings,
I'm getting ready to sequence Office 2010 32-bit on 2008 R2 (x64 App-V 4.6 RDS) for use in a Citrix environment. I've done some initial sequences successfully and the applications run fine, but I cannot get the proxies to work right, so I have a couple questions:
- Are proxies still not supported with x64 Office 2010? Or can I do that now and have an all x64 system?
- On the sequencing machine, do I run the x86 or x64 version of the App-V Office Deployment Toolkit? How about on the target client machine?
- My SendTo integration still says "There is no email program associated". Is there a registry key or something I can check to see if this has been properly set up by App-V toolkit?
- Windows Search in Outlook worked, so I know I at least got that OK.
- Is there any documentation on the proper way to test all the proxies to be sure they work?
Thanks,
-Justin Grote
-- Justin Grote Sr. Systems Engineer En Pointe Global ServicesThursday, August 12, 2010 4:56 PM
Answers
-
Hello,
1. Still not supported
2. You should run the version of the deployment kit that corresponds to the windows-version as stated when you download the kit.
3. Probably is, but I don't know right away.
See this to verify Outlook Express - perhaps its very similiar?http://support.microsoft.com/kb/306098
4. OK
5. Actually there isn't any verification documentation as far as I know.
/Znack- Proposed as answer by Aaron.ParkerModerator Thursday, August 12, 2010 6:24 PM
- Marked as answer by Justin Grote Thursday, August 12, 2010 10:53 PM
Thursday, August 12, 2010 5:04 PM
All replies
-
Hello,
1. Still not supported
2. You should run the version of the deployment kit that corresponds to the windows-version as stated when you download the kit.
3. Probably is, but I don't know right away.
See this to verify Outlook Express - perhaps its very similiar?http://support.microsoft.com/kb/306098
4. OK
5. Actually there isn't any verification documentation as far as I know.
/Znack- Proposed as answer by Aaron.ParkerModerator Thursday, August 12, 2010 6:24 PM
- Marked as answer by Justin Grote Thursday, August 12, 2010 10:53 PM
Thursday, August 12, 2010 5:04 PM -
Thanks, I'll take this as meaning I should do it for the sequenced machien and the guest's architecture, both x64 in this case. I just wasn't sure if the x64 was for the x64 version of Office, but I guess that is answered by #1 because x64 proxies still aren't supported.
For #3, it's probably a very similar hook, I'll use regshot to compare before/after of the app-v toolkit and see if it populates that.
Thanks!
-Justin Grote
-- Justin Grote Sr. Systems Engineer En Pointe Global ServicesThursday, August 12, 2010 5:09 PM -
After going through and rebuilding the packages, being very careful and thorough, it looks like the proxies are working now. Thanks for the help. Now to DST in the iFilter packs, add-ins, etc. and see if that all works as advertised :)
Here's my scribble recipie:
Sequencer:
Before Monitoring
-----
Add VLS to SxSAppExtensions (KB983462 Step 2)
Download App-V Deployment Toolkit (x64 version)
Run: msiexec /I offvirt.msi
ADDLOCAL=Click2runMapi,Click2runOWSSupp,Click2runWDS,OSpp,OSpp_Core,OSppWoW64 PIDKEYS=***INSERTYOURPRODUCTKEYHERE*** USEROPERATIONS=1
During Monitoring
-------
Install Office to Q:\<mountdirectory>, clear out user information, set English OCR and Outlook Themes to Installed.
move "c:\program files\common files\microsoft shared\filters" C:\install\
Move C:\install\filters "c:\program files\common files\microsoft shared\filter"
move "c:\program files (x86)\common files\microsoft shared\filters" C:\install\
move C:\install\filters "c:\program files (x86)\common files\microsoft shared\filter"
Reg add HKCR\Wow6432Node\CLSID\{9203C2CB-1DC1-482d-967E-597AFF270F0D}\TreatAs /f
Reg delete HKCR\Wow6432Node\CLSID\{9203C2CB-1DC1-482d-967E-597AFF270F0D}\TreatAs /f
Reg add HKCR\Wow6432Node\CLSID\{BDEADEF5-C265-11D0-BCED-00A0C90AB50F}\TreatAs /f
Reg delete HKCR\Wow6432Node\CLSID\{BDEADEF5-C265-11D0-BCED-00A0C90AB50F}\TreatAs /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Search\Preferences" /v "{4154494E-BFF9-01B8-00AA-0037D96E0000}" /t REG_DWORD /d "1" /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Search\Preferences" /v "{C0A19454-7F29-1B10-A587-08002B2A2517}" /t REG_DWORD /d "1" /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Search\Preferences" /v "{70fab278-f7af-cd11-9bc8-00aa002fc45a}" /t REG_DWORD /d "1" /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Search\Preferences" /v "{c34f5c97-eb05-bb4b-b199-2a7570ec7cf9}" /t REG_DWORD /d "1" /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Search\Preferences" /v "{0077B49E-E474-CE11-8C5E-00AA004254E2}" /t REG_DWORD /d "1" /f
reg add "HKCR\Wow6432Node\CLSID\{3FD37ABB-F90A-4DE5-AA38-179629E64C2F}\InprocServer32" /t REG_SZ /d "%SFT_MNT%\OFFICE14.X32\VFS\CSIDL_PROGRAM_FILES\Microsoft Office\Office14\OWSSUPP.DLL" /f
reg add "HKCR\Wow6432Node\CLSID\{62B4D041-4667-40B6-BB50-4BC0A5043A73}\InprocServer32" /t REG_SZ /d "%SFT_MNT%\OFFICE14.X32\VFS\CSIDL_PROGRAM_FILES\Microsoft Office\Office14\OWSSUPP.DLL" /f
reg add "HKCR\Wow6432Node\CLSID\{9203C2CB-1DC1-482D-967E-597AFF270F0D}\InprocServer32" /t REG_SZ /d "%SFT_MNT%\OFFICE14.X32\VFS\CSIDL_PROGRAM_FILES\Microsoft Office\Office14\OWSSUPP.DLL" /f
reg add "HKCR\Wow6432Node\CLSID\{BDEADEF5-C265-11D0-BCED-00A0C90AB50F}\InprocServer32" /t REG_SZ /d "%SFT_MNT%\OFFICE14.X32\VFS\CSIDL_PROGRAM_FILES\Microsoft Office\Office14\OWSSUPP.DLL" /f
Post-Monitoring Applications
-------
- Instant Search (Virtual Search Host)
Application Path : %commonprogramfiles%\microsoft shared\virtualization handler\VirtualSearchHost.exe
Name : Microsoft Office 2010 Proxy Search
- Virtual SharePoint Proxy
Application Path : %commonprogramfiles%\microsoft shared\virtualization handler\VirtualOWSSuppManager.exe
Name : Microsoft Office 2010 Proxy Sharepoint
- Simple MAPI
Application Path : %commonprogramfiles%\microsoft shared\virtualization handler\MapiServer.exe
Name : Microsoft Office 2010 Proxy MAPI
- Virtual Mail Control Panel Item
Application Path : %windir%\system32\Control.exe %SFT_MNT%\short path\Office14\mlcfg32.cpl
Name : Microsoft Office 2010 Proxy Mail Control Panel
Pasted from <http://support.microsoft.com/kb/983462 >
Common Version Number for all Apps: 14.0.4763.1000
Launch All Apps Except Outlook, Sharepoint, and OneNote
Post-Sequencing
-----------
Delete %SFT_MNT%/MSOCache Folder
Set HKLM\Software\Wow6432Node\Microsoft\Office\14.0 to merge with local.
Client Deployment:
Run: msiexec /I offvirt.msi PIDKEYS=***INSERTPRODUCTKEYHERE*** USEROPERATIONS=1
Run: msiexec /i offvirt.msi ADDDEFAULT="Click2runOneNoteProxy,Click2runOutlookProxies,Click2runWDSProxy,Click2runOWSSuppProxies" PACKAGEGUID="{***INSERTCODEBASEGUIDHERE*** }" PACKAGEVERSION=14.0.4763.1000 OUTLOOKNAME="Microsoft Outlook 2010" ONENOTENAME="Microsoft OneNote 2010" MAPISERVER="Microsoft Office 2010 Proxy MAPI" VIRTUALSEARCHHOST="Microsoft Office 2010 Proxy Search" MLCFG32CPL="Microsoft Office 2010 Proxy Mail Control Panel" OWSSUPPServer="Microsoft Office 2010 Proxy Sharepoint"
-- Justin Grote Sr. Systems Engineer En Pointe Global ServicesThursday, August 12, 2010 10:54 PM - Instant Search (Virtual Search Host)