Is it possible to recreate Office 2010 FTAs if publishing only shortcuts in App-V 5 SP2?

Greetings,
I am trying to sequence only shortcuts for locally installed office 2010 to be used in connection groups with combinations of add-ins utilizing user targeting. Package with shortcuts work fine, however when I try to add file type associations (FTAs) the
result is quite poor. Double click on file with registered extension seems to be triggering the shortcut but not with desired result from the office application (excel is started without opening the file being clicked, Outlook is starting instead of opening
the msg file, etc)
Is it possible to publish only shortcuts and achieve full functionality of FTAs as they would normally work in office? What is the best/recommended way to go about it?
I have tried exporting registry keys from HKEY_Classes_Root, HKLM\Software\RegisteredApplications, HK??\Software\Microsoft\[Appname]\Capabilities and few others and import them in the package but wasn't able to get the sequencer to recognize the FTAs and
adding it manually doesn't achieve the desired result
Environment: App-V 5 SP2 with hotfix 5, windows 7 64bit stateless VDI (xendesktop), full app-v infrastructure (no sccm), shared content store
Any help/direction will be appreciated

Thank you for your reply
Your suggestion (office globally, add-in user published in CG) would be one of the options. As with all the others it doesn't appear to be a clean way of doing it as App-V server infrastructure is not supported. That will mean manually creating
(and updating) xml files, using login scripts etc to make it happen. All the others have similar limitation. (This is where I urge MS to re-think their office add-in support and improve it in next version/update.) All that is provided I get buy in for virtualizing
office in the first place. There is quite a reluctance at that (myself included) but that is a different topic.
As for the other people that may be looking to do something similar. It is possible (though not straightforward) to achieve this (using file extensions to open apps inside appv bubble) This may not be the best way to do it but I have found it to work so
I will share it.
file extensions are stored in the registry in HKEY_CLASSES_ROOT (among other places). Example .xlsx. Underneath that particular key there are subkeys (either openwithprogids or progid/long key itself example: Excel.Sheet.12 - more information on that
bing search for "msdn cc144148" as I am unable to post links at this time). Same ProgIDs/long names are defined again in HKEY_CLASSES_ROOT (HKCR\Excel.Sheet.12). Under that key there should be shell key with one or more commands (open, edit, etc).
Yet another subkey called command will reveal the executable called for the extension (example: HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\command). Default property shows clear text command, command property shows the same command possibly with different
encoding (example for excel: xb'BV5!!!!!!!!!MKKSkEXCELFiles>VijqBof(Y8'w!FId1gLQ /dde)
This is the place where I tested adding the appvve:/guid_guid switch and it worked.
Hint: searching registry for particular command (xb'BV5!!!!!!!!!MKKSkEXCELFiles>VijqBof(Y8'w!FId1gLQ) helps revealing all location that need changing per application. In my example there were 61 locations for excel alone. Powershell is really helpful
with that. Search registry script bing search "Searching the Registry with PowerShell Bill Stewart" (another hint: use [regex]::escape(xb'BV5!!!!!!!!!MKKSkEXCELFiles>VijqBof(Y8'w!FId1gLQ))
Since you will probably have more than one combination of add-ins like me you want to use connection groups. If you want to use this option you have to use only one connection group for a particular user for the same file extension. Login script can be used
to set the proper /appvve switch on the fly every time user logs on)
As I mentioned in the beginning it is neither clean nor simple but it is possible. example script code used for proof of concept (all registry locations are listed in office_keys.txt instead of searching to speed up processing. Format is registry location
on a line by itself example: "HKCR:\Excel.Sheet.12\shell\Open\command" . Connection group published to user starts with "office". Change as needed)
New-PSDrive -PSProvider Registry -Name HKCR -Root HKEY_CLASSES_ROOT
$officeKeys = Get-Content .\office_keys.txt
$cg = Get-AppvClientConnectionGroup office*
If ($cg) {
$appvve = "$($cg.GroupID)_$($cg.VersionID)"
foreach ($key in $OfficeKeys) {
$command = get-itemproperty $key.ToString() "command"|select -ExpandProperty command
if ($command -notmatch "appvve") { $command = $command + " /appvve:$appvve"}
Set-ItemProperty -Path $key.ToString() -Name Command -type MultiString -Value $command
Regards,
Gantcho Radoslavov

Similar Messages

  • Essbase Excel Addin on 64 Bit Windows 7 and 64 bit Office 2010

    Hi Everyone,
    I have installed 11.1.2.2 on server with Essbase and Shared Services.
    Now, on the client I have 64 bit Windows 7 and 64 bit office 2010.
    I tried installing Excel Addin client only (without Essbase client) and restarted machine after install.
    After install Addin didnt come up automatically and i tried to manually set the add-in, I'm getting an error "This is not a valid add-in"
    Is it because i am using 64 bit of office and have to go back to 32 bit.
    Isnt 64 bit supported for latest 11.1.2.2 Essbase ?
    Any ideas or experience in this regard will be helpful to me as our company is going for Windows 7 and Office 2010 across the business users and if 64 bit Office is not supported or has issues i would have to suggest them to go with 32 bit Office 2010.
    Thank you.

    for 64 bit i guess its not avaiable for 2010 excel
    but you can download 9 version or 11.1.1.3 with patch below is link.. its just a client ~~~
    https://support.oracle.com/CSP/ui/flash.html#tab=PatchHomePage(page=PatchHomePage&id=gj46o799()),(page=PatchSearchResultsHome&id=gj46pr1y(search=%3CSearch%3E%0A%20%20%3CFilter%20name=%22patch_number%22%20op=%22IS%22%20value=%2210383144%22%20type=%22patch_number%22/%3E%0A%20%20%3CFilter%20name=%22platform%22%20op=%22IS%22%20value=%22%22%20type=%22platform%22/%3E%0A%3C/Search%3E&incFamilyProds=false&flag=search))
    ~~~More info from oracle support ~~~~
    Support for Microsoft Office 2010 has been added to the following releases:
    Smart View:
    Essbase v9.3.3 for Client Third Party Software.
    Smart View v11.1.1.3.02. This release is available as Patch 9889521. It offers support for 32-bit Office 2010 for Smart View only.
    Smart View v11.1.2.1. Download the EPM System Release 11.1.2 Smart View for 32 bit Office 2010 from Oracle Software Delivery Cloud. Select the Product Pack "Oracle Enterprise Performance Management System" and the appropriate Platform.
    Excel Add-in:
    Essbase v9.3.3 for Client Third Party Software.
    The Support Matrix and documentation for 9.3.3 can be found at: http://download.oracle.com/docs/cd/E10530_01/doc/nav/portal_1.htm
    Oracle Hyperion Essbase Client 11.1.1.3.500.. This release is available as Patch 10383144.
    Essbase v11.1.2.1. Download the EPM System Release 11.1.2 Excel Add-In for 32 bit Office 2010 from Oracle Software Delivery Cloud. Select the Product Pack "Oracle Enterprise Performance Management System" and the appropriate Platform.
    Note: 64-bit Office is not currently supported as of December 2011.   However, it is planned to be supported with SmartView only in the next release which is due early 2012.  The classic Excel add-in will not support 64 bit Office regardless of version

  • Office 2010 Outlook hung problem

    Dear SIR,
    I used office 2010 outlook, My outlook configured with 'GOOGLE APPS'.
    But suddenly I am getting issue with outlook 2010.
    When I click home or send & received tab then outlook hang approx. 1 or 2 minutes.
    I installed aslo office SP1 & SP2 getting same issue.
    Regards,
    Dipak

    Hi,
    Please try to go to Outlook 2010 > File > Info > Account Settings > Account Settings > Double-click your Google Apps account > More Settings > Advanced, then increase the Server Timeouts setting to the max (10 minutes) to check
    if it helps.
    Besides, we can also try to create a new mail profile and reconfigure your account to check the result. See:
    http://support.microsoft.com/kb/829918
    Since this issue could be related to the Google Apps, you can also contact the Google Apps support for more assistance.
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Excel add-in 11.1.2.2 with Office 2010

    Hi,
    I have the certification grid but cannot find reference to this, can anyone point me at any official Oracle document that provides detail of whether Essbase Excel add-in is supported with Office 2010 (Excel) and if so if this requires a patch etc.
    I have seen =>http://www.network54.com/Forum/58296/thread/1288292048/Which+version+of+Essbase+Add-In+works+with+Office+2010
    Thanks,
    Robert.

    In the matrix it highlights under Client Third Party Software for 11.1.2.2 that Office 2010 is supported, the only exception is "Essbase Spreadsheet Add-In only supports 32-bit Microsoft Office."
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Appv 4.6 Office 2010 coexistance scenario

    Hello,
    I have a few RDS - servers with physical Office 2010, on these server is also avaible app-v client 4.6 sp2, I'ld like to install Visio 2010 as app-v packacge, it is supported ? 
    I'm tried testing, prepared packacge and publish but I've got error with activation screen put MAK key and Cannot use this product key, perhaps issue is preexisting trial version Office 2010
    Thanks, for any suggestions

    Hello,
    Yes, it is supported.
    No idea what you have done though - but it seems that something is in error.
    Nicke Källén | The Knack| Twitter:
    @Znackattack

  • Office 2010 from pc to mac? possible?

    Ok so i have been a windows user for years, i recently decided to purchase a mac. so far so good but i was wondering if its possible to transfer the microsoft office 2010 license to my mac without having to purchase the software again. I wont be using office on the pc anymore. and even if i do i have 2 licenses.
    i called microsoft but their only answer is basically to purchase office for mac.(i expected this answer since they want to make the money)
    maybe someone knows how to do this. maybe its just not possible. please comment.

    The response is accurate. If you want to dedicate to Mac moving forward it would not hurt to call MSoft and ask if you can "surrender" your Windows version and pay (or for free) get a Mac Copy. Sometimes they are very friendly at these companies. This worked with Adobe for me when move Acrobat Pro from Win to Mac.
    I am very spoiled with Office at my age unfortunately so the open source programs simply don't appeal to me. I pray for the day that Apple's offering of Pages, Keynote, and Numbers are so fluid I can dump M$ yet still waiting for that.

  • Is it possible to activate Microsoft Office 2010 with the answer file?

    Hello 
    I'm not sure if this is possible but I have a volume product Key for Microsoft Office 2010 and I am currently working on an image that would activate Office 2010. Is that possible and how would I put that in the answer file? Everything I see on product key
    activation just goes to activating for Operating systems on the image. Any help would be much appreciated. 

    Yes, it's completely possible, but there are some specific steps you must perform, to avoid issues in the deployed computers.
    This is because the Windows sysprep providers don't include a provider for Office (which means that Office doesn't get generalized by sysprep).
    You must also take care *not* to execute any Office applications/components *after* running ospprearm.exe (because that will cause the Office components to indivuate, which un-does the effects of ospprearm.exe)
    http://technet.microsoft.com/en-us/library/cc178964(v=office.14).aspx
    Preparing the reference computer
    To prepare the reference computer for imaging, follow these steps:
    •Install Windows 7 Enterprise Volume Licensed version from DVD media.
    •Enable the local Administrator account.
    •Delete the temporary user account and profile.
    •Install Office Professional Plus 2010 from the network installation point.
    •Rearm the Office Professional Plus 2010 installation.
    •Generalize the installation.
    Also, some people find it useful to insert a specific Office activation command as a last step in the deployment. This is because Office setup will by itself only attempt automatic activation one time and will not retry. This can lead to unactivated installations,
    warnings to the user, and helpdesk calls to you.e.g.:
    'cscript.exe "c:\Program Files\Microsoft Office\Office14\ospp.vbs" /act'
    This is not really an issue if you are using KMS, it's more of an issue when using MAK.
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Is it possible to easily run Microsoft office 2010 with access on a MacBook pro or have I wasted my money ?

    Okay , first off thanks for any help in advance . I just purchased a MacBook pro for my daughter for college . ( finance major ) . Her class requires Microsoft office 2010 with access .  As you probably already know , and I have just learned , that is no offered for Mac. Is there an easy way To run ms office with access on a MacBook pro or have I wasted my money ?

    All that matters is file compatibility. The documents look the same. I've been a professor, so I don't see any issues here at all.
    Another option you may want to consider is this: Run Windows on the Mac:
    Windows on Intel Macs
    There are presently several alternatives for running Windows on Intel Macs.
         1. Install the Apple Boot Camp software.  Purchase Windows
             XP w/Service Pak2, Vista, or Windows 7.  For Boot Camp
             4.0 and above you can only use Windows 7 or later. Follow
             instructions in the Boot Camp documentation on
             installation of Boot Camp, creating Driver CD, and
             installing Windows.  Boot Camp enables you to boot the
             computer into OS X or Windows.
         2. Parallels Desktop for Mac and Windows XP, Vista Business,
             Vista Ultimate, or Windows 7.  Parallels is software
             virtualization that enables running Windows concurrently
             with OS X.
         3. VM Fusion and Windows XP, Vista Business, Vista Ultimate,
             or Windows 7.  VM Fusion is software virtualization that
             enables running Windows concurrently with OS X.
         4. CrossOver which enables running many Windows
             applications without having to install Windows.  The
             Windows applications can run concurrently with OS X.
         5. VirtualBox is an Open Source freeware virtual machine such
             as VM Fusion and Parallels that was developed by Solaris.
             It is not as fully developed for the Mac as Parallels and VM
             Fusion.
    Note that VirtualBox, Parallels, and VM Fusion can also run other operating systems such as Linux, Unix, OS/2, Solaris, etc.  There are performance differences between dual-boot systems and virtualization.  The latter tend to be a little slower (not much) and do not provide the video performance of the dual-boot system. See MacTech Labs- Virtualization Benchmarks, January 2013 | MacTech for comparisons of Boot Camp, Parallels, and VM Fusion. Boot Camp is only available with Leopard or Snow Leopard. Except for Crossover and a couple of similar alternatives like DarWine you must have a valid installer disc for Windows.
    You must also have an internal optical drive for installing Windows. Windows cannot be installed from an external optical drive.

  • Is it possible to Install the 64-bit Microsoft Access Database Engine 2010 if we are running Microsoft Office 2010 32-bit?

    So we are running Microsoft Office Professional Plus 2010, Version 14.0.7015.1000
    (32-bit)
    This is what is installed via our Network and Network licensing.
    I am trying, in vain, to read and write a .xlsx file via a C# Edit Script in a SSIS Package. And I have tried using...
    string StringConnection = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + sourceFile + ";Extended Properties=\"Excel 12.0;HDR=Yes;IMEX=1\"";
    And this tells me that this has not been installed. So when I go and try and get the Microsoft Access Database Engine 2010 64-bit, which would allow me to use Microsoft.ACE.OLEDB.12.0 and allow me to read, write, and process this .xlsx file, it tells me
    I cannot install it because I already have 32-bit installed and it wants me to un-install Microsoft Office 2010. Why? Because it is 32-bit? And I can't do that because this is what we have and what we're licensed for and from what I've read seems to be the
    industry standard because most software vendors are ill equipped to process 64-bit right now.
    So my question is this...How can I use a C# Edit Script to read and process a .xlsx file? Because if I try using...
    string StringConnection = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + sourceFile + ";Extended Properties=\"Excel 8.0;HDR=Yes;IMEX=1\"";
    It then tells me that the file is not in that format.
    Please excuse me for asking this question in a couple of different ways out here but I cannot for the life of me seem to be able to get an answer as to how I can process a .xlsx file with a C# script and which driver to use that will make this work.
    Thanks for your review and am hopeful for a reply.
    ITBobbyP85

    Hi ITBobby85,
    If the excel version in the Connection Manager is Microsoft Excel 2010 (.xlsx), we should use Microsoft.ACE.OLEDB provider.
    We can't install 32bit and 64bit parts of office on the same machine. We will get an error as you said when we run the installer to install the 64bit version of the Microsoft Access Database Engine 2010 Redistributable in the machine where a 32bit version
    of Microsoft Office installed. To fix this issue, please download and install the 32bit version of the Microsoft Access Database Engine 2010 Redistributable with the link below:
    http://www.microsoft.com/en-us/download/details.aspx?id=13255
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • BEx Broadcasting possible windows 7 and Office 2010

    Hi guys,
    i have a question concerning Bex Broadcasting. We use two desktop Physical PCs with OS XP . The service is running on them. We would like to Upgrade to windows7 and Office 2010. Office 2010 is rolled out on them but windows 7 will be rolled out soon. i have compatibility concerns. The client PCs from where the chains will be exIs Bex Broadcaster working onecuted and also the PCs where the precalculation service is installed and the precalculation takes place will be updated to windows7. Is the broadcaster compatible with that? or are there any restrictions/limitations?
    Thanks and regards,
    Murat

    Hi and Welcome to the Forums!
    Many have had issues, many have had success. The only way to diagnose is with details..."it will not sync correctly" only leaves us to guess. Here are some details that might help:
    1) Your BB Desktop Software version -- all 4 octets please
    2) Your BB OS level -- again, all 4 octets
    3) Your carrier/country
    4) What, exactly, happens when you try to sync? Can you configure and not sync? Can you not configure? Are there error messages? Details please to help us to help you.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Problem with report generation toolkit when installed new office 2010

    Dear all, I had  LabView 8.6.1 and report generation toolkit for MSoffice 2003 perfectly working in my laptop.
    Now I have added MSoffice 2010 and report generation toolkit does not work anymore since it is linked to new office.
    How can I inform Labview to link report generation toolkit to the old  MSoffice 2003?
    regards
    Max

    The Report Generation Toolkit is ActiveX based.  When you install the newest version of Office it registers the ActiveX server for that software, which the toolkit adapts to and uses.
    Uninstalling Office 2010 would solve the issue, otherwise you will need to look at unregistering the 2010 component of Office ActiveX - but I'm not sure if that's possible.
    Regards,
    Peter D

  • Can not open Excel 2003 embedded worksheet in Office 2010

    I have seen many similar issues to this but I think I have some unique factors that are making my issue a bit tougher to resolve. I have a user who has a word doc which he opens in Word 2010. This doc has several embedded excel sheets. When he tries to click
    one of these embedded excel sheets to edit he gets an error:  "the program used to create this object is excel the program is not installed on your computer". It will give an option to repair which we have tried but it makes no difference.
    Some things to note that I think makes this case more unique than others I have googled.
    This seems to be the case only with embedded excel 2003 spreedsheets. He can open newer excel 2010 spreedsheets that more more recently added to the file.
    He previously had Office 2013 which we had to uninstall, and put Office 2010 on. This was done because of a piece of software this company uses that was not compatible with office 2013. (Personally I think this may be where the problem is as there seem to
    be remnants of Office 15 in the registry.)
    I have tried the standard fixes of Disabling the Com add-ins, running office repair, and trying to Convert the embedded spreedsheet to an Excel Binary. The convert failed and gave me a generic error about possibly not being allowed to save to the location
    or needing more memory or space but none of these are the case.
    I have not yet tried to uninstall office 2010 and reinstall and I am hoping that I won't have to. This issue just seems odd to me. Other users can edit these embedded spreedsheets fine which is why I think it has something to do with the fact that he downgraded
    from 2013 to 2010.
    Anyone of thoughts, ideas, suggestions? Thanks.

    Hi,
    I noticed that use newer excel 2010
    spreadsheets that more more recently added to the file. Did you try to embed the Excel 2010 file to Word 2010 test? If it works fine, I suppose that it was a compatibility issue.
    Because Excel 2010 had change the file format with Excel 2003.
    I recommend you try to install Office 2010 sp2 and compatibility pack.
    http://blogs.technet.com/b/office_resource_kit/archive/2013/07/31/download-the-new-microsoft-visio-compatibility-pack.aspx
    https://support.microsoft.com/kb/923505/en-us
    And there is a similar issue, we also could install the hotfix to test.
    http://social.technet.microsoft.com/Forums/office/en-US/b0dc1e24-847d-44e9-95c5-f789a0d50047/cannot-edit-embedded-excels-after-closing-document?forum=officesetupdeployprevious
    Regards,
    George Zhao
    TechNet Community Support

  • Problem opening documents from SharePoint (2013) libraries with Office 2010 and 2013 components installed

    Hi
    I've been encountering the problem of Office files failing to open from SharePoint 2013 libraries with the prefix of 'ms-excel:ofv|u|' etc. in the url. Following the
    helpful questions and answers in the forum, I've identified the likely cause as the fact that my main Office installation is 2010, but I also have installed OneDrive for Business 2013 (which I need in order to sync document libraries with my local drive).
    The solution I've seen suggested elsewhere of deactivating the SharePoint integration of Office 2013 components fails for two reasons: there is no way (or at least, I can't find one) of deactivating SharePoint integration probably because, deactivating
    SharePoint integration would likely stop the syncing of libraries/folders.
    One thing that I have noticed in my case that I've not seen mentioned elsewhere is that if I right-click a document and select 'open in new tab/window' the required
    document opens directly in the relevant office package. I don't know if this is a useful observation, but it seems to be new information.
    My question is, is there a way I can continue to sync libraries and open Office documents directly in Office 2010? My thoughts are possible changes to registry settings
    (which I can do, but don't know enough to find the correct ones myself) or (re)installation of software in some appropriate order to leave the correct settings.
    I have 'repaired' my Office 2010 installation without any observed affect on behavior.
    Thanks
    Ray
    (I've just seen a suggestion that Office 2010 SP2 may fix this issue. I've requested to test this, but whilst this may fix my problem, rolling it out to
    other users may be more problematic. In the meantime, other suggestions of solutions are welcome)

    Hi,
    According to your description, it is a good way to do a test about office 2010 SP2, here is an article about this issue- limitations of using the OneDrive for Business sync app with Office 2010 applications , it may help you.
    http://office.microsoft.com/en-us/sharepoint-help/solve-problems-youre-having-with-the-onedrive-for-business-sync-app-HA104047973.aspx
    Paul Shui
    Microsoft Online Community Support
    Please remember to click “Mark as Answer?on the post that helps you, and to click “Unmark as Answer?if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread

  • App-V 5.0 // Visio - Project with Integration + local Office 2010 Deployment Kit and COM settings

    Hi, I did read all the Microsoft and non-microsoft documentation first. However, I didn't find an answer to these 3 questions: 
    Situation:
    * Locally installed Office 2010.
    * Visio and Projects 2010 sequenced with App-V 5.0 SP3 sequencer with integration scenario (http://support.microsoft.com/kb/2830069)
    * User-target of Visio and Project (I now according to documentation this should be published globally. Since not every user has a license this is no option. So far my tests do not show any problems with user-targeted visio/project)
    * Visio has "allow COM objects to interact with the local system" and "OutOfProcessEnabled" enabled
    1) When targeting both visio and project to the user with integration the licensing component only works for the first started application. Therefore I also install the licensing kit locally which make both the visio and project licensing work just fine.
    Anyone sees a problem with having the license kit installed locally and stream the applications with integration on top? With my tests all seems to work well. The advantage of this is that I do not have to have separate packages for integration and non-integration
    scenario's.
    2) To make drag-and-drop from visio drawings in word work I enabled the COM interaction and I need also to set OutOfProcessEnabled="true". Does anyone now how to set OutOfProcessEnabled to true inside the .appv (it is possible with application
    virtualization explorer) and not only manually afterwards in the xml's?
    3) Should these COM settings be enabled for project as well? It seems that pasting in word from project has not the same interaction, it just pastes a table.

    1.  We did similar, installed that MSI for the licensing component locally, and streamed Project and Visio 2010, and so far so good.
    2. There is no way to set those COM options inside the .appv.  You can set integrated vs isolated, but no IP or OoP COM, you have to use the deployment XML.
    3.  This gets tougher to answer, but it goes to how much isolation do you want.  Some of the articles are great just go over my head slightly, but have to deal with how the filter driver processes certain kinds of COM, IP or OoP.  With Isolated
    (as opposed to integrated) the COM systems (local and package) are totally isolated except for global exceptions.
    With integrated, you can further 'integrate' the COM subsystems by enabling those options.  Correct me if I'm mistaken though.
    So do you need to?  If everything works for you I'd say no, but you might find something else doesn't work without those settings.
    Also very important, you cannot join a CG without those subsystems being equal.  So if Project and Visio ever need to be in a CG together and the COM settings aren't identical, you will get an error at the client.
    I really like this article but not going to lie it goes over my head a bit (a bit or a lot depending on my coffee intake)
    http://blogs.technet.com/b/gladiatormsft/archive/2015/01/14/app-v-5-further-into-com-and-dynamic-virtualization.aspx

  • Office 2010 and Office 2007 on same machine

    I am currently running the following:
    Xcelsius Engage 2008, service pack 4
    Windows 7, 64 bit
    Office 2007 Ultimate, 32 bit
    Everything working well
    I purchased a version of Office 2010 Home and Student - it has both 32 and 64 bit versions.  My plan was to keep Excel 2007 on my machine so that Xcelsius would still work.  Then,  I loaded the 64 bit version of 2010. It seemed to work for a session, Xcelsius seemed to pull on the Excel 2007.  Then I restarted my machine and Xcelsius could not launch excel.  It seemed to occur right after I tried to import an xls that had been created in Excel 2010. 
    My question is: is it possible to successfully run Xcelsius with Office 2010 Home Student 64 bit?  Should my strategy of keeping Excel 2007 have worked? Or should I accept 32-bit is the reality for the next few years? 
    Also, I see that Xcelsius does not support the Home and Student version of Office.  Why is that?  Isn't excel, powerpoint, word, the same regardless of the version?

    Hi,
    As soon as you restart your system office version is updated to latest version of office that you have installed(64 bit)
    Go through the following link for supported platforms and versions :
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/601b2c00-da68-2e10-7c81-af37a0a6d378.
    Hope this link can clear all your doubts  .
    @Sri

Maybe you are looking for

  • E50 voice tags are not cteated

    Hello all I've got Nokia E50 and 360 contacts. My contacts name are written in Russian. When I copy the contacts from the memory card the first 100 contacts the voice tags are created only for first 100 numbers. I've installed the latest firmaware 07

  • 802.11x with 2008 R2 NPS

    Here's what I'm using for attempt at 802.11x: -2008 R2 NPS -AIR-AP1142N-A-K9 -Lenovo T510 Laptop Here is what I followed: 1. http://techblog.mirabito.net.au/?p=87&cpage=1#comment-26452 2. http://blog.laurence.id.au/2010/03/running-peap-with-cisco-aer

  • SCCM Reports won't populate from console

    Hello, When on a remote device, I'm unable to get the reports tab to populate nor can I reach out to the reports ssrs site without getting a prompt (endless). I know I have rights because I'm unable to replicate these issues on the SCCM server. Anyon

  • Disaster recovery of remaining OVM server

    Hi, I hope some of you can help me with some disaster recovery tests I have to do shortly. The environment has 2 OVM servers: servre1 and server2 in a server pool. Server1 has the cluster filesystem shared to it via multiipathing, and in turn, server

  • Documents parking through Enjoy FV60

    Hi, I have to park some documents through Enjoy transaction FV60, and some through FBV1. As I'm using IDOC INVOIC for this interface, I figured out that this IDOC is usingBAtch-Input on FBV0 and with help of implicit enhancement, just before posting,