Answered by:
Appv 5 - Office 2013 - Publish Globally

Question
-
I have created an App-v 5 package of Office 2013 pro plus. Then I ran this powershell
Set-AppvClientConfiguration -EnablePackageScripts 1
Add-AppvClientPackage \\application\office2013.appv Publish-AppvClientPackage –DynamicUserConfigurationPath \\application\Office2013userConfig.xml|
Mount-AppvClientPackage -Verbose -globalThis mounts the package and I can open it, as the local admin who ran the script - however none of my users can run any of the applications.
I have checked the logs and enabled the extra logging in windows to track down the issue with no luck.
Please can someone shed some light on this.
We are running a provisioned Citrix Xenapp 6.5 desktop enviro.
Help much appreciated
Friday, January 24, 2014 5:02 PM
Answers
-
You need to overlay your configuration with the Deployment Configuration file.
Steve Thomas, Senior Consultant, Microsoft
App-V/MED-V/SCVMM/Server App-V/MDOP/AppCompat
http://blogs.technet.com/gladiatormsft/
The App-V Team blog: http://blogs.technet.com/appv/
The MED-V Team Blog: http://blogs.technet.com/medv
The SCVMM Team blog: http://blogs.technet.com/scvmm/
“This posting is provided "AS IS" with no warranties, and confers no rights. User assumes all risks.”- Proposed as answer by Aaron.ParkerModerator Sunday, February 16, 2014 10:32 AM
- Marked as answer by David WoltersModerator Monday, February 24, 2014 2:22 PM
Sunday, February 16, 2014 7:15 AM
All replies
-
Add the -global switch to the Publish-AppvClientPackage cmdlet not the Mount-AppvClientPackage
Please remember to click "Mark as Answer" or "Vote as Helpful" on the post that answers your question (or 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.
This forum post is my own opinion and does not necessarily reflect the opinion or view of my employer, Microsoft, its employees, or other MVPs.
Twitter: @stealthpuppy | Blog: stealthpuppy.com | The Definitive Guide to Delivering Microsoft Office with App-V
- Proposed as answer by znack Monday, February 3, 2014 7:21 PM
- Unproposed as answer by Brandon RecordsModerator Friday, February 7, 2014 4:05 PM
Friday, January 24, 2014 5:06 PMModerator -
Still no luck - some entries in the extra debugging logs now
Client-Vemgr
Request to generate mappings for globally-published package failed. package moniker D24C3BDD-8FAD-44D3-998C-933F8F053682_89999BB9-F06A-42B6-BBF7-B553E0304EB8. group moniker . user sid S-1-5-21-3474185063-3593819675-723342121-17129. result {Operation Failed}
The requested operation was unsuccessful..Client-VirtualizationManager
64 notification failed with error 1139430655847825473. Package {d24c3bdd-8fad-44d3-998c-933f8f053682}, version {89999bb9-f06a-42b6-bbf7-b553e0304eb8}, pid 7248, ve id 0.
VirtualizationManager component failed to handle 45 activity. Error 4746859995126038568.
Friday, January 24, 2014 9:01 PM -
You need to overlay your configuration with the Deployment Configuration file.
Steve Thomas, Senior Consultant, Microsoft
App-V/MED-V/SCVMM/Server App-V/MDOP/AppCompat
http://blogs.technet.com/gladiatormsft/
The App-V Team blog: http://blogs.technet.com/appv/
The MED-V Team Blog: http://blogs.technet.com/medv
The SCVMM Team blog: http://blogs.technet.com/scvmm/
“This posting is provided "AS IS" with no warranties, and confers no rights. User assumes all risks.”- Proposed as answer by Aaron.ParkerModerator Sunday, February 16, 2014 10:32 AM
- Marked as answer by David WoltersModerator Monday, February 24, 2014 2:22 PM
Sunday, February 16, 2014 7:15 AM