Aerobaticrug Posted September 19, 2012 Report post Posted September 19, 2012 Followed this guide for deploying office 2012 as an application - http://blogs.technet.com/b/mniehaus/archive/2011/08/13/deploying-office-2010-with-configuration-manager-2012-beta-2.aspx Works fine if your an admin, however if you are a normal user it states you need admin rights to install this application. How can I get this to work for users? Quote Share this post Link to post Share on other sites More sharing options...
Iroqouiz Posted September 19, 2012 Report post Posted September 19, 2012 How have you deployed the application? Quote Share this post Link to post Share on other sites More sharing options...
Aerobaticrug Posted September 19, 2012 Report post Posted September 19, 2012 Followed the guide above and then deployed to all users group Quote Share this post Link to post Share on other sites More sharing options...
Iroqouiz Posted September 19, 2012 Report post Posted September 19, 2012 Yeah, I figured you HAD deployed it. Was curious as to what settings you chose Edit: You deployed it to the All Users collection and then people install it from the App Catalog? Quote Share this post Link to post Share on other sites More sharing options...
Iroqouiz Posted September 19, 2012 Report post Posted September 19, 2012 Did you check this by mistake? Quote Share this post Link to post Share on other sites More sharing options...
Aerobaticrug Posted September 19, 2012 Report post Posted September 19, 2012 Hi, yeah, deployed to all users collection and then users are supposed to be able to install it from the app catalog. It gets as far downloads the app then goes to run it and fails with the "you need admin rights to install this application". I'm pulling my hair out as obviously if I did it as a package you can tell it to run with admin rights, but can't figure out how as an application. Other applications such as Firefox, 7 zip all install fine. Obviously they are native MSI files though. Quote Share this post Link to post Share on other sites More sharing options...
Aerobaticrug Posted September 19, 2012 Report post Posted September 19, 2012 No, no approval on this one. I also have Visio which has require approval ticked and same result even after giving approval Quote Share this post Link to post Share on other sites More sharing options...
Aerobaticrug Posted September 19, 2012 Report post Posted September 19, 2012 It's also ignoring the msp admin file when you attampt the install with an admin account, don't know if that's part of the problem? Quote Share this post Link to post Share on other sites More sharing options...
Tay Posted September 19, 2012 Report post Posted September 19, 2012 Under administration, site configuration, sites, right click your site and select Configure Site Components then select Software Distribution. On the Network Access Account tab it will show the user that will be used to install apps from the catalog. If that user is not in the local admin group for the client then it will not work. 1 Quote Share this post Link to post Share on other sites More sharing options...
Tay Posted September 19, 2012 Report post Posted September 19, 2012 Also make sure the MSP file is in the Updates folder and the config.xml file is in the root with setup.exe. Your config.xml should look something like this. <Configuration Product="SingleImage"> <Display Level="basic" CompletionNotice="yes" SuppressModal="yes" AcceptEula="yes" /> <!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Single Image Setup(*).txt" /> --> <!-- <USERNAME Value="Customer" /> --> <!-- <COMPANYNAME Value="MyCompany" /> --> <!-- <INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> --> <!-- <LIS CACHEACTION="CacheOnly" /> --> <!-- <LIS SOURCELIST="\\server1\share\Office;\\server2\share\Office" /> --> <!-- <DistributionPoint Location="\\server\share\Office" /> --> <!-- <OptionState Id="OptionID" State="absent" Children="force" /> --> <!-- <Setting Id="Reboot" Value="IfNeeded" /> --> <!-- <Command Path="%windir%\system32\msiexec.exe" Args="/i \\server\share\my.msi" QuietArg="/q" ChainPosition="after" Execute="install" /> --> </Configuration> Quote Share this post Link to post Share on other sites More sharing options...
Aerobaticrug Posted September 20, 2012 Report post Posted September 20, 2012 Changed that to an account that is a member of the local admin, but it still won't work? Quote Share this post Link to post Share on other sites More sharing options...
Coenie Posted September 21, 2012 Report post Posted September 21, 2012 I honestly don't remember exactly where the setting is (during package creation, or deployment), you can try "Run as Administrator" or something similar, and see what this does for you. Also, can the users physically access the software share? Quote Share this post Link to post Share on other sites More sharing options...
ratsour256 Posted December 8, 2014 Report post Posted December 8, 2014 Any success ??I have same issue Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted December 8, 2014 Report post Posted December 8, 2014 Did you configure the client settings with Computer Agent > Install permissions to either All Users or Only administrators and primary users. Quote Share this post Link to post Share on other sites More sharing options...