AppV and Project 2010
Hi All,
Just the first of what should be a few posts on AppV. Recently I attempted to get AppV to deploy Project 2010.
The app appeared to sequence just fine, ran just fine on the sequencing machine, and during the launch process at the end of the sequence appeared fine as well. However upon deployment almost every icon in the ribbon was greyed out, also where the timeline should be (in the default veiw) there was just white space.
This occurred when opening Projects, and when starting a new project.
The solution is quite simple. As with many applications when you run into a problem where you are SURE you sequenced the app fine but it won't run, the first thing to try is to add:
<POLICIES><LOCAL_INTERACTION_ALLOWED>TRUE</LOCAL_INTERACTION_ALLOWED></POLICIES>
Add this inside the <VIRTUALENV> block, and it should work just fine!
Hope this helps. Took me a while to find the exact problem I was having so thought I'd publish it here.